POST api/ItemStakeholder/search-results
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Filters": {
"$id": "2",
"$values": [
{
"$id": "3",
"<Field>k__BackingField": "sample string 1",
"<Operator>k__BackingField": "sample string 2",
"<Value>k__BackingField": {
"$id": "4"
},
"<Logic>k__BackingField": "sample string 4",
"<Filters>k__BackingField": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Page": 1,
"PageSize": 2,
"Sort": {
"$id": "6",
"Field": "sample string 1",
"Dir": "sample string 2",
"SecondaryField": "sample string 3",
"SecondaryDir": "sample string 4",
"ThirdField": "sample string 5",
"ThirdDir": "sample string 6"
},
"PreviousPageSize": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"TResults": {
"$id": "2",
"$values": [
{
"$id": "3",
"StakeholderId": 1,
"RegisteredUserId": 1,
"Email": "sample string 2",
"GivenNames": "sample string 3",
"Surname": "sample string 4",
"JobTitle": "sample string 5",
"HomePhone": "sample string 6",
"MobilePhone": "sample string 7",
"Company": "sample string 8",
"StakeHolderTypeLovId": 1,
"StakeHolderTypeLovIdDesc": "sample string 9",
"OrganisationTypeLovId": 1,
"OrganisationTypeLovIdDesc": "sample string 10",
"TitleLovId": 1,
"TitleLovIdDesc": "sample string 11",
"EntityFlag": true,
"AddressId": 1,
"PostalAddressSelectedFlag": true,
"PostalAddressId": 1,
"StakeholderCategoryLovId": 1,
"StakeholderCategoryLovIdDesc": "sample string 13",
"Branch": "sample string 14",
"WorkPhone": "sample string 15",
"FullStakeholderName": "sample string 16",
"PostalAddressLine1": "sample string 17",
"PostalAddressLine2": "sample string 18",
"PostalAddressLine3": "sample string 19",
"PostalSuburbLovId": 1,
"PostalAddressSuburb": "sample string 20",
"PostalAddressPostCode": "sample string 21",
"PostalAddressState": "sample string 22",
"PostalAddressCountry": "sample string 23",
"FullPostalAddress": "sample string 24",
"AddressLine1": "sample string 25",
"AddressLine2": "sample string 26",
"AddressLine3": "sample string 27",
"SuburbLovId": 1,
"AddressSuburb": "sample string 28",
"AddressPostCode": "sample string 29",
"AddressState": "sample string 30",
"AddressCountry": "sample string 31",
"FullAddress": "sample string 32",
"ApplicationStakeholderId": 1,
"ApplicationId": 1,
"IsAssociatedStakeholder": true,
"ApplicationStakeHolderPrimaryFlag": true,
"ApplicationStakeholderTypeLovId": 1,
"ApplicationStakeholderTypeLovIdDesc": "sample string 33",
"ApplicationItemId": 1,
"ItemStakeholderId": 1,
"ItemStakeholderItemId": 1,
"ItemStakeholderTypeLovId": 1,
"ItemStakeholderTypeLovIdDesc": "sample string 34",
"ItemStakeHolderPrimaryFlag": true,
"RowId": 35,
"PK": 35
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"FullResults": {
"$id": "4",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Validation": {
"$id": "5",
"SuccessOutput": {
"$id": "6"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "7",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "8",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"Results": {
"$id": "9",
"$values": [
{
"$id": "10"
},
{
"$id": "11"
},
{
"$id": "12"
}
]
},
"Page": 1,
"PageSize": 1,
"PageCount": 1,
"Sort": {
"$id": "13",
"Field": "sample string 1",
"Dir": "sample string 2",
"SecondaryField": "sample string 3",
"SecondaryDir": "sample string 4",
"ThirdField": "sample string 5",
"ThirdDir": "sample string 6"
},
"Total": 2,
"IsExternal": true,
"UserRole": 0,
"Area": "sample string 4",
"MaxLayerSeachResultsExceededWarningMessage": "sample string 5",
"maxHeritageLayerSearchValue": 1,
"MaxResultsExceeded": true
}