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": "0dce3f7d-3710-4b37-a3c5-0a80b9973467",
"SaveId": "1acdbd7b-c55b-43ee-b725-ccd8adf62a46",
"SaveIds": {
"$id": "2",
"$values": [
"37c22065-8d7c-491a-a232-e57904783162",
"bda5d8cc-9769-4d29-8df7-a09fb87dad31",
"fbafc76d-1357-4484-a39b-bc2b27286f32"
]
}
}
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>1acdbd7b-c55b-43ee-b725-ccd8adf62a46</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>37c22065-8d7c-491a-a232-e57904783162</d2p1:guid>
<d2p1:guid>bda5d8cc-9769-4d29-8df7-a09fb87dad31</d2p1:guid>
<d2p1:guid>fbafc76d-1357-4484-a39b-bc2b27286f32</d2p1:guid>
</SaveIds>
<XeroContactId>0dce3f7d-3710-4b37-a3c5-0a80b9973467</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.