POST Coloader_Image_Save
Request Information
URI Parameters
None.
Body Parameters
ColoaderImageSave| Name | Description | Type | Additional information |
|---|---|---|---|
| fk_pk_consmt_key | string |
None. |
|
| Attachment | string |
None. |
|
| login_branch_key | integer |
None. |
|
| crt_by | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fk_pk_consmt_key": "sample string 1",
"Attachment": "sample string 2",
"login_branch_key": 3,
"crt_by": 4
}
text/html
Sample:
{"fk_pk_consmt_key":"sample string 1","Attachment":"sample string 2","login_branch_key":3,"crt_by":4}
application/xml, text/xml
Sample:
<ColoaderImageSave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TejCourier_Android.Models"> <Attachment>sample string 2</Attachment> <crt_by>4</crt_by> <fk_pk_consmt_key>sample string 1</fk_pk_consmt_key> <login_branch_key>3</login_branch_key> </ColoaderImageSave>
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. |