POST api/Paydesk/PostCashflow
Request Information
URI Parameters
None.
Body Parameters
CashflowModelName | Description | Type | Additional information |
---|---|---|---|
UserSignature | integer |
None. |
|
CreationDate | date |
None. |
|
Amount | decimal number |
None. |
|
Type | string |
None. |
|
Reason | string |
None. |
|
Details | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserSignature": 1, "CreationDate": "2025-04-04T00:14:32.2467617-06:00", "Amount": 3.1, "Type": "sample string 4", "Reason": "sample string 5", "Details": "sample string 6" }
application/xml, text/xml
Sample:
<CashflowModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSPOS.MODELS"> <Amount>3.1</Amount> <CreationDate>2025-04-04T00:14:32.2467617-06:00</CreationDate> <Details>sample string 6</Details> <Reason>sample string 5</Reason> <Type>sample string 4</Type> <UserSignature>1</UserSignature> </CashflowModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |