Adds a form (by its GUID) to a transaction. Form GUIDs are obtained from the Get Library Forms endpoint.
POST
/transactions/{transactionId}/documents/form
curl \
--request POST 'https://api.pre.zipformplus.com/api/transactions/{transactionId}/documents/form' \
--header "X-Auth-ContextId: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"id":"string"}'
Request examples
{
"id": "string"
}
Response examples (201)
string