POST api/CustomerQuotation/ApproveCustomerQuotation
Request Information
URI Parameters
None.
Body Parameters
ApproveCusQuoInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| JOH_ID | integer |
None. |
|
| JOH_CREATED_BY | integer |
None. |
|
| JOH_FORWARDER | string |
None. |
|
| JOH_INV_APR | string |
None. |
|
| JOH_CLEARANCE | string |
None. |
|
| JOH_WAREHOUSE | string |
None. |
|
| JOH_TRANSPORT | string |
None. |
|
| JOH_NVOCC | string |
None. |
|
| JOH_PROGRAM_ID | string |
None. |
|
| JOH_CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"JOH_ID": 1,
"JOH_CREATED_BY": 1,
"JOH_FORWARDER": "sample string 1",
"JOH_INV_APR": "sample string 2",
"JOH_CLEARANCE": "sample string 3",
"JOH_WAREHOUSE": "sample string 4",
"JOH_TRANSPORT": "sample string 5",
"JOH_NVOCC": "sample string 6",
"JOH_PROGRAM_ID": "sample string 7",
"JOH_CP_ID": 1
}
application/xml, text/xml
Sample:
<ApproveCusQuoInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <JOH_CLEARANCE>sample string 3</JOH_CLEARANCE> <JOH_CP_ID>1</JOH_CP_ID> <JOH_CREATED_BY>1</JOH_CREATED_BY> <JOH_FORWARDER>sample string 1</JOH_FORWARDER> <JOH_ID>1</JOH_ID> <JOH_INV_APR>sample string 2</JOH_INV_APR> <JOH_NVOCC>sample string 6</JOH_NVOCC> <JOH_PROGRAM_ID>sample string 7</JOH_PROGRAM_ID> <JOH_TRANSPORT>sample string 5</JOH_TRANSPORT> <JOH_WAREHOUSE>sample string 4</JOH_WAREHOUSE> </ApproveCusQuoInputs>
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. |