POST api/Contact/PostContactGradeTargetFunnel
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": "6a6961dd-489f-4db2-bbad-dd0e83707eba",
"SaveId": "810c819c-91fd-4f2f-a24e-2cf4ac0b9881",
"SaveIds": {
"$id": "2",
"$values": [
"5575acea-3375-4e08-8647-fbf857ef919d",
"76bffbf1-0b6d-4a72-8a5d-0207f6698d68",
"e3ed75d2-4edc-46f7-b405-2a274a12b144"
]
}
}
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>810c819c-91fd-4f2f-a24e-2cf4ac0b9881</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5575acea-3375-4e08-8647-fbf857ef919d</d2p1:guid>
<d2p1:guid>76bffbf1-0b6d-4a72-8a5d-0207f6698d68</d2p1:guid>
<d2p1:guid>e3ed75d2-4edc-46f7-b405-2a274a12b144</d2p1:guid>
</SaveIds>
<XeroContactId>6a6961dd-489f-4db2-bbad-dd0e83707eba</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.