POST api/nhaphangncc/addorder
Request Information
URI Parameters
None.
Body Parameters
OrderDtoNCCName | Description | Type | Additional information |
---|---|---|---|
NhaCungCap | CustomerDtoNCC |
None. |
|
Items | Collection of OrderItemDtoNCC |
None. |
Request Formats
application/json, text/json
Sample:
{ "nhaCungCap": { "maNhaCungCap": 1 }, "items": [ { "maMatHang": 1, "giaBan": 2, "soLuong": 3 }, { "maMatHang": 1, "giaBan": 2, "soLuong": 3 } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.