POST | /integrations/{integrationId}/users/{userId}/map |
---|
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
public class dtos
{
public static class MapCrmUser
{
public String integrationId = null;
public String userId = null;
public String mapsToId = null;
public String getIntegrationId() { return integrationId; }
public MapCrmUser setIntegrationId(String value) { this.integrationId = value; return this; }
public String getUserId() { return userId; }
public MapCrmUser setUserId(String value) { this.userId = value; return this; }
public String getMapsToId() { return mapsToId; }
public MapCrmUser setMapsToId(String value) { this.mapsToId = value; return this; }
}
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /integrations/{integrationId}/users/{userId}/map HTTP/1.1
Host: team.evovoice.io
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"integrationId":"String","userId":"String","mapsToId":"String"}