GET Cavy/Transfers
Request Information
URI Parameters
None.
Body Parameters
BalanceSaleCavy| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiverID | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Paid | boolean |
None. |
|
| Comment | string |
None. |
|
| PaymentDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReceiverID": 1,
"Amount": 2.0,
"Paid": true,
"Comment": "sample string 4",
"PaymentDate": "2026-03-20T13:27:49.5135307+00:00"
}
application/xml, text/xml
Sample:
<BalanceSaleCavy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <Amount>2</Amount> <Comment>sample string 4</Comment> <Paid>true</Paid> <PaymentDate>2026-03-20T13:27:49.5135307+00:00</PaymentDate> <ReceiverID>1</ReceiverID> </BalanceSaleCavy>
application/x-www-form-urlencoded
Sample:
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. |