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": "9fcd088e-c0ba-498f-b0f5-b90efcba72a1",
"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": "210bef8f-9391-4d52-8900-57ddf987c0a9",
"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.