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": "41144413-8d25-402b-a17c-ad103eee8ffa", "ID": "10d78a46-95cd-4ded-acba-ff388a767f43" }, { "AccountId": "sample string 1", "UserId": "41144413-8d25-402b-a17c-ad103eee8ffa", "ID": "10d78a46-95cd-4ded-acba-ff388a767f43" } ]
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>10d78a46-95cd-4ded-acba-ff388a767f43</ID> <UserId>41144413-8d25-402b-a17c-ad103eee8ffa</UserId> </AccountPartial> <AccountPartial> <AccountId>sample string 1</AccountId> <ID>10d78a46-95cd-4ded-acba-ff388a767f43</ID> <UserId>41144413-8d25-402b-a17c-ad103eee8ffa</UserId> </AccountPartial> </ArrayOfAccountPartial>