POST api/Checkin?checkInId={checkInId}&name={name}&value={value}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
checkInId | globally unique identifier |
Required |
|
name | string |
Required |
|
value | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckInResponseName | Description | Type | Additional 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.