Get edit invoice details
post
/service/v1/compareValuesOnEdit
This endpoint is used to get edit invoice details.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
Request Body that contains data required for fetching invoices
Root Schema : EditInvoiceRequestModel
Type:
object
Edit invoice request model
Show Source
-
invoiceNumber:
string
Invoice Number
-
invoiceRefNo:
string
Invoice Reference Number
-
srcAppCd:
string
Source Application Code
-
srcAppRefNo:
string
Reference Number of Calling System
-
supplierId:
string
Supplier Id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Edit Invoice Details DTO
Nested Schema : EditInvoiceDetails
Type:
Show Source
object
-
columnName:
string
columnName
-
newValue:
string
newValue
-
oldValue:
string
oldValue
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