POST api/LinkOrg/UnLinkOrg

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IndId": "d389d1e6-f227-45d1-b7b8-e72d68fad7b2",
  "OrgId": "1dad14fe-46ed-49ec-8046-628506e2a8d0",
  "AddressId": 1,
  "CompanyName": "sample string 3",
  "IsUnsetOrg": true,
  "CountryName": "sample string 5",
  "AddressLine1": "sample string 6",
  "AddressLine2": "sample string 7",
  "TownLocality": "sample string 8",
  "CityRegion": "sample string 9",
  "PostalZipCode": "sample string 10",
  "State": "sample string 11"
}

application/xml, text/xml

Sample:
<LinkOrgController.LinkParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Controllers">
  <AddressId>1</AddressId>
  <AddressLine1>sample string 6</AddressLine1>
  <AddressLine2>sample string 7</AddressLine2>
  <CityRegion>sample string 9</CityRegion>
  <CompanyName>sample string 3</CompanyName>
  <CountryName>sample string 5</CountryName>
  <IndId>d389d1e6-f227-45d1-b7b8-e72d68fad7b2</IndId>
  <IsUnsetOrg>true</IsUnsetOrg>
  <OrgId>1dad14fe-46ed-49ec-8046-628506e2a8d0</OrgId>
  <PostalZipCode>sample string 10</PostalZipCode>
  <State>sample string 11</State>
  <TownLocality>sample string 8</TownLocality>
</LinkOrgController.LinkParams>

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 'LinkParams'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.