POST api/guests/{guestId}/Services/Record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guestId

decimal number

Required

Body Parameters

RecordService
NameDescriptionTypeAdditional information
SessionDate

string

Matching regular expression pattern: (((0|1)[0-9]|2[0-9]|3[0-1])\/(0[1-9]|1[0-9]|2[0-9]|3[0-9])\/((19|20|21)\d\d))$

String length: inclusive between 0 and 10

Sessions

integer

None.

SessionType

string

None.

ServiceAction

string

None.

MachineId

string

None.

EmployeeId

string

None.

ClubServiceIds

string

None.

Note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sessionDate": "sample string 1",
  "sessions": 2,
  "sessionType": "sample string 3",
  "serviceAction": "sample string 4",
  "machineId": "sample string 5",
  "employeeId": "sample string 6",
  "clubServiceIds": "sample string 7",
  "note": "sample string 8"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.