POST api/DealerVisit?SALESTEAM_ID={SALESTEAM_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SALESTEAM_ID | string |
Required |
Body Parameters
DealerVisit| Name | Description | Type | Additional information |
|---|---|---|---|
| DEALERVISIT_ID | string |
None. |
|
| REMARK | string |
None. |
|
| SALESTEAM_ID | string |
None. |
|
| LOCATION | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| BANKSTATUS | string |
None. |
|
| CHEQUESTATUS | string |
None. |
|
| PRODUCT_SUGGESTION | string |
None. |
|
| DEALER_SUGGESTION | string |
None. |
|
| DEALER_ID | string |
None. |
|
| TASK | string |
None. |
|
| ACCESS_TOKEN | string |
None. |
|
| CHEQUE_PHOTO | Collection of byte |
None. |
|
| PHOTO_OF_QUOTATION | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"DEALERVISIT_ID": "sample string 1",
"REMARK": "sample string 2",
"SALESTEAM_ID": "sample string 3",
"LOCATION": "sample string 4",
"LATITUDE": "sample string 5",
"LONGITUDE": "sample string 6",
"BANKSTATUS": "sample string 7",
"CHEQUESTATUS": "sample string 8",
"PRODUCT_SUGGESTION": "sample string 9",
"DEALER_SUGGESTION": "sample string 10",
"DEALER_ID": "sample string 11",
"TASK": "sample string 12",
"ACCESS_TOKEN": "sample string 13",
"CHEQUE_PHOTO": "QEA=",
"PHOTO_OF_QUOTATION": "QEA="
}
application/xml, text/xml
Sample:
<DealerVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAFC.Models"> <ACCESS_TOKEN>sample string 13</ACCESS_TOKEN> <BANKSTATUS>sample string 7</BANKSTATUS> <CHEQUESTATUS>sample string 8</CHEQUESTATUS> <CHEQUE_PHOTO>QEA=</CHEQUE_PHOTO> <DEALERVISIT_ID>sample string 1</DEALERVISIT_ID> <DEALER_ID>sample string 11</DEALER_ID> <DEALER_SUGGESTION>sample string 10</DEALER_SUGGESTION> <LATITUDE>sample string 5</LATITUDE> <LOCATION>sample string 4</LOCATION> <LONGITUDE>sample string 6</LONGITUDE> <PHOTO_OF_QUOTATION>QEA=</PHOTO_OF_QUOTATION> <PRODUCT_SUGGESTION>sample string 9</PRODUCT_SUGGESTION> <REMARK>sample string 2</REMARK> <SALESTEAM_ID>sample string 3</SALESTEAM_ID> <TASK>sample string 12</TASK> </DealerVisit>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |