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": "756aaa8f-6bdd-4528-86d5-8bbcff8700ab", "SaveId": "c2e04f0a-ecd7-47da-9311-87057d19086e", "SaveIds": { "$id": "2", "$values": [ "f2d5112c-5e0e-44d9-a939-159846e66fff", "ab2a2607-003a-42fa-b8bd-d6d9bb1c726f", "07c14728-df52-425c-adc1-ef95984b37d3" ] } }
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>c2e04f0a-ecd7-47da-9311-87057d19086e</SaveId> <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>f2d5112c-5e0e-44d9-a939-159846e66fff</d2p1:guid> <d2p1:guid>ab2a2607-003a-42fa-b8bd-d6d9bb1c726f</d2p1:guid> <d2p1:guid>07c14728-df52-425c-adc1-ef95984b37d3</d2p1:guid> </SaveIds> <XeroContactId>756aaa8f-6bdd-4528-86d5-8bbcff8700ab</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.