POST api/EfcUtopiaAccountData
Documentation for 'GetAccountDataPackage'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"StartingUtcModifiedDateTicks": 1,
"UtopiaInstanceId": "sample string 2",
"UtopiaInstanceSecret": "sample string 3"
}
application/xml, text/xml
Sample:
<AccountDataRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <UtopiaInstanceId>sample string 2</UtopiaInstanceId> <UtopiaInstanceSecret>sample string 3</UtopiaInstanceSecret> <StartingUtcModifiedDateTicks>1</StartingUtcModifiedDateTicks> </AccountDataRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"AccountData": "sample string 1",
"AccountDataSignature": "sample string 2"
},
{
"AccountData": "sample string 1",
"AccountDataSignature": "sample string 2"
},
{
"AccountData": "sample string 1",
"AccountDataSignature": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfAccountDataPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AccountDataPackage>
<AccountData>sample string 1</AccountData>
<AccountDataSignature>sample string 2</AccountDataSignature>
</AccountDataPackage>
<AccountDataPackage>
<AccountData>sample string 1</AccountData>
<AccountDataSignature>sample string 2</AccountDataSignature>
</AccountDataPackage>
<AccountDataPackage>
<AccountData>sample string 1</AccountData>
<AccountDataSignature>sample string 2</AccountDataSignature>
</AccountDataPackage>
</ArrayOfAccountDataPackage>