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": "b96ce64d-f26c-4f9f-99f7-0cdde0fb8e13",
"SaveId": "ed9ac673-c4bb-49af-92b7-3ebc79a83ecd",
"SaveIds": {
"$id": "2",
"$values": [
"d0f321b2-aa75-44a3-a0a9-61e65a121bb0",
"da3a91d3-ee3f-4bd2-bee9-86b92839c1e9",
"eb2ba9a8-2ae0-43be-8f44-4c7ec431b941"
]
}
}
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>ed9ac673-c4bb-49af-92b7-3ebc79a83ecd</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d0f321b2-aa75-44a3-a0a9-61e65a121bb0</d2p1:guid>
<d2p1:guid>da3a91d3-ee3f-4bd2-bee9-86b92839c1e9</d2p1:guid>
<d2p1:guid>eb2ba9a8-2ae0-43be-8f44-4c7ec431b941</d2p1:guid>
</SaveIds>
<XeroContactId>b96ce64d-f26c-4f9f-99f7-0cdde0fb8e13</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.