POST api/ReportOutput/ModifySelectedFastener
Request Information
URI Parameters
None.
Body Parameters
SelectedFastenerBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| gridRowIndex | integer |
None. |
|
| selectedFastenerIndex | integer |
None. |
|
| selectedFastenerName | string |
None. |
|
| postResponseData | PostResponseDataSDO |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"gridRowIndex": 1,
"selectedFastenerIndex": 2,
"selectedFastenerName": "sample string 3",
"postResponseData": {
"IsPostResponseDataObject": 1,
"FileHash": "sample string 1",
"ApplicationData": null,
"MemberData": null
}
}
application/xml, text/xml
Sample:
<SelectedFastenerBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib.BindingModels.ReportOutput">
<gridRowIndex>1</gridRowIndex>
<postResponseData xmlns:d2p1="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib">
<d2p1:_ApplicationData i:nil="true" />
<d2p1:_FileHash>sample string 1</d2p1:_FileHash>
<d2p1:_MemberData i:nil="true" />
</postResponseData>
<selectedFastenerIndex>2</selectedFastenerIndex>
<selectedFastenerName>sample string 3</selectedFastenerName>
</SelectedFastenerBindingModel>
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. |