POST api/Online?accountId={accountId}&merchantId={merchantId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | string |
Required |
|
| merchantId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountLink| Name | Description | Type | Additional information |
|---|---|---|---|
| object | string |
None. |
|
| created | date |
None. |
|
| expires_at | date |
None. |
|
| url | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"object": "sample string 1",
"created": 1775259927,
"expires_at": 1775259927,
"url": "sample string 4"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.