POST backofficeapi/configuratorecontroller/getprojectcomponentmodifydettailbyid
Request Information
URI Parameters
None.
Body Parameters
RestoreProjModelName | Description | Type | Additional information |
---|---|---|---|
IdElement | integer |
None. |
|
authtoken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdElement": 1, "authtoken": "sample string 2" }
text/xml
Sample:
<RestoreProjModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WscPrinter.Models.Integration.ApiConfigLibero"> <IdElement>1</IdElement> <authtoken>sample string 2</authtoken> </RestoreProjModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QuotingModelName | Description | Type | Additional information |
---|---|---|---|
RowId | integer |
None. |
|
DocType | integer |
None. |
|
DocId | integer |
None. |
|
IsModify | boolean |
None. |
|
IdElement | integer |
None. |
|
Projects | Project |
None. |
|
Components | Collection of Component |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.