POST services/api/rest/v1/Update_Pending_Payments
Request Information
URI Parameters
None.
Body Parameters
Rest_Pending_Payments_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | integer |
None. |
|
| LocId | integer |
None. |
|
| DayOpenId | integer |
None. |
|
| CounterOpenId | integer |
None. |
|
| CashierId | integer |
None. |
|
| TotAmount | decimal number |
None. |
|
| TotPayLater | decimal number |
None. |
|
| TotSecurityDeposit | decimal number |
None. |
|
| TotCash | decimal number |
None. |
|
| TotCreditCard | decimal number |
None. |
|
| CreditCardNo | string |
None. |
|
| TotGiftVoucher | decimal number |
None. |
|
| GiftVoucherNo | string |
None. |
|
| CounterName | string |
None. |
|
| CashierName | string |
None. |
|
| CustomerName | string |
None. |
|
| Address | string |
None. |
|
| PhoneNo | string |
None. |
|
| AreaName | string |
None. |
|
| TotCreditNote | decimal number |
None. |
|
| CreditNoteRefNo | string |
None. |
|
| ProviderId | integer |
None. |
|
| ProviderRefNo | string |
None. |
|
| TotAltCurrency | decimal number |
None. |
|
| AltCurrencyId | integer |
None. |
|
| ExchangeRate | decimal number |
None. |
|
| TotCredit | decimal number |
None. |
|
| CustomerId | integer |
None. |
|
| TotOnlinePayment | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvNo": 1,
"LocId": 2,
"DayOpenId": 3,
"CounterOpenId": 4,
"CashierId": 5,
"TotAmount": 6.0,
"TotPayLater": 7.0,
"TotSecurityDeposit": 8.0,
"TotCash": 9.0,
"TotCreditCard": 10.0,
"CreditCardNo": "sample string 11",
"TotGiftVoucher": 12.0,
"GiftVoucherNo": "sample string 13",
"CounterName": "sample string 14",
"CashierName": "sample string 15",
"CustomerName": "sample string 16",
"Address": "sample string 17",
"PhoneNo": "sample string 18",
"AreaName": "sample string 19",
"TotCreditNote": 20.0,
"CreditNoteRefNo": "sample string 21",
"ProviderId": 22,
"ProviderRefNo": "sample string 23",
"TotAltCurrency": 24.0,
"AltCurrencyId": 25,
"ExchangeRate": 26.0,
"TotCredit": 27.0,
"CustomerId": 28,
"TotOnlinePayment": 29.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Rest_Pending_Payments_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | integer |
None. |
|
| LocId | integer |
None. |
|
| DayOpenId | integer |
None. |
|
| CounterOpenId | integer |
None. |
|
| CashierId | integer |
None. |
|
| TotAmount | decimal number |
None. |
|
| TotPayLater | decimal number |
None. |
|
| TotSecurityDeposit | decimal number |
None. |
|
| TotCash | decimal number |
None. |
|
| TotCreditCard | decimal number |
None. |
|
| CreditCardNo | string |
None. |
|
| TotGiftVoucher | decimal number |
None. |
|
| GiftVoucherNo | string |
None. |
|
| CounterName | string |
None. |
|
| CashierName | string |
None. |
|
| CustomerName | string |
None. |
|
| Address | string |
None. |
|
| PhoneNo | string |
None. |
|
| AreaName | string |
None. |
|
| TotCreditNote | decimal number |
None. |
|
| CreditNoteRefNo | string |
None. |
|
| ProviderId | integer |
None. |
|
| ProviderRefNo | string |
None. |
|
| TotAltCurrency | decimal number |
None. |
|
| AltCurrencyId | integer |
None. |
|
| ExchangeRate | decimal number |
None. |
|
| TotCredit | decimal number |
None. |
|
| CustomerId | integer |
None. |
|
| TotOnlinePayment | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"InvNo": 1,
"LocId": 2,
"DayOpenId": 3,
"CounterOpenId": 4,
"CashierId": 5,
"TotAmount": 6.0,
"TotPayLater": 7.0,
"TotSecurityDeposit": 8.0,
"TotCash": 9.0,
"TotCreditCard": 10.0,
"CreditCardNo": "sample string 11",
"TotGiftVoucher": 12.0,
"GiftVoucherNo": "sample string 13",
"CounterName": "sample string 14",
"CashierName": "sample string 15",
"CustomerName": "sample string 16",
"Address": "sample string 17",
"PhoneNo": "sample string 18",
"AreaName": "sample string 19",
"TotCreditNote": 20.0,
"CreditNoteRefNo": "sample string 21",
"ProviderId": 22,
"ProviderRefNo": "sample string 23",
"TotAltCurrency": 24.0,
"AltCurrencyId": 25,
"ExchangeRate": 26.0,
"TotCredit": 27.0,
"CustomerId": 28,
"TotOnlinePayment": 29.0
}