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": "521f96d4-288a-47ae-aae6-d379ddec8b65",
  "SaveId": "958896b2-ee8f-4d73-98e4-94955b332666",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "c8e65aec-f4cc-4e2c-9ca0-ffbb7d947904",
      "fb89b2a7-3901-4cae-9641-7e3f93a224dc",
      "55519a47-0948-41ef-b658-4a574a7212f5"
    ]
  }
}

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>958896b2-ee8f-4d73-98e4-94955b332666</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>c8e65aec-f4cc-4e2c-9ca0-ffbb7d947904</d2p1:guid>
    <d2p1:guid>fb89b2a7-3901-4cae-9641-7e3f93a224dc</d2p1:guid>
    <d2p1:guid>55519a47-0948-41ef-b658-4a574a7212f5</d2p1:guid>
  </SaveIds>
  <XeroContactId>521f96d4-288a-47ae-aae6-d379ddec8b65</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.