POST api/SubCard/addAuth
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AccountPartialName | Description | Type | Additional information |
---|---|---|---|
AccountId | string |
None. |
|
UserId | globally unique identifier |
None. |
|
ID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AccountId": "sample string 1", "UserId": "c0ee06f5-d7cc-4bca-ab8a-c1cb27e12df4", "ID": "40099e58-bfe4-4a69-aaca-8151f07c3fe4" }, { "AccountId": "sample string 1", "UserId": "c0ee06f5-d7cc-4bca-ab8a-c1cb27e12df4", "ID": "40099e58-bfe4-4a69-aaca-8151f07c3fe4" } ]
application/xml, text/xml
Sample:
<ArrayOfAccountPartial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Repositories"> <AccountPartial> <AccountId>sample string 1</AccountId> <ID>40099e58-bfe4-4a69-aaca-8151f07c3fe4</ID> <UserId>c0ee06f5-d7cc-4bca-ab8a-c1cb27e12df4</UserId> </AccountPartial> <AccountPartial> <AccountId>sample string 1</AccountId> <ID>40099e58-bfe4-4a69-aaca-8151f07c3fe4</ID> <UserId>c0ee06f5-d7cc-4bca-ab8a-c1cb27e12df4</UserId> </AccountPartial> </ArrayOfAccountPartial>