POST api/AED_Completed_Appointment
Request Information
URI Parameters
None.
Body Parameters
AED_Lead_Completed| Name | Description | Type | Additional information |
|---|---|---|---|
| LEAD_ID | string |
None. |
|
| EMPLOYEE_ID | string |
None. |
|
| CONVERT_TYPE_ID | string |
None. |
|
| REMARK | string |
None. |
|
| TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
|
| PHOTO | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"LEAD_ID": "sample string 1",
"EMPLOYEE_ID": "sample string 2",
"CONVERT_TYPE_ID": "sample string 3",
"REMARK": "sample string 4",
"TYPE": "sample string 5",
"EXTRA1": "sample string 6",
"EXTRA2": "sample string 7",
"EXTRA3": "sample string 8",
"PHOTO": "QEA="
}
application/xml, text/xml
Sample:
<AED_Lead_Completed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Best_Kitchenette.Models"> <CONVERT_TYPE_ID>sample string 3</CONVERT_TYPE_ID> <EMPLOYEE_ID>sample string 2</EMPLOYEE_ID> <EXTRA1>sample string 6</EXTRA1> <EXTRA2>sample string 7</EXTRA2> <EXTRA3>sample string 8</EXTRA3> <LEAD_ID>sample string 1</LEAD_ID> <PHOTO>QEA=</PHOTO> <REMARK>sample string 4</REMARK> <TYPE>sample string 5</TYPE> </AED_Lead_Completed>
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. |