POST api/Checkin?checkInId={checkInId}&name={name}&value={value}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
checkInId

globally unique identifier

Required

name

string

Required

value

string

Required

Body Parameters

None.

Response Information

Resource Description

CheckInResponse
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

fullErr

string

None.

objResponse

Object

None.

ociRegistration

OciRegistration

None.

Response Formats

application/json, text/json

Sample:

Sample not available.