GET api/Organisation/search-parameters-govt-types-authorised-user
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"OrganisationName": "sample string 1",
"Email": "sample string 2",
"ContactNumber": "sample string 3",
"StreetAddress": "sample string 4",
"Abn": "sample string 5",
"Suburb": "sample string 6",
"AssociatedStakeholders": "sample string 7",
"CategoryLovId": 1,
"OrgCategoryTypes": {
"$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"
}
]
},
"IsSsiSsdAssociateOrganisation": true,
"IsAuthorisedUserAssociateOrganisation": true,
"AssociateOrganisationRequest": {
"$id": "4",
"Filters": {
"$id": "5",
"$values": [
{
"$id": "6",
"<Field>k__BackingField": "sample string 1",
"<Operator>k__BackingField": "sample string 2",
"<Value>k__BackingField": {
"$id": "7"
},
"<Logic>k__BackingField": "sample string 4",
"<Filters>k__BackingField": {
"$id": "8",
"$values": [
{
"$ref": "6"
},
{
"$ref": "6"
},
{
"$ref": "6"
}
]
}
},
{
"$ref": "6"
},
{
"$ref": "6"
}
]
},
"Page": 1,
"PageSize": 2,
"Sort": {
"$id": "9",
"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
}
}