POST api/POINWHSE
Request Information
URI Parameters
None.
Body Parameters
poinwhse| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID | string |
None. |
|
| SPoNum | string |
None. |
|
| SPoLine | integer |
None. |
|
| SItem | string |
None. |
|
| SWhse | string |
None. |
|
| SLoc | string |
None. |
|
| SQty | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountID": "sample string 1",
"SPoNum": "sample string 2",
"SPoLine": 3,
"SItem": "sample string 4",
"SWhse": "sample string 5",
"SLoc": "sample string 6",
"SQty": 7.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"