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": "084dbde9-180f-44d9-9ab2-86ef59f6c62b",
  "SaveId": "c2d54308-4b28-4d68-bf11-c892bef3cd7a",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "0a270f37-58e0-4cca-99a1-1dc861caf41d",
      "00572a43-efc2-4305-889a-81b4dcaaa302",
      "6becae01-3b50-426f-8a27-96b1a5c69726"
    ]
  }
}

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>c2d54308-4b28-4d68-bf11-c892bef3cd7a</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>0a270f37-58e0-4cca-99a1-1dc861caf41d</d2p1:guid>
    <d2p1:guid>00572a43-efc2-4305-889a-81b4dcaaa302</d2p1:guid>
    <d2p1:guid>6becae01-3b50-426f-8a27-96b1a5c69726</d2p1:guid>
  </SaveIds>
  <XeroContactId>084dbde9-180f-44d9-9ab2-86ef59f6c62b</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.