create_order
Place an order for a service. Returns the order, an offer pinned to the hash of the service page, and an access token you must keep for the following calls. Services without a catalogue price return an offer with no total and wait for a person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | Yes | The fields the catalogue declares for this service. | |
| secret | No | Your secret, if not sent in the Authorization header. | |
| service | Yes | Service identifier from the catalogue. | |
| clientId | No | Your client identifier, if not sent in the Authorization header. | |
| language | No | Language of the offer and the documents. Defaults to en. | |
| idempotencyKey | No | Your own key, so a repeated call does not create a second order. |