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": "0ecf3936-f5b4-4ec5-84af-6d14593d2eb3",
  "SaveId": "89029b5a-ab3f-40dd-a2df-167d843bb73a",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "4ae250d5-16eb-42a4-8a0f-513cd0432791",
      "b87b02c9-10b7-4a61-9cc9-c57c7fc15db6",
      "af12b28d-8422-4283-b246-7f3173c2f0db"
    ]
  }
}

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>89029b5a-ab3f-40dd-a2df-167d843bb73a</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>4ae250d5-16eb-42a4-8a0f-513cd0432791</d2p1:guid>
    <d2p1:guid>b87b02c9-10b7-4a61-9cc9-c57c7fc15db6</d2p1:guid>
    <d2p1:guid>af12b28d-8422-4283-b246-7f3173c2f0db</d2p1:guid>
  </SaveIds>
  <XeroContactId>0ecf3936-f5b4-4ec5-84af-6d14593d2eb3</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.