POST api/Company/UpdateCompanyDomain
Request Information
URI Parameters
None.
Body Parameters
CompanyUpdateDomainDtoName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
NewDomainId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "companyId": "e228a696-b6b2-42ca-ad4f-e0cf644ae1c6", "newDomainId": "d1a2c501-96fd-4dc3-87e7-76aeea5ef14f" }
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>e228a696-b6b2-42ca-ad4f-e0cf644ae1c6</CompanyId> <NewDomainId>d1a2c501-96fd-4dc3-87e7-76aeea5ef14f</NewDomainId> </CompanyUpdateDomainDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"e228a696-b6b2-42ca-ad4f-e0cf644ae1c6","newDomainId":"d1a2c501-96fd-4dc3-87e7-76aeea5ef14f"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.