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": "e1590cc1-33de-4e1a-beb2-92d5c1eaffdc", "newDomainId": "b11615c6-3a9c-4e10-a84a-7c8e947de08e" }
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>e1590cc1-33de-4e1a-beb2-92d5c1eaffdc</CompanyId> <NewDomainId>b11615c6-3a9c-4e10-a84a-7c8e947de08e</NewDomainId> </CompanyUpdateDomainDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"e1590cc1-33de-4e1a-beb2-92d5c1eaffdc","newDomainId":"b11615c6-3a9c-4e10-a84a-7c8e947de08e"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.