Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Product Order
Anchor
ProductOrder
ProductOrder

Image Added   

Product Retrieval Nominal Sequence

API

LTA Client Use CaseOperationRequestResponse
Submit Product OrderPOST /processes/ProductOrder/execution

Header:

  • Prefer=respond-async

Body:

  • process-execute-request

Header:

  • Location=JobStatusURL

Body:

  • job-status
Get Order StatusGET /jobs/{jobId}
Body: job-status
Get Order ResultGET /jobs/{jobId}/results
Body: job-result
Cancel OrderDELETE /jobs/{jobId}
Body: job-status
List processesGET /processes
Body: process-list
Describe Product Order processGET /processes/ProductOrder
Body: process-description

...