POST api/Contact/PostContactGrade
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": "0edb6c67-c46a-4646-979d-4df58825e56f",
"SaveId": "238ae007-ea2a-4b20-b1fa-aaf0e81212dd",
"SaveIds": {
"$id": "2",
"$values": [
"7e9aa85b-fafd-46e8-86db-8619bba9d2b5",
"dfd9a5c5-e9ea-4674-88e1-faf72d4ee7df",
"7a042eb8-5bf3-4b46-8443-87c9452be1b2"
]
}
}
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>238ae007-ea2a-4b20-b1fa-aaf0e81212dd</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7e9aa85b-fafd-46e8-86db-8619bba9d2b5</d2p1:guid>
<d2p1:guid>dfd9a5c5-e9ea-4674-88e1-faf72d4ee7df</d2p1:guid>
<d2p1:guid>7a042eb8-5bf3-4b46-8443-87c9452be1b2</d2p1:guid>
</SaveIds>
<XeroContactId>0edb6c67-c46a-4646-979d-4df58825e56f</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.