POST services/api/v1/Get_LPO_ById
Request Information
URI Parameters
None.
Body Parameters
ItemTypeId_Id_LocationId_SellingPriceLevelId| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemTypeId | integer |
None. |
|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| SellingPriceLevelId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemTypeId": 1,
"Id": 2,
"LocationId": 3,
"SellingPriceLevelId": 4
}
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. |