PUT services/PutServiceT001
Request Information
URI Parameters
None.
Body Parameters
ServiceT001Input| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectGuid | globally unique identifier |
None. |
|
| Disassembly | boolean |
None. |
|
| Protection | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectGuid": "64ab2dba-d720-4778-91f5-44eb2190e60f",
"Disassembly": true,
"Protection": true
}
application/xml, text/xml
Sample:
<ServiceT001Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <Disassembly>true</Disassembly> <ProjectGuid>64ab2dba-d720-4778-91f5-44eb2190e60f</ProjectGuid> <Protection>true</Protection> </ServiceT001Input>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |