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": "38405c00-44fd-4f4a-bd37-8fb8254010b9",
  "SaveId": "69bd1264-8812-4f77-a168-9482c2e24d42",
  "SaveIds": {
    "$id": "2",
    "$values": [
      "917a460c-844d-4d43-b8c5-69c65e21d649",
      "4c70d18a-20f6-433d-ba88-a47ec2682fe9",
      "c0ae8447-0613-4449-99fb-e4545964676a"
    ]
  }
}

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>69bd1264-8812-4f77-a168-9482c2e24d42</SaveId>
  <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>917a460c-844d-4d43-b8c5-69c65e21d649</d2p1:guid>
    <d2p1:guid>4c70d18a-20f6-433d-ba88-a47ec2682fe9</d2p1:guid>
    <d2p1:guid>c0ae8447-0613-4449-99fb-e4545964676a</d2p1:guid>
  </SaveIds>
  <XeroContactId>38405c00-44fd-4f4a-bd37-8fb8254010b9</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.