POST api/Crm/GetPersonalNextSchedule

CrmGetPersonalNextSchedule

Request Information

URI Parameters

None.

Body Parameters

crm_GetPersonalNextSchedule
NameDescriptionTypeAdditional information
NextScheduleUUID

globally unique identifier

None.

AddressPublic

string

None.

AddressLocal

string

None.

SiteUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

Token

globally unique identifier

None.

UserUUIDSchedule

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NextScheduleUUID": "51c1e630-062e-4288-b839-0f9dc756c359",
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "aaa1ec92-5035-41ff-9c72-3775acd9be29",
  "UserUUID": "e664319b-95ea-4093-a2ed-39287f2aa9fb",
  "Token": "a2ae67f6-43f0-480b-b3d3-92c60c24c8b7",
  "UserUUIDSchedule": "8eea89c6-be19-44b6-9923-34c8a417f2d8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]