POST Deposits/Deposit/Refund/OnDischarge
Request Information
URI Parameters
None.
Body Parameters
RefundDepositsContextName | Description | Type | Additional information |
---|---|---|---|
DepositIDs | Collection of integer |
None. |
|
PostingDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "depositIDs": [ 1, 2 ], "postingDate": "2024-12-04T07:52:45.2341428+00:00" }
application/xml, text/xml
Sample:
<RefundDepositsContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Api.Areas.Billings.Context"> <DepositIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </DepositIDs> <PostingDate>2024-12-04T07:52:45.2341428+00:00</PostingDate> </RefundDepositsContext>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� {�{�RJjA~qf��K��U���Q��P�$3/�%�$U�J����D��H��$��������T�������B�����@� eؤI
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.