POST api/EDI/PutEDIVendorInvStaging
Request Information
URI Parameters
None.
Body Parameters
EDIVendorInvoiceStaging| Name | Description | Type | Additional information |
|---|---|---|---|
| VIN_ID | integer |
None. |
|
| VIN_FILE_NAME | string |
None. |
|
| VIN_INV_NUM | string |
None. |
|
| VIN_INV_DATE | date |
None. |
|
| VIN_INV_AMT | string |
None. |
|
| VIN_CHARGE | string |
None. |
|
| VIN_QTY | string |
None. |
|
| VIN_RATE_QTY | string |
None. |
|
| VIN_RATE_CUR | string |
None. |
|
| VIN_TOTAL | string |
None. |
|
| VIN_TOTAL_CUR | string |
None. |
|
| VIN_CONTAINERS | string |
None. |
|
| VIN_STATUS | string |
None. |
|
| VIN_NOTES | string |
None. |
|
| VIN_CONTAINER | string |
None. |
|
| VIN_VESSEL | string |
None. |
|
| VIN_VOYAGE | string |
None. |
|
| VIN_INV_TAX1_AMT | string |
None. |
|
| VIN_INV_TAX2_AMT | string |
None. |
|
| VIN_EDI_TYPE | string |
None. |
|
| VIN_INV_AMT1 | string |
None. |
|
| VIN_ERR_LOG | string |
None. |
|
| VIN_CONTAINERS2 | string |
None. |
|
| VIN_CONTAINERS3 | string |
None. |
|
| VIN_CON_STATUS | string |
None. |
|
| VIN_CON_TYPE | string |
None. |
|
| VIN_INV_CUR | string |
None. |
|
| VIN_AP_CODE | string |
None. |
|
| VIN_BL_TYPE | string |
None. |
|
| VIN_PORT | string |
None. |
|
| VIN_IMPORT_STORAGE | string |
None. |
|
| VIN_EXPORT_STORAGE | string |
None. |
|
| VIN_VAS_CONT_DETAILS | string |
None. |
|
| VIN_STORAGE | string |
None. |
|
| VIN_PROGRAM_ID | string |
None. |
|
| VIN_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VIN_ID": 1,
"VIN_FILE_NAME": "sample string 1",
"VIN_INV_NUM": "sample string 2",
"VIN_INV_DATE": "2025-12-06T04:26:04.0103989+00:00",
"VIN_INV_AMT": "sample string 3",
"VIN_CHARGE": "sample string 4",
"VIN_QTY": "sample string 5",
"VIN_RATE_QTY": "sample string 6",
"VIN_RATE_CUR": "sample string 7",
"VIN_TOTAL": "sample string 8",
"VIN_TOTAL_CUR": "sample string 9",
"VIN_CONTAINERS": "sample string 10",
"VIN_STATUS": "sample string 11",
"VIN_NOTES": "sample string 12",
"VIN_CONTAINER": "sample string 13",
"VIN_VESSEL": "sample string 14",
"VIN_VOYAGE": "sample string 15",
"VIN_INV_TAX1_AMT": "sample string 16",
"VIN_INV_TAX2_AMT": "sample string 17",
"VIN_EDI_TYPE": "sample string 18",
"VIN_INV_AMT1": "sample string 19",
"VIN_ERR_LOG": "sample string 20",
"VIN_CONTAINERS2": "sample string 21",
"VIN_CONTAINERS3": "sample string 22",
"VIN_CON_STATUS": "sample string 23",
"VIN_CON_TYPE": "sample string 24",
"VIN_INV_CUR": "sample string 25",
"VIN_AP_CODE": "sample string 26",
"VIN_BL_TYPE": "sample string 27",
"VIN_PORT": "sample string 28",
"VIN_IMPORT_STORAGE": "sample string 29",
"VIN_EXPORT_STORAGE": "sample string 30",
"VIN_VAS_CONT_DETAILS": "sample string 31",
"VIN_STORAGE": "sample string 32",
"VIN_PROGRAM_ID": "sample string 33",
"VIN_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<EDIVendorInvoiceStaging xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <VIN_AP_CODE>sample string 26</VIN_AP_CODE> <VIN_BL_TYPE>sample string 27</VIN_BL_TYPE> <VIN_CHARGE>sample string 4</VIN_CHARGE> <VIN_CONTAINER>sample string 13</VIN_CONTAINER> <VIN_CONTAINERS>sample string 10</VIN_CONTAINERS> <VIN_CONTAINERS2>sample string 21</VIN_CONTAINERS2> <VIN_CONTAINERS3>sample string 22</VIN_CONTAINERS3> <VIN_CON_STATUS>sample string 23</VIN_CON_STATUS> <VIN_CON_TYPE>sample string 24</VIN_CON_TYPE> <VIN_CREATED_BY>1</VIN_CREATED_BY> <VIN_EDI_TYPE>sample string 18</VIN_EDI_TYPE> <VIN_ERR_LOG>sample string 20</VIN_ERR_LOG> <VIN_EXPORT_STORAGE>sample string 30</VIN_EXPORT_STORAGE> <VIN_FILE_NAME>sample string 1</VIN_FILE_NAME> <VIN_ID>1</VIN_ID> <VIN_IMPORT_STORAGE>sample string 29</VIN_IMPORT_STORAGE> <VIN_INV_AMT>sample string 3</VIN_INV_AMT> <VIN_INV_AMT1>sample string 19</VIN_INV_AMT1> <VIN_INV_CUR>sample string 25</VIN_INV_CUR> <VIN_INV_DATE>2025-12-06T04:26:04.0103989+00:00</VIN_INV_DATE> <VIN_INV_NUM>sample string 2</VIN_INV_NUM> <VIN_INV_TAX1_AMT>sample string 16</VIN_INV_TAX1_AMT> <VIN_INV_TAX2_AMT>sample string 17</VIN_INV_TAX2_AMT> <VIN_NOTES>sample string 12</VIN_NOTES> <VIN_PORT>sample string 28</VIN_PORT> <VIN_PROGRAM_ID>sample string 33</VIN_PROGRAM_ID> <VIN_QTY>sample string 5</VIN_QTY> <VIN_RATE_CUR>sample string 7</VIN_RATE_CUR> <VIN_RATE_QTY>sample string 6</VIN_RATE_QTY> <VIN_STATUS>sample string 11</VIN_STATUS> <VIN_STORAGE>sample string 32</VIN_STORAGE> <VIN_TOTAL>sample string 8</VIN_TOTAL> <VIN_TOTAL_CUR>sample string 9</VIN_TOTAL_CUR> <VIN_VAS_CONT_DETAILS>sample string 31</VIN_VAS_CONT_DETAILS> <VIN_VESSEL>sample string 14</VIN_VESSEL> <VIN_VOYAGE>sample string 15</VIN_VOYAGE> </EDIVendorInvoiceStaging>
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. |