Formats

Admin Formats APIs are highly configurable and require object identification prior to use.

POST org/format

Create/Add New Format.

Example
curl --request POST \
  --url https://hostname/org/format \
  --header 'content-type: application/json' \
  --header 'x-auth-token: 555-555-1212' \
  --header 'x-auth-user: joe.user' \
  --data '{
        "id" : "231",
        "name" : "Format Name",
        "desc" : "Format Description",
        "status" : "ACTIVE"
}'
id Format ID
name Formate Name
desc Description of Format
status Format Status