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": "3e1a3084-504d-479c-9276-ffe15ed48196",
"SaveId": "11eba81d-cf91-41fe-9fd6-79273dc5c683",
"SaveIds": {
"$id": "2",
"$values": [
"179d2c1b-9fda-47cd-b987-9198368d08e4",
"7eeba459-1e18-4de4-9db0-d3d2df53308f",
"c4834af3-cb6c-42bb-86b1-73b2fc490cad"
]
}
}
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>11eba81d-cf91-41fe-9fd6-79273dc5c683</SaveId>
<SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>179d2c1b-9fda-47cd-b987-9198368d08e4</d2p1:guid>
<d2p1:guid>7eeba459-1e18-4de4-9db0-d3d2df53308f</d2p1:guid>
<d2p1:guid>c4834af3-cb6c-42bb-86b1-73b2fc490cad</d2p1:guid>
</SaveIds>
<XeroContactId>3e1a3084-504d-479c-9276-ffe15ed48196</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.