POST api/Contact/PostContactOpportunityFunnel
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": "7766a9ee-e3a6-4261-90aa-ecfaf51a202f", "SaveId": "81e1cd78-1fc9-4410-9c0c-2357605bdc9a", "SaveIds": { "$id": "2", "$values": [ "6f6a2767-9d87-49b2-afb4-5a3f8d9cd684", "74901020-072c-4021-916a-872a97cbf6f6", "46b1672c-dc5a-4c48-93e4-db920676c2c5" ] } }
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>81e1cd78-1fc9-4410-9c0c-2357605bdc9a</SaveId> <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>6f6a2767-9d87-49b2-afb4-5a3f8d9cd684</d2p1:guid> <d2p1:guid>74901020-072c-4021-916a-872a97cbf6f6</d2p1:guid> <d2p1:guid>46b1672c-dc5a-4c48-93e4-db920676c2c5</d2p1:guid> </SaveIds> <XeroContactId>7766a9ee-e3a6-4261-90aa-ecfaf51a202f</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.