ProductOrderApi

Method Path Operation

POST

/productOrder

createProductOrder — Creates a ProductOrder

GET

/productOrder

listProductOrder — List or find ProductOrder objects

GET

/productOrder/{id}

retrieveProductOrder — Retrieves a ProductOrder by ID

Operations

ProductOrder

POST /productOrder

Operation ID

createProductOrder

Creates a ProductOrder

Description

This operation creates a ProductOrder entity.

Parameters
Body parameter
Name Description and type Required Default Pattern

ProductOrderFVO

The ProductOrder to be created ProductOrderFVO

X

Authorization
  • OAuth2ClientCredentials

Return type
Request content types
  • application/json;charset=utf-8

Response content types
  • application/json;charset=utf-8

  • application/json

Responses
Code Message Data type

201

Created

ProductOrder

202

Accepted

400

Bad Request

ErrorMessage

401

Unauthorized

ErrorMessage

403

Forbidden

ErrorMessage

405

Method Not allowed

ErrorMessage

406

Not Acceptable

ErrorMessage

409

Conflict

ErrorMessage

429

Too Many Requests

ErrorMessage

500

Internal Server Error

ErrorMessage

GET /productOrder

Operation ID

listProductOrder

List or find ProductOrder objects

Description

This operation retrieves a ProductOrder entity. Attribute selection enabled for all first level attributes.

Parameters
Query parameters
Name Description and type Required Default Pattern

fields

Comma-separated properties to be provided in response

-

offset

Requested index for start of resources to be provided in response

-

limit

Requested number of resources to be provided in response

-

Authorization
  • OAuth2ClientCredentials

Return type

array[ProductOrder]

Response content types
  • application/json

  • application/json;charset=utf-8

Responses
Code Message Data type

200

Success

array of ProductOrder

400

Bad Request

ErrorMessage

401

Unauthorized

ErrorMessage

403

Forbidden

ErrorMessage

404

Not Found

ErrorMessage

405

Method Not allowed

ErrorMessage

406

Not Acceptable

ErrorMessage

409

Conflict

ErrorMessage

429

Too Many Requests

ErrorMessage

500

Internal Server Error

ErrorMessage

GET /productOrder/{id}

Operation ID

retrieveProductOrder

Retrieves a ProductOrder by ID

Description

This operation retrieves a ProductOrder entity. Attribute selection is enabled for all first level attributes.

Parameters
Path parameters
Name Description and type Required Default Pattern

id

Identifier of the API Resource

X

Query parameters
Name Description and type Required Default Pattern

fields

Comma-separated properties to be provided in response

-

Authorization
  • OAuth2ClientCredentials

Return type
Response content types
  • application/json;charset=utf-8

  • application/json

Responses
Code Message Data type

200

Success

ProductOrder

400

Bad Request

ErrorMessage

401

Unauthorized

ErrorMessage

403

Forbidden

ErrorMessage

404

Not Found

ErrorMessage

405

Method Not allowed

ErrorMessage

406

Not Acceptable

ErrorMessage

409

Conflict

ErrorMessage

429

Too Many Requests

ErrorMessage

500

Internal Server Error

ErrorMessage