POST v1/Cash/Reconcile

Description

Cash reconcile action

Base Url

https://api-zion.wsohosting.com/


Rest Call Syntax


POST CashManagement/v1/Cash/Reconcile

POST CashManagement/v1/Cash/Reconcile

Verb

Base Url

URI parameters

Authentication



Response Format


Headers

Add header


 

Delete

 

Delete



ReconcileCash

Name

Description

Type

Additional Information

SourceCashIds

Source Cash Id

Collection of integer

Required

DirectEntryIds

Direct Entry Id

Collection of integer

IsReconcile

IsReconcile - Boolean Values True/False - Default Value will be False

boolean

UpdateReceiveDate

Update Receive Date

boolean

WsoCashIds

Wso Cash Id

Collection of integer




Limitations

There are no limitations specified.




Request Information


Request body formats


application/json, text/json

Sample:
{
  "wsoCashIds": [
    1,
    2
  ],
  "directEntryIds": [
    1,
    2
  ],
  "sourceCashIds": [
    1,
    2
  ],
  "updateReceiveDate": true,
  "isReconcile": true
}

application/xml, text/xml

Sample:
<ReconcileCash xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <DirectEntryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </DirectEntryIds>
  <IsReconcile>true</IsReconcile>
  <SourceCashIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SourceCashIds>
  <UpdateReceiveDate>true</UpdateReceiveDate>
  <WsoCashIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </WsoCashIds>
</ReconcileCash>

application/x-www-form-urlencoded

Sample:

Sample not available.






Feedback