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
Collection of ResponseDto and ResponseResourceSupport
Show Source
Nested Schema : scfInvPayReconList
Type: array
scfInvPayReconList
Show Source
Nested Schema : ResponseResourceSupport
Type: object
Response DTO which extends RepresentationModel of Spring HATEOAS
Nested Schema : ResponseDto
Type: object
ResponseDto stores the response status and code.
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
ResponseCode stores the response details.
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : ScfInvPayReconDTO
Type: object
Response Model
Show Source
Nested Schema : invoices
Type: array
InvoiceModel
Show Source
Nested Schema : InvoiceModel
Type: object
Invoice model
Show Source
Nested Schema : invoiceCommodityGridList
Type: array
Show Source
Nested Schema : invoiceOfferList
Type: array
Show Source
Nested Schema : invoiceOfferTenorParameterList
Type: array
Show Source
Nested Schema : linkedInvoiceList
Type: array
Show Source
Nested Schema : tmDrCrNoteLinkInvoiceList
Type: array
Show Source
Nested Schema : InvoiceCommodityGridModel
Type: object
Show Source
Nested Schema : InvoiceOfferDTO
Type: object
Show Source
Nested Schema : InvoiceOfferTenorParameterModel
Type: object
Show Source
Nested Schema : LinkedInvoiceModel
Type: object
Show Source
Nested Schema : TmDrCrNoteLinkInvoiceModel
Type: object
Model for TmDrCrNoteLinkInvoice
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
Collection of ResponseDto and ResponseResourceSupport
Show Source
Nested Schema : scfInvPayReconList
Type: array
scfInvPayReconList
Show Source
Nested Schema : ResponseResourceSupport
Type: object
Response DTO which extends RepresentationModel of Spring HATEOAS
Nested Schema : ResponseDto
Type: object
ResponseDto stores the response status and code.
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
ResponseCode stores the response details.
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : ScfInvPayReconDTO
Type: object
Response Model
Show Source
Nested Schema : invoices
Type: array
InvoiceModel
Show Source
Nested Schema : InvoiceModel
Type: object
Invoice model
Show Source
Nested Schema : invoiceCommodityGridList
Type: array
Show Source
Nested Schema : invoiceOfferList
Type: array
Show Source
Nested Schema : invoiceOfferTenorParameterList
Type: array
Show Source
Nested Schema : linkedInvoiceList
Type: array
Show Source
Nested Schema : tmDrCrNoteLinkInvoiceList
Type: array
Show Source
Nested Schema : InvoiceCommodityGridModel
Type: object
Show Source
Nested Schema : InvoiceOfferDTO
Type: object
Show Source
Nested Schema : InvoiceOfferTenorParameterModel
Type: object
Show Source
Nested Schema : LinkedInvoiceModel
Type: object
Show Source
Nested Schema : TmDrCrNoteLinkInvoiceModel
Type: object
Model for TmDrCrNoteLinkInvoice
Show Source

400 Response

Bad Request
Body ()
Root Schema : ScfInvPayReconCollection
Type: object
ScfInvPayReconDTO Collection
Show Source
Nested Schema : ResponseDtoWrapper
Type: object
Collection of ResponseDto and ResponseResourceSupport
Show Source
Nested Schema : scfInvPayReconList
Type: array
scfInvPayReconList
Show Source
Nested Schema : ResponseResourceSupport
Type: object
Response DTO which extends RepresentationModel of Spring HATEOAS
Nested Schema : ResponseDto
Type: object
ResponseDto stores the response status and code.
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
ResponseCode stores the response details.
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : ScfInvPayReconDTO
Type: object
Response Model
Show Source
Nested Schema : invoices
Type: array
InvoiceModel
Show Source
Nested Schema : InvoiceModel
Type: object
Invoice model
Show Source
Nested Schema : invoiceCommodityGridList
Type: array
Show Source
Nested Schema : invoiceOfferList
Type: array
Show Source
Nested Schema : invoiceOfferTenorParameterList
Type: array
Show Source
Nested Schema : linkedInvoiceList
Type: array
Show Source
Nested Schema : tmDrCrNoteLinkInvoiceList
Type: array
Show Source
Nested Schema : InvoiceCommodityGridModel
Type: object
Show Source
Nested Schema : InvoiceOfferDTO
Type: object
Show Source
Nested Schema : InvoiceOfferTenorParameterModel
Type: object
Show Source
Nested Schema : LinkedInvoiceModel
Type: object
Show Source
Nested Schema : TmDrCrNoteLinkInvoiceModel
Type: object
Model for TmDrCrNoteLinkInvoice
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