POST api/Contact/PostContactOpportunityFunnel

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": "27c80f98-7e8a-48eb-8613-a4aeb1c0adab",
  "SaveId": "d168a179-2541-42f4-b5e8-a7b874946f82",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "09e508cd-46d1-4d00-bc58-9656e7668783",
      "ea826ba3-a051-49bb-a2b2-99e1a71d28da",
      "160fe3be-16ce-4d55-8dc1-1b9eb5501903"
    ]
  }
}

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>d168a179-2541-42f4-b5e8-a7b874946f82</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>09e508cd-46d1-4d00-bc58-9656e7668783</d2p1:guid>
    <d2p1:guid>ea826ba3-a051-49bb-a2b2-99e1a71d28da</d2p1:guid>
    <d2p1:guid>160fe3be-16ce-4d55-8dc1-1b9eb5501903</d2p1:guid>
  </SaveIds>
  <XeroContactId>27c80f98-7e8a-48eb-8613-a4aeb1c0adab</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.