POST wscountrytaxresidence
Request Information
URI Parameters
None.
Body Parameters
Collection of CrsTaxResidenceData| Name | Description | Type | Additional information |
|---|---|---|---|
| countryTaxResCode | string |
None. |
|
| taxpayer | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"countryTaxResCode": "sample string 1",
"taxpayer": "sample string 2"
},
{
"countryTaxResCode": "sample string 1",
"taxpayer": "sample string 2"
}
]
text/html
Sample:
[{"countryTaxResCode":"sample string 1","taxpayer":"sample string 2"},{"countryTaxResCode":"sample string 1","taxpayer":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfDataModel.CrsTaxResidenceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiOnboarding.Models">
<DataModel.CrsTaxResidenceData>
<countryTaxResCode>sample string 1</countryTaxResCode>
<taxpayer>sample string 2</taxpayer>
</DataModel.CrsTaxResidenceData>
<DataModel.CrsTaxResidenceData>
<countryTaxResCode>sample string 1</countryTaxResCode>
<taxpayer>sample string 2</taxpayer>
</DataModel.CrsTaxResidenceData>
</ArrayOfDataModel.CrsTaxResidenceData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |