GET v1/ship/getSettingsUDF/{locationID}
Settings used to determine visibility and module settings for Ship UDFs
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShipSettingsUDFModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UDFID |
Unique identifier of the UDF |
integer |
None. |
| FieldName |
Field Name to display |
string |
None. |
| IsNonSerialized |
Indicates UDF is for non-serialized operation only |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"udfid": 1,
"fieldName": "sample string 2",
"isNonSerialized": true
}