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": "859e5990-41fd-47e2-bac6-769a02c0e71f", "newDomainId": "42df3651-cdf5-479b-96db-f4e0b1fe236d" }
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>859e5990-41fd-47e2-bac6-769a02c0e71f</CompanyId> <NewDomainId>42df3651-cdf5-479b-96db-f4e0b1fe236d</NewDomainId> </CompanyUpdateDomainDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"859e5990-41fd-47e2-bac6-769a02c0e71f","newDomainId":"42df3651-cdf5-479b-96db-f4e0b1fe236d"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.