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": "f231abbe-e76d-4e60-9ea1-b6f59a147040",
"SaveId": "ed393fcb-200d-4b66-9da6-fc1d304df44d",
"SaveIds": {
"$id": "2",
"$values": [
"0d6a1154-5ade-4dde-8d20-48ae31e8fed4",
"daea96ba-4151-4f5d-b6a4-390168be75ca",
"81fb9e88-8a8e-46a6-a047-5e5b0b1c033a"
]
}
}
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>ed393fcb-200d-4b66-9da6-fc1d304df44d</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0d6a1154-5ade-4dde-8d20-48ae31e8fed4</d2p1:guid>
<d2p1:guid>daea96ba-4151-4f5d-b6a4-390168be75ca</d2p1:guid>
<d2p1:guid>81fb9e88-8a8e-46a6-a047-5e5b0b1c033a</d2p1:guid>
</SaveIds>
<XeroContactId>f231abbe-e76d-4e60-9ea1-b6f59a147040</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.