Save invoice netting details
post
/service/v1/saveInvoiceNettingDetails
This endpoint is used to save invoice netting details.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
Invoice Netting Details
Root Schema : InvoiceNettingDetailsCollections
Type:
object
Invoice Netting Details Collection
Show Source
Nested Schema : invoiceNettingDetails
Type:
Show Source
array
-
Array of:
object InvoiceNettingDetails
Invoice Netting Details
Nested Schema : InvoiceNettingDetails
Type:
object
Invoice Netting Details
Show Source
-
buyerId:
string
Buyer Id
-
invoiceNumber:
string
Invoice Number
-
nettingStatus:
string
Netting Status
-
nettingTxnNo:
string
Netting Txn No
-
nettingTxnStatus:
string
Netting Txn Status
-
supplierId:
string
Supplier Id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : InvoiceNettingResult
Type:
object
Invoice Netting Details Collection
Show Source
-
invoicesInput:
integer
No of Invoices Input
-
invoicesOutput:
integer
No of Invoices Saved
-
invoicesSaved:
array invoicesSaved
Nested Schema : invoicesSaved
Type:
Show Source
array
-
Array of:
object StringStringMap
Additional Properties Allowed: additionalProperties
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error