| GET | /Accounting/Services/{ServiceID} | ||
|---|---|---|---|
| GET | /Accounting/Services/ |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ServiceID | path | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<Service> | 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 .wire suffix or ?format=wire
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Accounting/Services/{ServiceID} HTTP/1.1
Host: 10.10.0.107
Accept: application/x-wire
HTTP/1.1 200 OK
Content-Type: application/x-wire
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ServiceID":"String","Code":"String","Name":"String","NameEn":"String","Price":0,"PriceU":0,"Vat":0,"Note":"String","LDefault":false,"Spend":false,"NameN":"String"}]}