POST api/ForwadingBilling/StorePurchaseOrderUpload
Request Information
URI Parameters
None.
Body Parameters
UploadSPODtls| Name | Description | Type | Additional information |
|---|---|---|---|
| SPD_ID | integer |
None. |
|
| SPD_PRC_CODE | string |
None. |
|
| SPD_QUAN | decimal number |
None. |
|
| SPD_UOM_CODE | string |
None. |
|
| SPD_RATE_QUAN | decimal number |
None. |
|
| SPD_RATE_CUR_CODE | string |
None. |
|
| SPD_TOT_COST | decimal number |
None. |
|
| SPD_TOT_CUR_CODE | string |
None. |
|
| SPD_BIN_NUM | string |
None. |
|
| SPD_NOTES | string |
None. |
|
| SPD_INV_NUM | string |
None. |
|
| SPD_QUAN_USED | decimal number |
None. |
|
| SPD_QUAN_PENDING | decimal number |
None. |
|
| SPD_YARD | string |
None. |
|
| SPD_TYPE | string |
None. |
|
| SPD_DELIVER_TERMS | string |
None. |
|
| SPD_WAREHOUSE | string |
None. |
|
| SPD_ROW | string |
None. |
|
| SPD_BAY | string |
None. |
|
| SPD_TIER | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SPD_ID": 1,
"SPD_PRC_CODE": "sample string 1",
"SPD_QUAN": 1.1,
"SPD_UOM_CODE": "sample string 2",
"SPD_RATE_QUAN": 1.1,
"SPD_RATE_CUR_CODE": "sample string 3",
"SPD_TOT_COST": 1.1,
"SPD_TOT_CUR_CODE": "sample string 4",
"SPD_BIN_NUM": "sample string 5",
"SPD_NOTES": "sample string 6",
"SPD_INV_NUM": "sample string 7",
"SPD_QUAN_USED": 1.1,
"SPD_QUAN_PENDING": 1.1,
"SPD_YARD": "sample string 8",
"SPD_TYPE": "sample string 9",
"SPD_DELIVER_TERMS": "sample string 10",
"SPD_WAREHOUSE": "sample string 11",
"SPD_ROW": "sample string 12",
"SPD_BAY": "sample string 13",
"SPD_TIER": "sample string 14"
}
application/xml, text/xml
Sample:
<UploadSPODtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <SPD_BAY>sample string 13</SPD_BAY> <SPD_BIN_NUM>sample string 5</SPD_BIN_NUM> <SPD_DELIVER_TERMS>sample string 10</SPD_DELIVER_TERMS> <SPD_ID>1</SPD_ID> <SPD_INV_NUM>sample string 7</SPD_INV_NUM> <SPD_NOTES>sample string 6</SPD_NOTES> <SPD_PRC_CODE>sample string 1</SPD_PRC_CODE> <SPD_QUAN>1.1</SPD_QUAN> <SPD_QUAN_PENDING>1.1</SPD_QUAN_PENDING> <SPD_QUAN_USED>1.1</SPD_QUAN_USED> <SPD_RATE_CUR_CODE>sample string 3</SPD_RATE_CUR_CODE> <SPD_RATE_QUAN>1.1</SPD_RATE_QUAN> <SPD_ROW>sample string 12</SPD_ROW> <SPD_TIER>sample string 14</SPD_TIER> <SPD_TOT_COST>1.1</SPD_TOT_COST> <SPD_TOT_CUR_CODE>sample string 4</SPD_TOT_CUR_CODE> <SPD_TYPE>sample string 9</SPD_TYPE> <SPD_UOM_CODE>sample string 2</SPD_UOM_CODE> <SPD_WAREHOUSE>sample string 11</SPD_WAREHOUSE> <SPD_YARD>sample string 8</SPD_YARD> </UploadSPODtls>
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. |