POST api/HUB/DeleteInterchangeDetails
Request Information
URI Parameters
None.
Body Parameters
InterchangeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InterchangeId | integer |
None. |
|
| MakeId | integer |
None. |
|
| ModelsId | string |
None. |
|
| SeriesId | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"InterchangeId": 1,
"MakeId": 1,
"ModelsId": "sample string 2",
"SeriesId": "sample string 3",
"CreatedBy": 1,
"CreatedDate": "2020-02-27T04:40:29.0418227+11:00"
}
application/xml, text/xml
Sample:
<InterchangeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models"> <CreatedBy>1</CreatedBy> <CreatedDate>2020-02-27T04:40:29.0418227+11:00</CreatedDate> <InterchangeId>1</InterchangeId> <MakeId>1</MakeId> <ModelsId>sample string 2</ModelsId> <SeriesId>sample string 3</SeriesId> </InterchangeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.