POST api/Contact/PostXeroContactId
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": "91c78753-2be0-4991-a3ed-5e7d84c4e4ca", "SaveId": "c540a71a-0092-4c17-9bf2-58e0897e6f9d", "SaveIds": { "$id": "2", "$values": [ "fc6a77aa-8c83-46e3-be4a-4322c7338c34", "55fd195b-b2d5-408c-a5d4-7c99578903b3", "b119733f-d18d-4148-9efb-d403d0a4dbfb" ] } }
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>c540a71a-0092-4c17-9bf2-58e0897e6f9d</SaveId> <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>fc6a77aa-8c83-46e3-be4a-4322c7338c34</d2p1:guid> <d2p1:guid>55fd195b-b2d5-408c-a5d4-7c99578903b3</d2p1:guid> <d2p1:guid>b119733f-d18d-4148-9efb-d403d0a4dbfb</d2p1:guid> </SaveIds> <XeroContactId>91c78753-2be0-4991-a3ed-5e7d84c4e4ca</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.