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": "1b295961-258f-4a69-99b7-fb2c67f7d6e3",
"SaveId": "72b2118e-ce03-4d45-9642-b9445f25305f",
"SaveIds": {
"$id": "2",
"$values": [
"0369e4c2-3d99-4df7-bd9b-0a600a03b3ce",
"5b738342-7d4a-43d1-bfb2-675044c43c6b",
"8cccc9f8-3f01-4777-838e-88cfef7ff7a9"
]
}
}
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>72b2118e-ce03-4d45-9642-b9445f25305f</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0369e4c2-3d99-4df7-bd9b-0a600a03b3ce</d2p1:guid>
<d2p1:guid>5b738342-7d4a-43d1-bfb2-675044c43c6b</d2p1:guid>
<d2p1:guid>8cccc9f8-3f01-4777-838e-88cfef7ff7a9</d2p1:guid>
</SaveIds>
<XeroContactId>1b295961-258f-4a69-99b7-fb2c67f7d6e3</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.