POST api/Upload_Identity_Image?SALESTEAM_ID={SALESTEAM_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SALESTEAM_ID | string |
Required |
Body Parameters
Identity_imageDF1| Name | Description | Type | Additional information |
|---|---|---|---|
| DF_ID | string |
None. |
|
| TYPE | string |
None. |
|
| EXTRA | string |
None. |
|
| ACCESS_TOKEN | string |
None. |
|
| IDENTITY_IMAGE | Collection of byte |
None. |
|
| IDENTITY_IMAGE1 | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"DF_ID": "sample string 1",
"TYPE": "sample string 2",
"EXTRA": "sample string 3",
"ACCESS_TOKEN": "sample string 4",
"IDENTITY_IMAGE": "QEA=",
"IDENTITY_IMAGE1": "QEA="
}
application/xml, text/xml
Sample:
<Identity_imageDF1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAFC.Models"> <ACCESS_TOKEN>sample string 4</ACCESS_TOKEN> <DF_ID>sample string 1</DF_ID> <EXTRA>sample string 3</EXTRA> <IDENTITY_IMAGE>QEA=</IDENTITY_IMAGE> <IDENTITY_IMAGE1>QEA=</IDENTITY_IMAGE1> <TYPE>sample string 2</TYPE> </Identity_imageDF1>
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. |