POST api/Contact/PostContactGradePotentialFunnel
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": "7ca6b532-fa8a-4d79-b797-d96b917755f7",
"SaveId": "090f038c-97fd-4adf-ae00-c9b302106ae4",
"SaveIds": {
"$id": "2",
"$values": [
"64f1c718-c515-4df6-ad51-00bd5e0c7ddb",
"090de2a9-4cb1-4d02-b520-190d7c0a29a8",
"ad592f99-38fe-40f2-a37e-1cf2352c239d"
]
}
}
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>090f038c-97fd-4adf-ae00-c9b302106ae4</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>64f1c718-c515-4df6-ad51-00bd5e0c7ddb</d2p1:guid>
<d2p1:guid>090de2a9-4cb1-4d02-b520-190d7c0a29a8</d2p1:guid>
<d2p1:guid>ad592f99-38fe-40f2-a37e-1cf2352c239d</d2p1:guid>
</SaveIds>
<XeroContactId>7ca6b532-fa8a-4d79-b797-d96b917755f7</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.