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": "f466b2cb-c2fb-4087-a11f-092305f1170c",
  "SaveId": "b6ac77de-e93f-4147-ab87-a74180a63259",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "f8aae826-66b4-41fe-9a69-ba0cf1a8d147",
      "44fb4908-cff1-4478-8850-7b40a920e0e0",
      "97c987eb-0071-4b9b-83ad-301ae295ab26"
    ]
  }
}

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>b6ac77de-e93f-4147-ab87-a74180a63259</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>f8aae826-66b4-41fe-9a69-ba0cf1a8d147</d2p1:guid>
    <d2p1:guid>44fb4908-cff1-4478-8850-7b40a920e0e0</d2p1:guid>
    <d2p1:guid>97c987eb-0071-4b9b-83ad-301ae295ab26</d2p1:guid>
  </SaveIds>
  <XeroContactId>f466b2cb-c2fb-4087-a11f-092305f1170c</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.