InflightChangeProductOrderApi

Method Path Operation

POST

/inflightChangeProductOrder

createInflightChangeProductOrder — Creates a InflightChangeProductOrder

GET

/inflightChangeProductOrder

listInflightChangeProductOrder — List or find InflightChangeProductOrder objects

GET

/inflightChangeProductOrder/{id}

retrieveInflightChangeProductOrder — Retrieves a InflightChangeProductOrder by ID

Operations

InflightChangeProductOrder

POST /inflightChangeProductOrder

Operation ID

createInflightChangeProductOrder

Creates a InflightChangeProductOrder

Description

This operation creates a InflightChangeProductOrder entity.

Parameters
Body parameter
Name Description and type Required Default Pattern

InflightChangeProductOrderFVO

The InflightChangeProductOrder to be created InflightChangeProductOrderFVO

X

Authorization
  • OAuth2ClientCredentials

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

InflightChangeProductOrder

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 /inflightChangeProductOrder

Operation ID

listInflightChangeProductOrder

List or find InflightChangeProductOrder objects

Description

This operation retrieves a InflightChangeProductOrder 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
Response content types
  • application/json

  • application/json;charset=utf-8

Responses
Code Message Data type

200

Success

array of InflightChangeProductOrder

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

501

Not Implemented

ErrorMessage

503

Service Unavailable

ErrorMessage

GET /inflightChangeProductOrder/{id}

Operation ID

retrieveInflightChangeProductOrder

Retrieves a InflightChangeProductOrder by ID

Description

This operation retrieves a InflightChangeProductOrder 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

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

  • application/json

Responses
Code Message Data type

200

Success

InflightChangeProductOrder

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