POST Deposits/Deposit/postAdjustment
Request Information
URI Parameters
None.
Body Parameters
DepositAdjustmentDTOName | Description | Type | Additional information |
---|---|---|---|
DepositID | integer |
None. |
|
AdjustmentAmount | decimal number |
None. |
|
TransactionDate | date |
None. |
|
Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "depositID": 1, "adjustmentAmount": 2.0, "transactionDate": "2024-12-04T07:45:53.0668591+00:00", "comments": "sample string 4" }
application/xml, text/xml
Sample:
<DepositAdjustmentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models"> <AdjustmentAmount>2</AdjustmentAmount> <Comments>sample string 4</Comments> <DepositID>1</DepositID> <TransactionDate>2024-12-04T07:45:53.0668591+00:00</TransactionDate> </DepositAdjustmentDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �1�0 ��T^I+'$�zC����6BA$�jwB���'�`?���~��*I�#�5��mͱ�)(��Ѐ�\�'M���:�Zע��|����a�;DBS��I~\8/�؈��\�/�J��|
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.