POST api/Contact/PostContactGradePotentialFunnel

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": "fad7b04d-6124-4865-a7eb-f5efdd6a2624",
  "SaveId": "f8101222-1f8f-437d-bc95-7934637f2ce4",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "291caa2e-5c06-44af-8a65-65b16492c8d2",
      "442aa00a-05c6-4974-b781-868f88ac99c4",
      "02c841fb-a58c-4cc8-8b70-7a4ee3eeb8de"
    ]
  }
}

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>f8101222-1f8f-437d-bc95-7934637f2ce4</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>291caa2e-5c06-44af-8a65-65b16492c8d2</d2p1:guid>
    <d2p1:guid>442aa00a-05c6-4974-b781-868f88ac99c4</d2p1:guid>
    <d2p1:guid>02c841fb-a58c-4cc8-8b70-7a4ee3eeb8de</d2p1:guid>
  </SaveIds>
  <XeroContactId>fad7b04d-6124-4865-a7eb-f5efdd6a2624</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.