POST Integration/AllocateBalance
Request Information
URI Parameters
None.
Body Parameters
AllocateBalanceReqBody| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Reference | string |
None. |
|
| Cachier | string |
None. |
|
| BranchOffice | string |
None. |
|
| TransactionID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Amount": 2.0,
"Reference": "sample string 3",
"Cachier": "sample string 4",
"BranchOffice": "sample string 5",
"TransactionID": "sample string 6"
}
application/xml, text/xml
Sample:
<AllocateBalanceReqBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <Amount>2</Amount> <BranchOffice>sample string 5</BranchOffice> <Cachier>sample string 4</Cachier> <Reference>sample string 3</Reference> <TransactionID>sample string 6</TransactionID> <UserID>1</UserID> </AllocateBalanceReqBody>
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. |