POST debug/serviceBus/sendBookmark?receiver={receiver}&sender={sender}&zone={zone}&ttl={ttl}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| receiver | string |
None. |
|
| sender | string |
None. |
|
| zone | string |
Default value is z1 |
|
| ttl | integer |
Default value is 24 |
Body Parameters
Nse.ServiceBus.DataContracts.Bookmark| Name | Description | Type | Additional information |
|---|---|---|---|
| studentId | string |
None. |
|
| currentLevel | string |
None. |
|
| currentUnit | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentId": "sample string 1",
"currentLevel": "sample string 2",
"currentUnit": "sample string 3"
}
Response Information
Resource Description
None.