GET Cavy/Transfers
Request Information
URI Parameters
None.
Body Parameters
BalanceSaleCavyName | 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": "2025-05-21T20:35:12.7845029+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>2025-05-21T20:35:12.7845029+00:00</PaymentDate> <ReceiverID>1</ReceiverID> </BalanceSaleCavy>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |