POST Deposits/Deposit/Refund
Request Information
URI Parameters
None.
Body Parameters
Collection of RefundDepositDTOName | Description | Type | Additional information |
---|---|---|---|
DepositID | integer |
None. |
|
RefundAmount | decimal number |
None. |
|
PostingDate | date |
None. |
Request Formats
application/json, text/json
Sample:
[ { "depositID": 1, "refundAmount": 2.0, "postingDate": "2024-12-04T08:07:11.7668578+00:00" }, { "depositID": 1, "refundAmount": 2.0, "postingDate": "2024-12-04T08:07:11.7668578+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfRefundDepositDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models"> <RefundDepositDTO> <DepositID>1</DepositID> <PostingDate>2024-12-04T08:07:11.7668578+00:00</PostingDate> <RefundAmount>2</RefundAmount> </RefundDepositDTO> <RefundDepositDTO> <DepositID>1</DepositID> <PostingDate>2024-12-04T08:07:11.7668578+00:00</PostingDate> <RefundAmount>2</RefundAmount> </RefundDepositDTO> </ArrayOfRefundDepositDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� {�{t�RJjA~qf�������RQjZi^�cn~i^�������P�$3/�%�$U�J����D��H��$��������P�������B�����@�V��� l��!�
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.