GET GetTaxMissingMappingsInfo?SID={SID}&bCacheRefresh={bCacheRefresh}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SID | integer |
Required |
|
| bCacheRefresh | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of TaxDetailChannelPropertyMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId | integer |
None. |
|
| PropertyName | string |
None. |
|
| ChannelName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PropertyId": 1,
"PropertyName": "sample string 2",
"ChannelName": "sample string 3"
},
{
"PropertyId": 1,
"PropertyName": "sample string 2",
"ChannelName": "sample string 3"
}
]
text/html
Sample:
[{"PropertyId":1,"PropertyName":"sample string 2","ChannelName":"sample string 3"},{"PropertyId":1,"PropertyName":"sample string 2","ChannelName":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfTaxDetailChannelPropertyMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Settings">
<TaxDetailChannelPropertyMapping>
<ChannelName>sample string 3</ChannelName>
<PropertyId>1</PropertyId>
<PropertyName>sample string 2</PropertyName>
</TaxDetailChannelPropertyMapping>
<TaxDetailChannelPropertyMapping>
<ChannelName>sample string 3</ChannelName>
<PropertyId>1</PropertyId>
<PropertyName>sample string 2</PropertyName>
</TaxDetailChannelPropertyMapping>
</ArrayOfTaxDetailChannelPropertyMapping>