Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Description

URI

http://host_name/uc/resources/customday

HTTP Method

POST

Description

Creates a new Custom Day.

Example URI

http://localhost:8080/uc/resources/customday

Consumes Content-Type

application/xml, application/json

Produces Content-Type

n/a

Example Request

See Create a Custom Day: Example Request, below.

Custom Day Properties

See 13369346Custom Day Properties, below.

Example Response

  • Status 200 /OK
    Successfully created the custom day with sysId <sysId>.

...


Description

URI

http://host_name/uc/resources/customday/list

HTTP Method

GET

Description

Retrieves information on all Custom Days.

Example URI

http://localhost:8080/uc/resources/customday/list

Authentication

HTTP Basic

Consumes Content-Type

n/a

Produces Content-Type

application/xml, application/json

Example Response

See List Custom Days: Example Response, below.

Custom Day Properties

See 13369346Custom Day Properties.

Anchor
List Custom Days Example Response
List Custom Days Example Response
List Custom Days: Example Response

...


Description

URI

http://host_name/uc/resources/customday

HTTP Method

PUT

Description

Modifies the Custom Day specified by the sysId.

Example URI

http://localhost:8080/uc/resources/customday

Consumes Content-Type

application/xml, application/json

Produces Content-Type

n/a

Example Request

See Modify a Custom Day: Example Request, below.

Custom Day Properties

See 13369346Custom Day Properties.

Example Response

  • Status 200 /OK
    Successfully updated the custom day with sysId <sysId> to version <version>.

...


Description

URI

http://host_name/uc/resources/customday

HTTP Method

GET

Description

Retrieves information on a specific Custom Day.

URI Parameters

See Read a Custom Day: URI Parameters, below.

Consumes Content-Type

n/a

Produces Content-Type

application/xml, application/json

Example URI

Example Response

Custom Day Properties

See 13369346Custom Day Properties.

Anchor
Read a Custom Day URI Parameters
Read a Custom Day URI Parameters
Read a Custom Day: URI Parameters

...