Get edit invoice details

post

/service/v1/compareValuesOnEdit

This endpoint is used to get edit invoice details.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for fetching invoices
Root Schema : EditInvoiceRequestModel
Type: object
Edit invoice request model
Show Source
Back to Top

Response

Supported Media Types

200 Response

Edit Invoice Details DTO
Body ()
Root Schema : EditInvoiceDetailsModel
Type: object
Collection of Edit Invoice Details.
Show Source
Nested Schema : editInvoiceDetailsList
Type: array
Show Source
Nested Schema : EditInvoiceDetails
Type: object
Show Source

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
Back to Top