POST http://webapi.mymarketing.co.il/api/external/mapping
Map external id and external name to unmapped contact
Request Information
URI Parameters
Body Parameters
Name
Description
Type
Additional information
customerId
                    Contact's ID. can be found using the endpoint "Get the list of unmapped contacts"
                        integer
                    
                    externalId
                    The external id of contact. Required in a post endpoint.
                        string
                    
                    externalName
                    The external name of contact. Required in a post endpoint.
                        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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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
Name
Description
Type
Additional information
ReasonPhrase
                    
                        string
                    
                    Headers
                    
                                Collection of             Object
                    
                    IsSuccessStatusCode
                    
                        boolean