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": "809c7ccb-7e80-4e3b-8b87-5fd741b8f08c",
"SaveId": "c5e016ae-2558-4a3f-85cc-6151380916ca",
"SaveIds": {
"$id": "2",
"$values": [
"57ac36e1-cd6e-4cca-8b4a-c98d3040485b",
"fcffc3c8-791e-4a84-a008-68ecbcfcc58d",
"0817b4d7-9a53-4d0b-a6a8-8f12f160c47d"
]
}
}
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>c5e016ae-2558-4a3f-85cc-6151380916ca</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>57ac36e1-cd6e-4cca-8b4a-c98d3040485b</d2p1:guid>
<d2p1:guid>fcffc3c8-791e-4a84-a008-68ecbcfcc58d</d2p1:guid>
<d2p1:guid>0817b4d7-9a53-4d0b-a6a8-8f12f160c47d</d2p1:guid>
</SaveIds>
<XeroContactId>809c7ccb-7e80-4e3b-8b87-5fd741b8f08c</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.