POST api/FECorporate/GetContractCodeList
Request Information
URI Parameters
None.
Body Parameters
ContractListCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| TaxIDNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaxIDNumber": "sample string 1"
}
application/xml, text/xml
Sample:
<OrderModel.ContractListCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <TaxIDNumber>sample string 1</TaxIDNumber> </OrderModel.ContractListCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfContractList| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of ContractList |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfArrayOfOrderModel.ContractListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<OrderModel.ContractList>
<ContractCode>sample string 1</ContractCode>
</OrderModel.ContractList>
<OrderModel.ContractList>
<ContractCode>sample string 1</ContractCode>
</OrderModel.ContractList>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfOrderModel.ContractListuKWfnEcv>