POST v6/operation/getSKU
Request Information
URI Parameters
None.
Body Parameters
OperationSharedGetSKUModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUID | integer |
None. |
|
| RTI | string |
None. |
|
| Quantity | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuid": 1,
"rti": "sample string 2",
"quantity": 3
}
Response Information
Resource Description
ReturnOutputModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| RTI | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"rti": "sample string 1",
"message": "sample string 2"
}