GET api/Twilio/FindPayerByPhone/{codFiscal}/{phone}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| codFiscal | string |
Required |
|
| phone | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TwilioTotalForPay| Name | Description | Type | Additional information |
|---|---|---|---|
| Cnp | string |
None. |
|
| TotalValue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Cnp": "sample string 1",
"TotalValue": 2.0
}
application/xml, text/xml
Sample:
<TwilioTotalForPay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiGeneralTNT.Models.Taxe"> <Cnp>sample string 1</Cnp> <TotalValue>2</TotalValue> </TwilioTotalForPay>