POST api/mapx/SystemIMEINoList
Request Information
URI Parameters
None.
Body Parameters
SystemIMEINosInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| ClassificationType | string |
None. |
|
| ClassificationCodeList | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"UserInternalCode": "sample string 2",
"BranchInternalCode": "sample string 3",
"ClassificationType": "sample string 4",
"ClassificationCodeList": "sample string 5"
}
application/xml, text/xml
Sample:
<MiscObjects.SystemIMEINosInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebAPI.Models"> <BranchInternalCode>sample string 3</BranchInternalCode> <ClassificationCodeList>sample string 5</ClassificationCodeList> <ClassificationType>sample string 4</ClassificationType> <DBName>sample string 1</DBName> <UserInternalCode>sample string 2</UserInternalCode> </MiscObjects.SystemIMEINosInputs>
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. |