POST api/WebApp/GetAggregators
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfAGG_AggregatorDetailsName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of AGG_AggregatorDetails |
None. |
|
ReturnType | string |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
Schema | string |
None. |
|
UTCDate | date |
None. |
|
Token | string |
None. |
|
ResponseCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ReturnValue": [ { "AggregatorID": 1, "AggregatorCode": "sample string 2", "AggregatorLegalName": "sample string 3", "AggregatorShortName": "sample string 4", "LegalConstitutionType": "sample string 5", "Website": "sample string 6", "CountryCode": "sample string 7", "PhoneNumber": "sample string 8", "Active": "sample string 9", "CreatedBy": "sample string 10", "CreatedDate": "2024-11-27T19:36:33.1537702+03:00", "ModifiedBy": "sample string 12", "ModifiedDate": "2024-11-27T19:36:33.1537702+03:00", "RecOwnerOrgID": 14 }, { "AggregatorID": 1, "AggregatorCode": "sample string 2", "AggregatorLegalName": "sample string 3", "AggregatorShortName": "sample string 4", "LegalConstitutionType": "sample string 5", "Website": "sample string 6", "CountryCode": "sample string 7", "PhoneNumber": "sample string 8", "Active": "sample string 9", "CreatedBy": "sample string 10", "CreatedDate": "2024-11-27T19:36:33.1537702+03:00", "ModifiedBy": "sample string 12", "ModifiedDate": "2024-11-27T19:36:33.1537702+03:00", "RecOwnerOrgID": 14 } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-27T19:36:33.1537702+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfAGG_AggregatorDetailsihZ4ZGf3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes"> <IsSuccess>true</IsSuccess> <Message>sample string 3</Message> <ResponseCode>sample string 7</ResponseCode> <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.AGG"> <d2p1:AGG_AggregatorDetails> <d2p1:Active>sample string 9</d2p1:Active> <d2p1:AggregatorCode>sample string 2</d2p1:AggregatorCode> <d2p1:AggregatorID>1</d2p1:AggregatorID> <d2p1:AggregatorLegalName>sample string 3</d2p1:AggregatorLegalName> <d2p1:AggregatorShortName>sample string 4</d2p1:AggregatorShortName> <d2p1:CountryCode>sample string 7</d2p1:CountryCode> <d2p1:CreatedBy>sample string 10</d2p1:CreatedBy> <d2p1:CreatedDate>2024-11-27T19:36:33.1537702+03:00</d2p1:CreatedDate> <d2p1:LegalConstitutionType>sample string 5</d2p1:LegalConstitutionType> <d2p1:ModifiedBy>sample string 12</d2p1:ModifiedBy> <d2p1:ModifiedDate>2024-11-27T19:36:33.1537702+03:00</d2p1:ModifiedDate> <d2p1:PhoneNumber>sample string 8</d2p1:PhoneNumber> <d2p1:RecOwnerOrgID>14</d2p1:RecOwnerOrgID> <d2p1:Website>sample string 6</d2p1:Website> </d2p1:AGG_AggregatorDetails> <d2p1:AGG_AggregatorDetails> <d2p1:Active>sample string 9</d2p1:Active> <d2p1:AggregatorCode>sample string 2</d2p1:AggregatorCode> <d2p1:AggregatorID>1</d2p1:AggregatorID> <d2p1:AggregatorLegalName>sample string 3</d2p1:AggregatorLegalName> <d2p1:AggregatorShortName>sample string 4</d2p1:AggregatorShortName> <d2p1:CountryCode>sample string 7</d2p1:CountryCode> <d2p1:CreatedBy>sample string 10</d2p1:CreatedBy> <d2p1:CreatedDate>2024-11-27T19:36:33.1537702+03:00</d2p1:CreatedDate> <d2p1:LegalConstitutionType>sample string 5</d2p1:LegalConstitutionType> <d2p1:ModifiedBy>sample string 12</d2p1:ModifiedBy> <d2p1:ModifiedDate>2024-11-27T19:36:33.1537702+03:00</d2p1:ModifiedDate> <d2p1:PhoneNumber>sample string 8</d2p1:PhoneNumber> <d2p1:RecOwnerOrgID>14</d2p1:RecOwnerOrgID> <d2p1:Website>sample string 6</d2p1:Website> </d2p1:AGG_AggregatorDetails> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfAGG_AggregatorDetailsihZ4ZGf3>