Web Service Documentation / Categories / Connection/Share Services / Send Connection Request From Test Environment
Updated on August 14, 2017
This web service sends a connection request from a customer to you. You must run this web service as the customer that you want the connection request to originate from and specify the account that receives the request. This simulates the customer sending a connection request to you. This web service is only available in the Test environment. After a connection request is sent, you can verify it by running the web service that returns a list of pending customer connections. A connection request cannot be sent if the two accounts are already connected.
23.0
POST
/invite/account/(dxAccountId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials | |
Content-Type | application/xml |
Yes
Parameter Name | Description |
---|---|
accountId | Id to the account that receives the connection request. This is typically the data exchange user. |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example sends a connection request to the account that has an id of 872343.
POST /invite/account/872343
The following example shows that the connection request was successfully sent.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>