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": "7b8907f2-ff9c-4f77-ac11-71b7d6d43495",
  "SaveId": "543a049e-b60c-4024-beac-940cadb42c37",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "d3fc2018-c363-40fd-b8bd-08417a271d8e",
      "563844cd-521d-4f05-8557-5e0f736258f4",
      "f7b5fac8-4744-4b39-8af1-200870bc370a"
    ]
  }
}

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>543a049e-b60c-4024-beac-940cadb42c37</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>d3fc2018-c363-40fd-b8bd-08417a271d8e</d2p1:guid>
    <d2p1:guid>563844cd-521d-4f05-8557-5e0f736258f4</d2p1:guid>
    <d2p1:guid>f7b5fac8-4744-4b39-8af1-200870bc370a</d2p1:guid>
  </SaveIds>
  <XeroContactId>7b8907f2-ff9c-4f77-ac11-71b7d6d43495</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.