POST api/Client/GetMasterData
Request Information
URI Parameters
None.
Body Parameters
GetMasterDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| DataType | string |
None. |
|
| RefKey1 | string |
None. |
|
| RefKey2 | string |
None. |
|
| RefKey3 | string |
None. |
|
| RefKey4 | string |
None. |
|
| RefKey5 | string |
None. |
|
| RefKey6 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"DataType": "sample string 2",
"RefKey1": "sample string 3",
"RefKey2": "sample string 4",
"RefKey3": "sample string 5",
"RefKey4": "sample string 6",
"RefKey5": "sample string 7",
"RefKey6": "sample string 8"
}
application/xml, text/xml
Sample:
<GetMasterDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExpressIts_API.Models"> <DataType>sample string 2</DataType> <RefKey1>sample string 3</RefKey1> <RefKey2>sample string 4</RefKey2> <RefKey3>sample string 5</RefKey3> <RefKey4>sample string 6</RefKey4> <RefKey5>sample string 7</RefKey5> <RefKey6>sample string 8</RefKey6> <Token>sample string 1</Token> </GetMasterDataRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetMasterDataResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| Data | Collection of Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"Data": [
{
"sample string 1": {},
"sample string 3": {}
},
{
"sample string 1": {},
"sample string 3": {}
}
]
}
application/xml, text/xml
Sample:
<GetMasterDataResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExpressIts_API.Models">
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:ArrayOfKeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</d2p1:ArrayOfKeyValueOfstringanyType>
<d2p1:ArrayOfKeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</d2p1:ArrayOfKeyValueOfstringanyType>
</Data>
<Message>sample string 2</Message>
<Status>sample string 1</Status>
</GetMasterDataResponse>