POST api/Profile/EscalateProfile
Request Information
URI Parameters
None.
Body Parameters
ChangeProfileStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileId": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<ChangeProfileStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AntiWitwas.Shared.Models.Profile"> <Message>sample string 2</Message> <ProfileId>1</ProfileId> </ChangeProfileStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProfileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Data | WizardEntryModel |
None. |
|
| ContactModel | ContactModel |
None. |
|
| WizardEntryID | integer |
None. |
|
| Score | decimal number |
None. |
|
| ProfileStatus | string |
None. |
|
| ProfileType | string |
None. |
|
| ReportStatus | string |
None. |
|
| EscalationStatus | string |
None. |
|
| AnswerValue | string |
None. |
|
| EntryDate | date |
None. |
|
| DisplayText | string |
None. |
|
| WizardTreshold | decimal number |
None. |
|
| TransactionProfile | ProfileModel |
None. |
|
| IsPayedFor | boolean |
None. |
|
| RequiredEscalation | boolean |
None. |
|
| RequiredEscalationByAnswers | Collection of AnswerModel |
None. |
|
| ReportNotification | NotificationModel |
None. |
|
| EscalationNotification | NotificationModel |
None. |
|
| ResultNotification | NotificationModel |
None. |
|
| Address | AddressModel |
None. |
|
| ResultFile | FileModel |
None. |
|
| ConclusionFile | FileModel |
None. |
|
| Origin | Origin |
None. |
|
| SendableFiles | Collection of SendableFile |
None. |
|
| IsArchived | boolean |
None. |
|
| Year | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.