POST api/States
Request Information
URI Parameters
None.
Body Parameters
State| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Active | boolean |
None. |
|
| NotificationTemplate | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "d677d632-f0df-4dd9-b4cd-7261694025cb",
"Name": "sample string 2",
"Active": true,
"NotificationTemplate": "sample string 4",
"Description": "sample string 5"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Active | boolean |
None. |
|
| NotificationTemplate | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "6f89bf9b-5f1c-4847-ac40-ef0112b8df3c",
"Name": "sample string 2",
"Active": true,
"NotificationTemplate": "sample string 4",
"Description": "sample string 5"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.