POST api/GetExibitionAttendanceData
Request Information
URI Parameters
None.
Body Parameters
DealerMeetingGetdataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | string |
None. |
|
| End | string |
None. |
|
| DM_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": "sample string 1",
"End": "sample string 2",
"DM_ID": "sample string 3"
}
application/xml, text/xml
Sample:
<DealerMeetingGetdataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSwaroopAgromart.Controllers"> <DM_ID>sample string 3</DM_ID> <End>sample string 2</End> <Start>sample string 1</Start> </DealerMeetingGetdataModel>
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. |