PUT api/States/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

State
NameDescriptionTypeAdditional 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": "d3910e63-c094-4940-8935-216bd12c7e93",
  "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

None.