PUT api/MapReplica/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| replica | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"IndividualSaveId": "62524f98-2785-4a49-9d74-7d84ef7f6e64",
"OrganisationSaveId": "0894adb0-fdb6-45ef-b01d-25731f4c28af",
"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>62524f98-2785-4a49-9d74-7d84ef7f6e64</IndividualSaveId> <IsMain>true</IsMain> <OrganisationSaveId>0894adb0-fdb6-45ef-b01d-25731f4c28af</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.