POST api/Checkout
Request Information
URI Parameters
None.
Body Parameters
Checkout| Name | Description | Type | Additional information |
|---|---|---|---|
| Cliente | Cliente |
None. |
|
| Pets | Collection of Pet |
None. |
|
| IdClienteIntegracao | string |
None. |
|
| IdAssinaturaIntegracao | string |
None. |
|
| IdTipoCobranca | integer |
None. |
|
| DiaVencimento | integer |
None. |
|
| IdConsultor | integer |
None. |
|
| Declaracao | string |
None. |
|
| IdClienteQueIndicou | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>