POST api/getClientByVatAndCustomerUser
Request Information
URI Parameters
None.
Body Parameters
PIvaCiente| Name | Description | Type | Additional information |
|---|---|---|---|
| costumer_user | string |
None. |
|
| vat | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"costumer_user": "sample string 1",
"vat": "sample string 2"
}
text/html
Sample:
{"costumer_user":"sample string 1","vat":"sample string 2"}
application/xml, text/xml
Sample:
<PIvaCiente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <CustSupp>sample string 1</CustSupp> <Vat>sample string 2</Vat> </PIvaCiente>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | boolean |
None. |
|
| Dati | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"Dati": {}
}
text/html
Sample:
{"Message":"sample string 1","Status":true,"Dati":{}}
application/xml, text/xml
Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <Dati /> <Message>sample string 1</Message> <Status>true</Status> </ResponseModel>