GET api_v2/Accounts/Find?searchString={searchString}&maxRecordsCount={maxRecordsCount}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
searchString | No documentation available. |
Define this parameter in the request URI. |
maxRecordsCount | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountSearchResultTable Type="sample string 1"> <Row> <AccountId>1ed60de3-1bae-449a-af8c-6e0efdcf0c22</AccountId> <AccountCaption>sample string 2</AccountCaption> <IndexNumber>3</IndexNumber> <OwnerName>sample string 4</OwnerName> <OwnerEmail>sample string 5</OwnerEmail> <OwnerId>2e67ed9b-9238-4fe9-9e53-584d15ea72a7</OwnerId> <Description>sample string 7</Description> <DiscSize>8</DiscSize> </Row> <Row> <AccountId>1ed60de3-1bae-449a-af8c-6e0efdcf0c22</AccountId> <AccountCaption>sample string 2</AccountCaption> <IndexNumber>3</IndexNumber> <OwnerName>sample string 4</OwnerName> <OwnerEmail>sample string 5</OwnerEmail> <OwnerId>2e67ed9b-9238-4fe9-9e53-584d15ea72a7</OwnerId> <Description>sample string 7</Description> <DiscSize>8</DiscSize> </Row> <Row> <AccountId>1ed60de3-1bae-449a-af8c-6e0efdcf0c22</AccountId> <AccountCaption>sample string 2</AccountCaption> <IndexNumber>3</IndexNumber> <OwnerName>sample string 4</OwnerName> <OwnerEmail>sample string 5</OwnerEmail> <OwnerId>2e67ed9b-9238-4fe9-9e53-584d15ea72a7</OwnerId> <Description>sample string 7</Description> <DiscSize>8</DiscSize> </Row> </AccountSearchResultTable> </Result>
application/json, text/json
Sample:
{ "AccountSearchResultTable": { "Rows": [ { "Id": "1ed60de3-1bae-449a-af8c-6e0efdcf0c22", "AccountCaption": "sample string 2", "IndexNumber": 3, "OwnerName": "sample string 4", "OwnerEmail": "sample string 5", "OwnerId": "2e67ed9b-9238-4fe9-9e53-584d15ea72a7", "Description": "sample string 7", "DiscSize": 8 }, { "Id": "1ed60de3-1bae-449a-af8c-6e0efdcf0c22", "AccountCaption": "sample string 2", "IndexNumber": 3, "OwnerName": "sample string 4", "OwnerEmail": "sample string 5", "OwnerId": "2e67ed9b-9238-4fe9-9e53-584d15ea72a7", "Description": "sample string 7", "DiscSize": 8 }, { "Id": "1ed60de3-1bae-449a-af8c-6e0efdcf0c22", "AccountCaption": "sample string 2", "IndexNumber": 3, "OwnerName": "sample string 4", "OwnerEmail": "sample string 5", "OwnerId": "2e67ed9b-9238-4fe9-9e53-584d15ea72a7", "Description": "sample string 7", "DiscSize": 8 } ] } }