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": "68937268-98f1-4eae-bf20-89b84b5c0b03",
  "SaveId": "ee40eecd-2676-4844-83b1-4bbc907bf152",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "d98e868f-0560-4f4c-a966-504fa51a09bb",
      "baed1daa-6d20-4e66-acf2-35d1ebccb6b8",
      "d86b91f6-677e-4ce0-b6e6-a71509bbd691"
    ]
  }
}

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>ee40eecd-2676-4844-83b1-4bbc907bf152</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>d98e868f-0560-4f4c-a966-504fa51a09bb</d2p1:guid>
    <d2p1:guid>baed1daa-6d20-4e66-acf2-35d1ebccb6b8</d2p1:guid>
    <d2p1:guid>d86b91f6-677e-4ce0-b6e6-a71509bbd691</d2p1:guid>
  </SaveIds>
  <XeroContactId>68937268-98f1-4eae-bf20-89b84b5c0b03</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.