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": "a45831f5-27dc-41d7-9dc3-cf612dbc80d2",
  "SaveId": "0447a73a-4c78-435a-9ea5-f8abc321c821",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "b86aa2ed-bf84-450a-b18d-bbd33e72835b",
      "30915f30-8d19-4b39-aff6-e04bc037d45b",
      "b9e24b40-d1c9-4832-9820-491eff0c9503"
    ]
  }
}

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>0447a73a-4c78-435a-9ea5-f8abc321c821</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>b86aa2ed-bf84-450a-b18d-bbd33e72835b</d2p1:guid>
    <d2p1:guid>30915f30-8d19-4b39-aff6-e04bc037d45b</d2p1:guid>
    <d2p1:guid>b9e24b40-d1c9-4832-9820-491eff0c9503</d2p1:guid>
  </SaveIds>
  <XeroContactId>a45831f5-27dc-41d7-9dc3-cf612dbc80d2</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.