POST api/Baskets
Request Information
URI Parameters
None.
Body Parameters
BasketName | Description | Type | Additional information |
---|---|---|---|
BasketId | integer |
None. |
|
UserId | integer |
None. |
|
PartId | integer |
None. |
|
Quantity | integer |
None. |
|
OrderTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "basketId": 1, "userId": 1, "partId": 1, "quantity": 1, "orderTypeId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasketName | Description | Type | Additional information |
---|---|---|---|
BasketId | integer |
None. |
|
UserId | integer |
None. |
|
PartId | integer |
None. |
|
Quantity | integer |
None. |
|
OrderTypeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "basketId": 1, "userId": 1, "partId": 1, "quantity": 1, "orderTypeId": 1 }