Get the agreement ID retrieved using POST/Agreement method.
Last updated on
Apr 27, 2021
Objective
How to update state from "AUTHORING" to "IN_PROCESS" using Put /agreements/{agreementId}/state?
Environment
REST API Documentation
Steps
Following are the instructions to update state from "AUTHORING" to "IN_PROCESS" using Put /agreements/{agreementId}/state:
-
-
Use Get /agreements/{agreementId} to retrieve latest ETag.
-
Go to Put /agreements/{agreementId}/state and provide the following information:
{ "state": "IN_PROCESS" }
Additional information
For If-Match value, use the Etag value from Get/agreements method.