POST api/Contact/PostXeroContactId

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": "c05c8db4-89dc-4998-b022-f6f6c533ffc4",
  "SaveId": "acb79504-1a56-4027-af42-f3d40a862866",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "da215934-26b6-4d91-ba86-ee8451ac014b",
      "b6ddd4e3-e79b-4e3f-b52c-93429707e023",
      "dc397904-cb52-43a1-b43b-d53317258023"
    ]
  }
}

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>acb79504-1a56-4027-af42-f3d40a862866</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>da215934-26b6-4d91-ba86-ee8451ac014b</d2p1:guid>
    <d2p1:guid>b6ddd4e3-e79b-4e3f-b52c-93429707e023</d2p1:guid>
    <d2p1:guid>dc397904-cb52-43a1-b43b-d53317258023</d2p1:guid>
  </SaveIds>
  <XeroContactId>c05c8db4-89dc-4998-b022-f6f6c533ffc4</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.