POST api/{FeedSales}/SaveDealerOrderTracking

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FeedSales

string

None.

Body Parameters

DealerOrderTracking
NameDescriptionTypeAdditional information
DealerOrderId

integer

None.

ERPOrderId

integer

None.

EntryDate

date

None.

EntryBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DealerOrderId": 1,
  "ERPOrderId": 2,
  "EntryDate": "2024-09-20T05:18:03.7392828+06:00",
  "EntryBy": "sample string 4"
}

application/xml, text/xml

Sample:
<DealerOrderTracking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AimsappApi.Models">
  <DealerOrderId>1</DealerOrderId>
  <ERPOrderId>2</ERPOrderId>
  <EntryBy>sample string 4</EntryBy>
  <EntryDate>2024-09-20T05:18:03.7392828+06:00</EntryDate>
</DealerOrderTracking>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />