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": "438a3212-56cc-4a0f-9ce0-09076b660d8d",
  "SaveId": "82f61a13-e6d8-4667-a3f6-a8f1953235c9",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "24978434-db21-4df7-a09c-227cbc001cf2",
      "3ef27b05-93b0-439e-9a45-838f2f5bdfe9",
      "03be7559-4705-40e5-abc6-621955dda03b"
    ]
  }
}

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>82f61a13-e6d8-4667-a3f6-a8f1953235c9</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>24978434-db21-4df7-a09c-227cbc001cf2</d2p1:guid>
    <d2p1:guid>3ef27b05-93b0-439e-9a45-838f2f5bdfe9</d2p1:guid>
    <d2p1:guid>03be7559-4705-40e5-abc6-621955dda03b</d2p1:guid>
  </SaveIds>
  <XeroContactId>438a3212-56cc-4a0f-9ce0-09076b660d8d</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.