POST ShortTerm/UpdateContentInceptionDateAgentJourney
Request Information
URI Parameters
None.
Body Parameters
SecurityTokenVerifiedContentInceptionDateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentId | integer |
None. |
|
| InceptionDate | date |
None. |
|
| SecurityKey | string |
None. |
|
| PolicyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContentId": 1,
"InceptionDate": "2025-12-01T08:47:51.8895828+02:00",
"SecurityKey": "sample string 3",
"PolicyId": 4
}
application/xml, text/xml
Sample:
<SecurityTokenVerifiedContentInceptionDateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.oneplan.co.za.Models"> <PolicyId>4</PolicyId> <SecurityKey>sample string 3</SecurityKey> <ContentId>1</ContentId> <InceptionDate>2025-12-01T08:47:51.8895828+02:00</InceptionDate> </SecurityTokenVerifiedContentInceptionDateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Entity | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Entity": true
}
application/xml, text/xml
Sample:
<ResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnePlan.Core"> <Entity>true</Entity> <Message>sample string 2</Message> <Success>true</Success> </ResponseOfboolean>