GET api/GetHeaderType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultHeaderTypeName | Description | Type | Additional information |
---|---|---|---|
ResultCode | string |
None. |
|
ResultDesc | string |
None. |
|
HeaderTypeList | Collection of HeaderTypeList |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResultCode": "sample string 1", "ResultDesc": "sample string 2", "HeaderTypeList": [ { "TypeName": "sample string 1", "TypeCode": "sample string 2" }, { "TypeName": "sample string 1", "TypeCode": "sample string 2" } ] }
application/xml, text/xml
Sample:
<ResultHeaderType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APISMS.Controllers.Header"> <HeaderTypeList> <HeaderTypeList> <TypeCode>sample string 2</TypeCode> <TypeName>sample string 1</TypeName> </HeaderTypeList> <HeaderTypeList> <TypeCode>sample string 2</TypeCode> <TypeName>sample string 1</TypeName> </HeaderTypeList> </HeaderTypeList> <ResultCode>sample string 1</ResultCode> <ResultDesc>sample string 2</ResultDesc> </ResultHeaderType>