POST api/Contact/PostContactGradeTargetFunnel

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": "12b7b39a-1c10-444f-bd78-eef02b24fce2",
  "SaveId": "6783df69-9ff1-47f0-a04a-311b21af7d5f",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "e12b5259-2ac6-4e3f-8201-e50abf5e30a7",
      "ce8253e2-3bef-468e-b494-13a6755e95a5",
      "8d15c186-93ad-4d8a-9559-5e74b731dbe9"
    ]
  }
}

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>6783df69-9ff1-47f0-a04a-311b21af7d5f</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>e12b5259-2ac6-4e3f-8201-e50abf5e30a7</d2p1:guid>
    <d2p1:guid>ce8253e2-3bef-468e-b494-13a6755e95a5</d2p1:guid>
    <d2p1:guid>8d15c186-93ad-4d8a-9559-5e74b731dbe9</d2p1:guid>
  </SaveIds>
  <XeroContactId>12b7b39a-1c10-444f-bd78-eef02b24fce2</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.