POST api/BillOfLading/GetInvoiceSummary
Request Information
URI Parameters
None.
Body Parameters
InvoiceSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| DOC_NUM | string |
None. |
|
| COMP_CODE | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DOC_NUM": "sample string 1",
"COMP_CODE": 1
}
application/xml, text/xml
Sample:
<InvoiceSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <COMP_CODE>1</COMP_CODE> <DOC_NUM>sample string 1</DOC_NUM> </InvoiceSummary>
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. |