GET api/Stakeholder/search-client-parameters
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"ClientTypeId": 1,
"Name": "sample string 1",
"Category": "sample string 2",
"Email": "sample string 3",
"PhoneNumber": "sample string 4",
"StakeholderTypeId": 1,
"ContactGroupPurpose": "sample string 5",
"ClientTypes": {
"$id": "2",
"$values": [
{
"$id": "3",
"CodeLovId": 1,
"CodeType": "sample string 2",
"Description": "sample string 3",
"AlternativeDesc": "sample string 4",
"ShortDesc": "sample string 5",
"ActiveFlag": true,
"SequenceNo": 1,
"SystemCode": "sample string 7",
"IsStreetAddressFlag": true
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"StakeholderTypeList": {
"$id": "4",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Request": {
"$id": "5",
"Filters": {
"$id": "6",
"$values": [
{
"$id": "7",
"<Field>k__BackingField": "sample string 1",
"<Operator>k__BackingField": "sample string 2",
"<Value>k__BackingField": {
"$id": "8"
},
"<Logic>k__BackingField": "sample string 4",
"<Filters>k__BackingField": {
"$id": "9",
"$values": [
{
"$ref": "7"
},
{
"$ref": "7"
},
{
"$ref": "7"
}
]
}
},
{
"$ref": "7"
},
{
"$ref": "7"
}
]
},
"Page": 1,
"PageSize": 2,
"Sort": {
"$id": "10",
"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
}
}