POST updateBimText
Request Information
URI Parameters
None.
Body Parameters
BimTextModelName | Description | Type | Additional information |
---|---|---|---|
BimTextId | integer |
None. |
|
Header | string |
None. |
|
Description | string |
None. |
|
PageName | string |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BimTextId": 1, "Header": "sample string 2", "Description": "sample string 3", "PageName": "sample string 4", "Lang": "sample string 5" }
application/xml, text/xml
Sample:
<BimTextModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaleffiAPI.Models"> <BimTextId>1</BimTextId> <Description>sample string 3</Description> <Header>sample string 2</Header> <Lang>sample string 5</Lang> <PageName>sample string 4</PageName> </BimTextModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |