Adds a new Purchase Order

post

/service/v1/po/create

This endpoint is used to add a new purchase order.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new po
Root Schema : PoServiceCollection
Type: object
Collection of po.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PoServiceDTO
Type: object
Show Source
Nested Schema : commodityList
Type: array
Show Source
Nested Schema : PoComServiceDTO
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Po Response
Body ()
Root Schema : PoServiceListResponse
Type: object
Collection of po response.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PoServiceResponse
Type: object
Show Source
Nested Schema : errors
Type: array
Error List
Show Source
Nested Schema : ErrorDto
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