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": "47147270-16df-496a-9811-4d94082b590a", "ID": "534c2cc4-fe3a-423e-be17-a638e6352fba" }, { "AccountId": "sample string 1", "UserId": "47147270-16df-496a-9811-4d94082b590a", "ID": "534c2cc4-fe3a-423e-be17-a638e6352fba" } ]
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>534c2cc4-fe3a-423e-be17-a638e6352fba</ID> <UserId>47147270-16df-496a-9811-4d94082b590a</UserId> </AccountPartial> <AccountPartial> <AccountId>sample string 1</AccountId> <ID>534c2cc4-fe3a-423e-be17-a638e6352fba</ID> <UserId>47147270-16df-496a-9811-4d94082b590a</UserId> </AccountPartial> </ArrayOfAccountPartial>