Request Information

URI Parameters

None.

Body Parameters

The observance.

Observance
NameDescriptionTypeAdditional information
date

Gets or sets the date.

string

None.

description

Gets or sets the description.

string

None.

provider

Gets or sets the provider.

string

None.

type

Gets or sets the type.

string

None.

id

Gets or sets the observance identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "date": "sample String 1",
  "description": "sample String 2",
  "provider": "sample String 3",
  "type": "sample String 4",
  "id": 5
}

text/html

Sample:
{"date":"sample String 1","description":"sample String 2","provider":"sample String 3","type":"sample String 4","id":5}

application/xml, text/xml

Sample:
<Observance xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Date>sample String 1</Date>
  <Description>sample String 2</Description>
  <Provider>sample String 3</Provider>
  <Type>sample String 4</Type>
  <ObservanceId>5</ObservanceId>
</Observance>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The created observance.

Observance
NameDescriptionTypeAdditional information
date

Gets or sets the date.

string

None.

description

Gets or sets the description.

string

None.

provider

Gets or sets the provider.

string

None.

type

Gets or sets the type.

string

None.

id

Gets or sets the observance identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "date": "sample String 1",
  "description": "sample String 2",
  "provider": "sample String 3",
  "type": "sample String 4",
  "id": 5
}

text/html

Sample:
{"date":"sample String 1","description":"sample String 2","provider":"sample String 3","type":"sample String 4","id":5}

application/xml, text/xml

Sample:
<Observance xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Date>sample String 1</Date>
  <Description>sample String 2</Description>
  <Provider>sample String 3</Provider>
  <Type>sample String 4</Type>
  <ObservanceId>5</ObservanceId>
</Observance>