| GET | /Warehousing/PreOrders/OrderServices/{OrderServiceID} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| OrderServiceID | path | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| OrderServiceID | form | int | No | |
| OrderID | form | int | No | |
| ServiceID | form | string | No | |
| Discount | form | decimal | No | |
| Price | form | decimal | No | |
| SCount | form | decimal | No | |
| VatType | form | byte | No | |
| Service | form | Service | No | |
| DocID | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ServiceID | form | string | No | |
| Code | form | string | No | |
| Name | form | string | No | |
| NameEn | form | string | No | |
| Price | form | decimal | No | |
| PriceU | form | decimal | No | |
| Vat | form | decimal | No | |
| Note | form | string | No | |
| LDefault | form | bool? | No | |
| Spend | form | bool | No | |
| NameN | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .x-protobuf suffix or ?format=x-protobuf
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Warehousing/PreOrders/OrderServices/{OrderServiceID} HTTP/1.1
Host: 10.10.0.107
Accept: application/x-protobuf
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length
{"OrderServiceID":0,"OrderID":0,"ServiceID":"String","Discount":0,"Price":0,"SCount":0,"VatType":0,"Service":{"ServiceID":"String","Code":"String","Name":"String","NameEn":"String","Price":0,"PriceU":0,"Vat":0,"Note":"String","LDefault":false,"Spend":false,"NameN":"String"},"DocID":"String"}