POST api/PorPartNumberViews
Request Information
URI Parameters
None.
Body Parameters
PorPartNumberViewName | Description | Type | Additional information |
---|---|---|---|
PartNumber | string |
String length: inclusive between 0 and 20 |
|
OrderNumber | string |
String length: inclusive between 0 and 20 |
|
InvoiceNumber | string |
String length: inclusive between 0 and 20 |
|
Quantity | integer |
None. |
|
PartId | integer |
None. |
|
Special | string |
None. |
|
Returnable | integer |
None. |
|
ItemNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "partNumber": "sample string 1", "orderNumber": "sample string 2", "invoiceNumber": "sample string 3", "quantity": 4, "partId": 5, "special": "sample string 6", "returnable": 7, "itemNo": 8 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PorPartNumberViewName | Description | Type | Additional information |
---|---|---|---|
PartNumber | string |
String length: inclusive between 0 and 20 |
|
OrderNumber | string |
String length: inclusive between 0 and 20 |
|
InvoiceNumber | string |
String length: inclusive between 0 and 20 |
|
Quantity | integer |
None. |
|
PartId | integer |
None. |
|
Special | string |
None. |
|
Returnable | integer |
None. |
|
ItemNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "partNumber": "sample string 1", "orderNumber": "sample string 2", "invoiceNumber": "sample string 3", "quantity": 4, "partId": 5, "special": "sample string 6", "returnable": 7, "itemNo": 8 }