GET api/v1/lookup/termspolicy/{type}/{marketid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | TermsPolicy |
Required |
|
| marketid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ErrorResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | Error |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": {
"code": "sample string 1",
"message": "sample string 2",
"innerError": "sample string 3"
}
}
text/xml
Sample:
<ErrorResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
<Error>
<Code>sample string 1</Code>
<InnerError>sample string 3</InnerError>
<Message>sample string 2</Message>
</Error>
</ErrorResponse>