TIMESTAMP
This method allows inserting timestamps through a REST API.
POST /apigateway/se/rest/v1/administration/timestamp
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idTimestamp | String | No | ID # |
dsUrl | String | Yes | Url |
Request example:
{
"idTimestamp": "string",
"dsUrl": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}