Edit an existing authorised Purchase order

post

/service/v2/po/modify

This service is used to edit an existing authorised PO.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for editing PO.
Root Schema : EditPOModel
Type: object
Show Source
Nested Schema : editPOList
Type: array
editPO
Show Source
Nested Schema : EditPO
Type: object
Show Source
Nested Schema : edit_fields
Type: array
Show Source
Nested Schema : EditFields
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Po Response
Body ()
Root Schema : UpdatePOResponse
Type: object
Response model for Edit PO
Show Source
Nested Schema : refNoList
Type: array
Show Source
Nested Schema : TransactionRefNoResponse
Type: object
List of Internal Reference Numbers
Show Source
Nested Schema : invoiceRefNoList
Type: array
Show Source
Nested Schema : InvoiceRefNoResponse
Type: object
List of Internal Reference Numbers
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