PUT api/profile/{relayCustomerProfileId}/heartbeatcommandresponse
Receives response from heartbeat command and clears command upon success
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| relayCustomerProfileId | integer |
Required |
Body Parameters
Response to heartbeat command
HeartbeatCommandResponseData| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileType | ProfileType |
None. |
|
| Success | boolean |
None. |
|
| Logs | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileType": 1,
"Success": true,
"Logs": "sample string 2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.