Creates the invoice transaction details
post
/service/v1/postInvoiceTxnData
This endpoint is used to creates invoice transaction details records.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request body with invoice transaction details to be persisted
Nested Schema : InstrumentTxnDTO
Type:
Show Source
object
-
acceptanceAmount:
number
Acceptance Amount
-
buyerId:
string
Buyer id
-
buyerName:
string
Buyer Name
-
event:
string
Event
-
extInvoiceRefNo:
string
External Invoice Reference Number
-
invoiceCcy:
string
Invoice Currency
-
invoiceDate:
string
Invoice Date
-
invoiceDueDate:
string
Invoice Due date
-
invoiceRefNo:
string
Invoice Reference Number
-
invoiceStatus:
string
Invoice Status
-
netInvoiceAmt:
number
Net Invoice Amount
-
processingDate:
string
Processing Date
-
programCode:
string
Program Code
-
relation:
string
Relation
-
supplierId:
string
Supplier Id
-
supplierName:
string
Supplier Name
-
txnRefNo:
string
Transaction Reference Number
Response
Supported Media Types
- application/json
- application/xml
200 Response
Success
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error