POST api/profile/GetLastProfileByFilter

Request Information

URI Parameters

None.

Body Parameters

LastProfileFilter
NameDescriptionTypeAdditional information
WizardType

WizardType

None.

SubjectId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "WizardType": 1,
  "SubjectId": 1
}

application/xml, text/xml

Sample:
<LastProfileFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AntiWitwas.Shared.Models.Profile">
  <SubjectId>1</SubjectId>
  <WizardType>IDENTIFICATION</WizardType>
</LastProfileFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ProfileModel
NameDescriptionTypeAdditional 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, application/xml, text/xml

Sample:

Sample not available.