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": "031d05f3-cfec-4ecd-8637-d4fca4ec151f",
"SaveId": "6b36c7df-5fdf-4cbe-addf-30c10bfa9a6f",
"SaveIds": {
"$id": "2",
"$values": [
"e8f18731-fb09-4282-8ac5-af46693048c0",
"9e9bbd36-d074-4091-a32b-d76953b1c5e8",
"5789ee47-c0f0-4727-954c-9d033d55cbc0"
]
}
}
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>6b36c7df-5fdf-4cbe-addf-30c10bfa9a6f</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e8f18731-fb09-4282-8ac5-af46693048c0</d2p1:guid>
<d2p1:guid>9e9bbd36-d074-4091-a32b-d76953b1c5e8</d2p1:guid>
<d2p1:guid>5789ee47-c0f0-4727-954c-9d033d55cbc0</d2p1:guid>
</SaveIds>
<XeroContactId>031d05f3-cfec-4ecd-8637-d4fca4ec151f</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.