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": "d773f8d8-2728-4a39-b895-05014ea643dc",
"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": "9f00c050-c20a-4bd8-9618-bb53424785e0",
"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.