POST api/Asset/GetAssetMaster
Request Information
URI Parameters
None.
Body Parameters
AssetInput| Name | Description | Type | Additional information |
|---|---|---|---|
| AM_ID | integer |
None. |
|
| AM_CP_ID | integer |
None. |
|
| AM_PRODUCT_CODE | string |
None. |
|
| AM_PRODUCT_DESC | string |
None. |
|
| AM_ASSET_CODE | string |
None. |
|
| AM_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AM_ID": 1,
"AM_CP_ID": 1,
"AM_PRODUCT_CODE": "sample string 1",
"AM_PRODUCT_DESC": "sample string 2",
"AM_ASSET_CODE": "sample string 3",
"AM_STATUS": "sample string 4",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<AssetInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <AM_ASSET_CODE>sample string 3</AM_ASSET_CODE> <AM_CP_ID>1</AM_CP_ID> <AM_ID>1</AM_ID> <AM_PRODUCT_CODE>sample string 1</AM_PRODUCT_CODE> <AM_PRODUCT_DESC>sample string 2</AM_PRODUCT_DESC> <AM_STATUS>sample string 4</AM_STATUS> <LENGTH>1</LENGTH> <START>1</START> </AssetInput>
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. |