GET Provider/Contract/{BillContractTypeId}/{SystemLanguageId}
Get the Contract for the Provider
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BillContractTypeId | integer |
Required |
|
SystemLanguageId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultContractName | Description | Type | Additional information |
---|---|---|---|
Header | string |
None. |
|
Content | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Header": "sample string 1", "Content": "sample string 2" }
application/xml, text/xml
Sample:
<ResultContract xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Content>sample string 2</Content> <Header>sample string 1</Header> </ResultContract>