POST api/Company/UpdateCompanyDomain

Request Information

URI Parameters

None.

Body Parameters

CompanyUpdateDomainDto
NameDescriptionTypeAdditional information
CompanyId

globally unique identifier

None.

NewDomainId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "companyId": "b4de374c-a7b3-44ce-b5bd-7d0bef26cb9a",
  "newDomainId": "9e9df099-c1b4-4128-908c-462dfdff7050"
}

application/xml, text/xml

Sample:
<CompanyUpdateDomainDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">
  <CompanyId>b4de374c-a7b3-44ce-b5bd-7d0bef26cb9a</CompanyId>
  <NewDomainId>9e9df099-c1b4-4128-908c-462dfdff7050</NewDomainId>
</CompanyUpdateDomainDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"companyId":"b4de374c-a7b3-44ce-b5bd-7d0bef26cb9a","newDomainId":"9e9df099-c1b4-4128-908c-462dfdff7050"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.