POST api/Contact/PostContactOpportunityFunnel
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"XeroContactId": "3010cebd-8c4f-4606-ad18-ffd7ddf0ae19",
"SaveId": "02afdbd1-2694-4a1c-8dcf-35ca5b17c344",
"SaveIds": {
"$id": "2",
"$values": [
"0edd95ba-3596-499c-9748-3c978e60b765",
"475cd1d7-2384-4b72-9651-f8acbcd8cfff",
"0dcd65e7-4d59-4f1d-84b4-610f2e639e85"
]
}
}
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>02afdbd1-2694-4a1c-8dcf-35ca5b17c344</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0edd95ba-3596-499c-9748-3c978e60b765</d2p1:guid>
<d2p1:guid>475cd1d7-2384-4b72-9651-f8acbcd8cfff</d2p1:guid>
<d2p1:guid>0dcd65e7-4d59-4f1d-84b4-610f2e639e85</d2p1:guid>
</SaveIds>
<XeroContactId>3010cebd-8c4f-4606-ad18-ffd7ddf0ae19</XeroContactId>
</ContactController.XeroParamForContact>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.