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": "e5fa9f46-ce96-414d-b0aa-04f6de4e51f9",
  "SaveId": "ba97b5a4-980d-41dd-a584-db577d256fc1",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "ecdfbc92-54cb-4244-8591-18fc3ddebc07",
      "a60980c5-c892-469e-9671-882c7aac3fc0",
      "d999d48d-f408-45f7-94bf-975e9bde8ca8"
    ]
  }
}

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>ba97b5a4-980d-41dd-a584-db577d256fc1</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>ecdfbc92-54cb-4244-8591-18fc3ddebc07</d2p1:guid>
    <d2p1:guid>a60980c5-c892-469e-9671-882c7aac3fc0</d2p1:guid>
    <d2p1:guid>d999d48d-f408-45f7-94bf-975e9bde8ca8</d2p1:guid>
  </SaveIds>
  <XeroContactId>e5fa9f46-ce96-414d-b0aa-04f6de4e51f9</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.