POST services/api/v1/Get_ServiceById
Request Information
URI Parameters
None.
Body Parameters
ItemType_Id_SellingPriceLevel_Branch_Location| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemType | integer |
None. |
|
| Id | integer |
None. |
|
| SellingPriceLevel | integer |
None. |
|
| Branch | integer |
None. |
|
| Location | integer |
None. |
|
| ZatcaEnable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemType": 1,
"Id": 2,
"SellingPriceLevel": 3,
"Branch": 4,
"Location": 5,
"ZatcaEnable": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |