PUT api/MapReplica/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "fe1f2dc7-a0ed-4676-aef0-f7166115a557",
  "OrganisationSaveId": "22b29a6c-2549-494c-a2af-9dd3f5d4b44c",
  "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>fe1f2dc7-a0ed-4676-aef0-f7166115a557</IndividualSaveId>
  <IsMain>true</IsMain>
  <OrganisationSaveId>22b29a6c-2549-494c-a2af-9dd3f5d4b44c</OrganisationSaveId>
  <RoleType>sample string 4</RoleType>
</ContactMapReplica>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ContactMapReplica'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.