POST api/Contact/PostContactOpportunityFunnel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
param
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "XeroContactId": "477f079a-66b5-44d4-9171-d16fe7572e38",
  "SaveId": "2d220dcc-a427-43ef-bcf2-1eb8b3b3e50a",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "9ab3e0ea-efb0-49e2-aad5-6dedf3a4a440",
      "f7f9bee9-84e2-4083-ba61-89517880b4fd",
      "bee1c331-c02e-48fe-a44e-a97bcbeaf1ff"
    ]
  }
}

application/xml, text/xml

Sample:
<ContactController.XeroParamForContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Controllers">
  <SaveId>2d220dcc-a427-43ef-bcf2-1eb8b3b3e50a</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>9ab3e0ea-efb0-49e2-aad5-6dedf3a4a440</d2p1:guid>
    <d2p1:guid>f7f9bee9-84e2-4083-ba61-89517880b4fd</d2p1:guid>
    <d2p1:guid>bee1c331-c02e-48fe-a44e-a97bcbeaf1ff</d2p1:guid>
  </SaveIds>
  <XeroContactId>477f079a-66b5-44d4-9171-d16fe7572e38</XeroContactId>
</ContactController.XeroParamForContact>

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 'XeroParamForContact'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.