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": "d7c8fb69-e5c5-49da-8cc9-4685c03dc3e0", "SaveId": "7a381a0a-8ac7-4dba-88cd-bb68871d7d5f", "SaveIds": { "$id": "2", "$values": [ "c6132cd5-891b-452b-b23f-5c9fe62d8b74", "f51db995-eb13-4796-983f-cc999517b49c", "229c142c-70bc-4321-8372-18bdf927c49d" ] } }
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>7a381a0a-8ac7-4dba-88cd-bb68871d7d5f</SaveId> <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>c6132cd5-891b-452b-b23f-5c9fe62d8b74</d2p1:guid> <d2p1:guid>f51db995-eb13-4796-983f-cc999517b49c</d2p1:guid> <d2p1:guid>229c142c-70bc-4321-8372-18bdf927c49d</d2p1:guid> </SaveIds> <XeroContactId>d7c8fb69-e5c5-49da-8cc9-4685c03dc3e0</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.