GetLTUExtendedProperties Documentation
GetLTUExtendedProperties
Draft documentation version
Documentation is partial and not validated !
Description
Remark
ExtendedProperty must be requested for each BusinessAccount before displaying or editing an LTUBase
| Version | Alpha |
|---|---|
| Require User context | |
| Authorization | |
| Errors |
Request
Route
Parameters
| Parameter | Required | Sample | Description |
|---|---|---|---|
| WAC | WAC123456789012 | Code of BusinessAccount |
Remarks
- To override Content-type in your clients HTTP Accept Header, append the
.jsonsuffix or?format=json - To embed the response in a jsonp callback, append
?callback=myCallback
Post Data sample
cURL command sample
curl -k -H "Authorization: Bearer [YOUR_ACCESS_TOKEN]" -H "Content-Type:application/json" https://api.wit-datacenter.com/WAC123456789012/LTU/ExtendProperty-
Response
Returned Entity
Array of ExtendedPropertyJSON Sample
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
[{"wType":"ExtendedProperty","wum":{"wType":"WUM","wumUnitItemID":0,"wumFunctionID":0,"wumMaterialID":0,"wumTypeID":0},"valueType":"Digital","id":0,"picture":"00000000000000000000000000000000","name":"String"}]
SDK DotNet
SDK Android
SDK IOS