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": "91b58749-53cf-4673-aa68-4ef156ca3c23", "SaveId": "a6e83a5b-b15a-436d-b473-f9cd958db575", "SaveIds": { "$id": "2", "$values": [ "c1fb10f4-80e2-473e-b79e-76c6f803af4a", "d49ad429-6701-4f7e-9544-181cb1f529d3", "22533850-ef54-4c15-8388-e3039545be0d" ] } }
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>a6e83a5b-b15a-436d-b473-f9cd958db575</SaveId> <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>c1fb10f4-80e2-473e-b79e-76c6f803af4a</d2p1:guid> <d2p1:guid>d49ad429-6701-4f7e-9544-181cb1f529d3</d2p1:guid> <d2p1:guid>22533850-ef54-4c15-8388-e3039545be0d</d2p1:guid> </SaveIds> <XeroContactId>91b58749-53cf-4673-aa68-4ef156ca3c23</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.