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": "0edd6b96-5bd3-425e-9e8d-5495d961fea3", "newDomainId": "9336eef8-41bd-4d2f-8c8d-5bd2094dd8d8" }
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>0edd6b96-5bd3-425e-9e8d-5495d961fea3</CompanyId> <NewDomainId>9336eef8-41bd-4d2f-8c8d-5bd2094dd8d8</NewDomainId> </CompanyUpdateDomainDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"0edd6b96-5bd3-425e-9e8d-5495d961fea3","newDomainId":"9336eef8-41bd-4d2f-8c8d-5bd2094dd8d8"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.