POST api/receipt/agentdeposit
Add agent funds into the system
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Command.Receipt.SetAgentDepositDataContractName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
BankAccountId | integer |
None. |
|
Date | date |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Amount": 1.0, "BankAccountId": 2, "Date": "2024-11-21T09:46:01.5648287Z" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.