POST v1/integration/SFTBX/sku
Request Information
URI Parameters
None.
Body Parameters
Collection of IntegrationSFTBXSKUModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| IsActive | boolean |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| PartNumber | string |
None. |
|
| Description | string |
None. |
|
| NumberPerPallet | integer |
None. |
|
| StandardCost | decimal number |
None. |
|
| PurchasedUOM | string |
None. |
|
| ConversionRation | decimal number |
None. |
|
| StockUOM | string |
None. |
|
| IsSerialized | boolean |
None. |
|
| IsLotTraceable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"isActive": true,
"category": "sample string 3",
"subCategory": "sample string 4",
"partNumber": "sample string 5",
"description": "sample string 6",
"numberPerPallet": 7,
"standardCost": 8.0,
"purchasedUOM": "sample string 9",
"conversionRation": 10.0,
"stockUOM": "sample string 11",
"isSerialized": true,
"isLotTraceable": true
},
{
"id": "sample string 1",
"isActive": true,
"category": "sample string 3",
"subCategory": "sample string 4",
"partNumber": "sample string 5",
"description": "sample string 6",
"numberPerPallet": 7,
"standardCost": 8.0,
"purchasedUOM": "sample string 9",
"conversionRation": 10.0,
"stockUOM": "sample string 11",
"isSerialized": true,
"isLotTraceable": true
}
]
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"
}
]