Updates invoice status
post
/service/v1/updateInvoiceForNetting
This endpoint updates invoice status post netting settlement.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
branchCode
-
userId(required): string
user id for SMS
Request Body that contains data required for creating a new invoice record for netting.
Root Schema : NettingInvoiceModel
Type:
Show Source
object
-
errorCode:
string
Error Code
-
errorDesc:
string
Error Desc
-
invoiceRefNo:
array invoiceRefNo
Invoice Reference Number
-
invoiceTransactionNo:
string
Invoice Transaction Number
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns data of new invoice record for netting.
Root Schema : NettingInvoiceModel
Type:
Show Source
object
-
errorCode:
string
Error Code
-
errorDesc:
string
Error Desc
-
invoiceRefNo:
array invoiceRefNo
Invoice Reference Number
-
invoiceTransactionNo:
string
Invoice Transaction Number
400 Response
Bad Request
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error