Update debit note
put
/service/v1/debitNote
This endpoint is used to update debit note.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
Request Body that contains data required for updating a new Debit note.
Root Schema : DebitNotePutModel
Type:
object
Debit note put model
Show Source
-
action(required):
string
Action for which debit note are getting saved
-
checkerId:
string
Checker Id from Portal
-
debitNoteList:
array debitNoteList
-
makerId:
string
Maker Id from Portal
-
processingBranchCode(required):
string
Branch Code
-
processingDate(required):
string
Processing Date
-
srcAppCd:
string
Source Application Code
-
srcAppRefNo:
string
Reference Number of Calling System
Nested Schema : debitNoteList
Type:
Show Source
array
-
Array of:
object DebitNoteUpdateModel2
Debit note Update model 2
Nested Schema : DebitNoteUpdateModel2
Type:
object
Debit note Update model 2
Show Source
-
acceptanceAmount:
number
-
adjustmentReason:
string
-
debitNoteDate:
string
-
debitNoteDueDate:
string
-
debitNoteRefNo:
string
-
discrepancyCd:
string
-
disputeAmount:
number
-
invoiceCommodityGridList:
array invoiceCommodityGridList
-
isAutoAuth:
string
-
linkedDocs:
string
-
linkInvoiceNumber:
string
-
oldAcceptanceAmount:
number
-
oldDebitNoteDueDate:
string
-
oldDisputeAmount:
number
-
remarks:
string
-
transactionRefNo:
string
Nested Schema : InvoiceCommodityGridModel
Type:
Show Source
object
-
ccy:
string
-
commodityCode:
string
Commodity Code
-
commodityDesc:
string
-
commodityName:
string
-
costPerUnit:
number
Cost Per unit
-
costPerUnitInInvCcy:
number
Cost Per unit In Invoice currency
-
descriptionOfGoods:
string
-
discountAmount:
number
-
discountAmountInInvCcy:
number
Discount Amount In Invoice currency
-
discountPercentage:
number
-
id:
string
-
invoiceCommodityGridId:
string
Read Only:
true
Id of the Invoice Commodity Grid -
invoiceMasterId:
string
Invoice Master Id
-
invoiceNumber:
string
Invoice Number
-
invoiceRefNo:
string
Invoice Reference Number
-
isInherited:
string
-
netCost:
number
Net Cost
-
netCostInInvCcy:
number
Net Cost In Invoice currency
-
poExternalNumber:
string
-
poInternalNumber:
string
-
quantity:
number
Quantity
-
seqNo:
integer(int64)
-
taxAmount:
number
Tax Amount
-
taxAmountInInvCcy:
number
Tax Amount In Invoice currency
-
taxPercentage:
number
-
totalCost:
number
Total Cost
-
totalCostInInvCcy:
number
Total Cost In Invoice currency
-
totalWeight:
number
-
transactionRefNo:
string
-
unit:
string
-
unitWeight:
number
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the collection of the updated debit note
Nested Schema : refNoList
Type:
Show Source
array
-
Array of:
object DebitNoteTranRefNoResponse
List of Internal Reference Numbers
Nested Schema : DebitNoteTranRefNoResponse
Type:
object
List of Internal Reference Numbers
Show Source
Nested Schema : debitNoteRefNoList
Type:
Show Source
array
-
Array of:
object DebitNoteRefNoResponse
List of Internal Reference Numbers
400 Response
Bad Request
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error