POST v1/integration/SFTBX/purchaseOrder
Request Information
URI Parameters
None.
Body Parameters
Collection of IntegrationSFTBXPurchaseOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| POHNUM | string |
None. |
|
| ORDDAT | string |
None. |
|
| BPSNUM | string |
None. |
|
| POHFCY | string |
None. |
|
| EXTRCPDAT | string |
None. |
|
| ACTION | integer |
None. |
|
| CLOSED | integer |
None. |
|
| Items | Collection of IntegrationSFTBXPurchaseOrderItemModel |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"pohnum": "sample string 1",
"orddat": "sample string 2",
"bpsnum": "sample string 3",
"pohfcy": "sample string 4",
"extrcpdat": "sample string 5",
"action": 6,
"closed": 7,
"items": [
{
"poplin": "sample string 1",
"itmref": "sample string 2",
"puu": "sample string 3",
"qtypuu": 4.0,
"action": 5,
"closed": 6
},
{
"poplin": "sample string 1",
"itmref": "sample string 2",
"puu": "sample string 3",
"qtypuu": 4.0,
"action": 5,
"closed": 6
}
]
},
{
"pohnum": "sample string 1",
"orddat": "sample string 2",
"bpsnum": "sample string 3",
"pohfcy": "sample string 4",
"extrcpdat": "sample string 5",
"action": 6,
"closed": 7,
"items": [
{
"poplin": "sample string 1",
"itmref": "sample string 2",
"puu": "sample string 3",
"qtypuu": 4.0,
"action": 5,
"closed": 6
},
{
"poplin": "sample string 1",
"itmref": "sample string 2",
"puu": "sample string 3",
"qtypuu": 4.0,
"action": 5,
"closed": 6
}
]
}
]
Response Information
Resource Description
Collection of IntegrationResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"message": "sample string 1"
},
{
"message": "sample string 1"
}
]