POST api/v1/taxpayer/inquiry/buyer
Request Information
URI Parameters
None.
Body Parameters
None.
Request Formats
application/json, text/json
Sample:
{
"taxpayerType": 64,
"economicCode": "sample string 2",
"nationalIdentifier": "sample string 3",
"correlationId": "sample string 4"
}
application/xml, text/xml
Sample:
<BuyerTaxpayerInquiryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MegaPayBackend.Models.TaxpayerInquiry"> <CorrelationId>sample string 4</CorrelationId> <EconomicCode>sample string 2</EconomicCode> <NationalIdentifier>sample string 3</NationalIdentifier> <TaxpayerType>64</TaxpayerType> </BuyerTaxpayerInquiryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version | ||
| Content | HttpContent | ||
| StatusCode | HttpStatusCode | ||
| ReasonPhrase | |||
| Headers | |||
| RequestMessage | HttpRequestMessage | ||
| IsSuccessStatusCode |