POST api/Contact/PostContactGrade

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
param
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "XeroContactId": "3894b26f-f0f1-496c-accd-49eabfd1251d",
  "SaveId": "713dfe9a-762c-4770-b4a6-78c4971c0347",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "3193121a-4d54-45cd-b905-3f79a37dd425",
      "4c26d419-e1ed-4642-b721-1040145c396c",
      "f1426604-c4f4-4fbe-845c-b9d62469af88"
    ]
  }
}

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>713dfe9a-762c-4770-b4a6-78c4971c0347</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>3193121a-4d54-45cd-b905-3f79a37dd425</d2p1:guid>
    <d2p1:guid>4c26d419-e1ed-4642-b721-1040145c396c</d2p1:guid>
    <d2p1:guid>f1426604-c4f4-4fbe-845c-b9d62469af88</d2p1:guid>
  </SaveIds>
  <XeroContactId>3894b26f-f0f1-496c-accd-49eabfd1251d</XeroContactId>
</ContactController.XeroParamForContact>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'XeroParamForContact'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.