POST api/ApxDms/SalesDetailsForActivation
Request Information
URI Parameters
None.
Body Parameters
SalesDetailsForActivationName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
UserInternalCode | string |
None. |
|
BranchInternalCode | string |
None. |
|
DealerInternalCode | string |
None. |
|
FromDate | string |
None. |
|
ToDate | string |
None. |
|
BranchCodeList | string |
None. |
|
ShowAllActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "UserInternalCode": "sample string 2", "BranchInternalCode": "sample string 3", "DealerInternalCode": "sample string 4", "FromDate": "sample string 5", "ToDate": "sample string 6", "BranchCodeList": "sample string 7", "ShowAllActive": true }
application/xml, text/xml
Sample:
<SalesDetailsForActivation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebAPI.Models"> <BranchCodeList>sample string 7</BranchCodeList> <BranchInternalCode>sample string 3</BranchInternalCode> <DBName>sample string 1</DBName> <DealerInternalCode>sample string 4</DealerInternalCode> <FromDate>sample string 5</FromDate> <ShowAllActive>true</ShowAllActive> <ToDate>sample string 6</ToDate> <UserInternalCode>sample string 2</UserInternalCode> </SalesDetailsForActivation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |