POST backofficeapi/configuratorecontroller/getprojectcomponentdettailbyid
Request Information
URI Parameters
None.
Body Parameters
ProjCompModelName | Description | Type | Additional information |
---|---|---|---|
RowId | integer |
None. |
|
Type | string |
None. |
|
RigaId | integer |
None. |
|
DocType | integer |
None. |
|
DocId | integer |
None. |
|
IsModify | boolean |
None. |
|
authtoken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowId": 1, "Type": "sample string 2", "RigaId": 3, "DocType": 4, "DocId": 5, "IsModify": true, "authtoken": "sample string 7" }
text/xml
Sample:
<ProjCompModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WscPrinter.Models.Integration.ApiConfigLibero"> <DocId>5</DocId> <DocType>4</DocType> <IsModify>true</IsModify> <RigaId>3</RigaId> <RowId>1</RowId> <Type>sample string 2</Type> <authtoken>sample string 7</authtoken> </ProjCompModel>
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.