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": "cf286b5c-44e4-4fe9-9698-b0fd79d5eebf",
  "SaveId": "b98ec3db-a063-4078-b6f3-25370cadaf63",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "3f2f226d-dabe-4c21-9005-6db570a52950",
      "1f00bd0f-1bff-4bdf-b91d-02358fcf181c",
      "ccec6a56-f661-4beb-850b-021a76b825f0"
    ]
  }
}

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>b98ec3db-a063-4078-b6f3-25370cadaf63</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>3f2f226d-dabe-4c21-9005-6db570a52950</d2p1:guid>
    <d2p1:guid>1f00bd0f-1bff-4bdf-b91d-02358fcf181c</d2p1:guid>
    <d2p1:guid>ccec6a56-f661-4beb-850b-021a76b825f0</d2p1:guid>
  </SaveIds>
  <XeroContactId>cf286b5c-44e4-4fe9-9698-b0fd79d5eebf</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.