Cash reconcile action
https://api-ppc.wsohosting.com/
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
There are no limitations specified.
{
"wsoCashIds": [
1,
2
],
"directEntryIds": [
1,
2
],
"sourceCashIds": [
1,
2
],
"updateReceiveDate": true,
"isReconcile": true
}
<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>
Sample not available.