POST api/Profile/SendProfileToCfi
Request Information
URI Parameters
None.
Body Parameters
SendProfileToCfiApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RiskProfileId | integer |
None. |
|
| IncludeRiskResultFile | boolean |
None. |
|
| ContactProfileId | integer |
None. |
|
| IncludeContactConclusionFile | boolean |
None. |
|
| OtherDocumentsToInclude | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RiskProfileId": 1,
"IncludeRiskResultFile": true,
"ContactProfileId": 1,
"IncludeContactConclusionFile": true,
"OtherDocumentsToInclude": [
1,
2
]
}
application/xml, text/xml
Sample:
<SendProfileToCfiApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AntiWitwas.Api.Models">
<ContactProfileId>1</ContactProfileId>
<IncludeContactConclusionFile>true</IncludeContactConclusionFile>
<IncludeRiskResultFile>true</IncludeRiskResultFile>
<OtherDocumentsToInclude xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</OtherDocumentsToInclude>
<RiskProfileId>1</RiskProfileId>
</SendProfileToCfiApiModel>
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.