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": "4f72e9a9-9d63-4df4-a7a5-e6ea4e61bd70",
"SaveId": "ddddf8d9-c0e1-4384-b44e-cb1b6206c58d",
"SaveIds": {
"$id": "2",
"$values": [
"a69c37af-ab9b-43ec-976f-047b4bb1b5bd",
"ee7d7be2-481f-4159-97e7-70a6f62ded7e",
"d2589f83-68a7-4f3d-bc15-8b4909ddcd73"
]
}
}
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>ddddf8d9-c0e1-4384-b44e-cb1b6206c58d</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a69c37af-ab9b-43ec-976f-047b4bb1b5bd</d2p1:guid>
<d2p1:guid>ee7d7be2-481f-4159-97e7-70a6f62ded7e</d2p1:guid>
<d2p1:guid>d2589f83-68a7-4f3d-bc15-8b4909ddcd73</d2p1:guid>
</SaveIds>
<XeroContactId>4f72e9a9-9d63-4df4-a7a5-e6ea4e61bd70</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.