Create
Create form definition version
Request
URI
POST
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/forms/versions
COPY
Request Body
FormDefinitionVersionCreate
of type(s)
application/json
Required
{
"sourceType": "string",
"sourceId": "string",
"formType": "string",
"name": "string",
"description": "string",
"changeLog": "string"
}
string
sourceType
Optional
sourceType
string
sourceId
Optional
sourceId
string
formType
Optional
formType
string
name
Optional
name
string
description
Optional
description
string
changeLog
Optional
changeLog
Responses
201
'Created' if the form definition version is successfully created.
Operation doesn't return any data structure
400
'Bad Request' if there are validation errors.
Operation doesn't return any data structure
404
'Not Found' if there is no such form definition with the provided formId in the current org.
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/form-service/api/forms/versions