Update the payment data after Invoice Payment Reconciliation

patch

/service/v1/invPayRecon

This endpoint updates the payment data after Invoice Payment Reconciliation.

Request

Supported Media Types
Query Parameters
Header Parameters
Body ()
Request Body that contains data required for updating Invoices and Payment.
Root Schema : ScfInvPayReconCollection
Type: object
ScfInvPayReconDTO Collection
Show Source
Nested Schema : ResponseDtoWrapper
Type: object
Nested Schema : scfInvPayReconList
Type: array
scfInvPayReconList
Show Source
Nested Schema : ScfInvPayReconDTO
Type: object
Response Model
Show Source
Nested Schema : invoices
Type: array
InvoiceModel
Show Source
Nested Schema : InvoiceModel
Invoice model
Match All
Show Source
Nested Schema : TransactionModel
Type: object
Discriminator: model_Type
Nested Schema : InvoiceModel-allOf[1]
Type: object
Show Source
Nested Schema : invoiceCommodityGridList
Type: array
Show Source
Nested Schema : InvoiceCommodityGridModel
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns collection of invoices,payments and credit notes
Body ()
Root Schema : ScfInvPayReconCollection
Type: object
ScfInvPayReconDTO Collection
Show Source
Nested Schema : ResponseDtoWrapper
Type: object
Nested Schema : scfInvPayReconList
Type: array
scfInvPayReconList
Show Source
Nested Schema : ScfInvPayReconDTO
Type: object
Response Model
Show Source
Nested Schema : invoices
Type: array
InvoiceModel
Show Source
Nested Schema : InvoiceModel
Invoice model
Match All
Show Source
Nested Schema : TransactionModel
Type: object
Discriminator: model_Type
Nested Schema : InvoiceModel-allOf[1]
Type: object
Show Source
Nested Schema : invoiceCommodityGridList
Type: array
Show Source
Nested Schema : InvoiceCommodityGridModel
Type: object
Show Source

400 Response

Bad Request
Body ()
Root Schema : ScfInvPayReconCollection
Type: object
ScfInvPayReconDTO Collection
Show Source
Nested Schema : ResponseDtoWrapper
Type: object
Nested Schema : scfInvPayReconList
Type: array
scfInvPayReconList
Show Source
Nested Schema : ScfInvPayReconDTO
Type: object
Response Model
Show Source
Nested Schema : invoices
Type: array
InvoiceModel
Show Source
Nested Schema : InvoiceModel
Invoice model
Match All
Show Source
Nested Schema : TransactionModel
Type: object
Discriminator: model_Type
Nested Schema : InvoiceModel-allOf[1]
Type: object
Show Source
Nested Schema : invoiceCommodityGridList
Type: array
Show Source
Nested Schema : InvoiceCommodityGridModel
Type: object
Show Source

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