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