GET api/v2/rflow/objectlinks/companies/create/search
CreateObjectRflowCompanyLink
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectId | universally unique identifier |
Required |
|
| Name | StringExpressionQueryFilterList |
None. |
|
| Street | StringExpressionQueryFilterList |
None. |
|
| StreetNumber | StringExpressionQueryFilterList |
None. |
|
| PostalCode | StringExpressionQueryFilterList |
None. |
|
| Locality | StringExpressionQueryFilterList |
None. |
|
| CountryName | StringExpressionQueryFilterList |
None. |
|
| Skip | integer (32 bits) |
Required Range: inclusive between 0 and 2147483647 |
|
| Take | integer (32 bits) |
Required Range: inclusive between 0 and 100 |
Body Parameters
None.
Response Information
Resource Description
CreateObjectRflowCompanyLinkQueryResult
CreateObjectRflowCompanyLinkQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Companies | Collection of CreateObjectRflowCompanyLinkQueryResultCompany |
Required |
|
| Count | integer (32 bits) |
Required |
Response Formats
application/json
Sample:
{
"Companies": [
{
"RflowCompanyId": "00000000-0000-0000-0000-000000000000",
"Name": "sample string 1",
"Kind": "None",
"Street": "sample string 2",
"StreetNumber": "sample string 3",
"PostalCode": "sample string 4",
"Locality": "sample string 5",
"CountryName": "sample string 6"
},
{
"RflowCompanyId": "00000000-0000-0000-0000-000000000000",
"Name": "sample string 1",
"Kind": "None",
"Street": "sample string 2",
"StreetNumber": "sample string 3",
"PostalCode": "sample string 4",
"Locality": "sample string 5",
"CountryName": "sample string 6"
}
],
"Count": 1
}