POST api/MapReplica
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
replica | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "IndividualSaveId": "8005db1f-4897-4585-9f0c-d4b70d6cb475", "OrganisationSaveId": "394ed8d3-473d-4e06-813d-47a6e2748b4a", "AddressId": 1, "RoleType": "sample string 4", "IsMain": true }
application/xml, text/xml
Sample:
<ContactMapReplica xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.crm"> <AddressId>1</AddressId> <Id>1</Id> <IndividualSaveId>8005db1f-4897-4585-9f0c-d4b70d6cb475</IndividualSaveId> <IsMain>true</IsMain> <OrganisationSaveId>394ed8d3-473d-4e06-813d-47a6e2748b4a</OrganisationSaveId> <RoleType>sample string 4</RoleType> </ContactMapReplica>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.