POST api/BusinessRegDocumentPhoto
Request Information
URI Parameters
None.
Body Parameters
UpdateBusinessRegPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| BUSINESS_TYPE_ID | string |
None. |
|
| ID | string |
None. |
|
| BUSINESS_TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| DOCUMENT_TYPE | string |
None. |
|
| PHOTO | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"BUSINESS_TYPE_ID": "sample string 1",
"ID": "sample string 2",
"BUSINESS_TYPE": "sample string 3",
"EXTRA1": "sample string 4",
"DOCUMENT_TYPE": "sample string 5",
"PHOTO": "QEA="
}
application/xml, text/xml
Sample:
<UpdateBusinessRegPhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agroverse.Models"> <BUSINESS_TYPE>sample string 3</BUSINESS_TYPE> <BUSINESS_TYPE_ID>sample string 1</BUSINESS_TYPE_ID> <DOCUMENT_TYPE>sample string 5</DOCUMENT_TYPE> <EXTRA1>sample string 4</EXTRA1> <ID>sample string 2</ID> <PHOTO>QEA=</PHOTO> </UpdateBusinessRegPhoto>
application/x-www-form-urlencoded
Sample:
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. |