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": "8f27b781-a4fe-45f7-8bad-90afe8b43b15",
"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": "847b947b-63fe-4d63-821a-efb79c389ee5",
"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.