For more information on using API

POST http://webapi.mymarketing.co.il/api/external/mapping

Map external id to contact

Request Information

URI Parameters

Body Parameters

MappingExternalContact

Name

Description

Type

Additional information

customerId

The id of contact

integer
externalId

The external id of contact

string
externalName

The external name of contact

string

Request Formats

application/json, text/json

Sample:
{
  "customerId": 1,
  "externalId": "sample string 2",
  "externalName": "sample string 3"
}

application/xml, text/xml

Sample:
<MappingExternalContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.RESTfulApi.Models">
  <externalId>sample string 2</externalId>
  <externalName>sample string 3</externalName>
  <customerId>1</customerId>
</MappingExternalContact>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage

Name

Description

Type

Additional information

Version

Content

StatusCode

ReasonPhrase

string
Headers

Collection of Object
RequestMessage

IsSuccessStatusCode

boolean