Facility
Appearance
Create
JSON
Request
| FacilityTypeRef | Required | char(50) | |
| LocationRef | Required | char(50) | |
| FacilityName | Required | char(100) | |
| FacilityActive | Optional | integer 0 or 1 | Default 1 |
Response
| FacilityeRef | char(50) |
| FacilityId | integer |
| Status | SUCCESS |
Perl
my $errObj = LSF::Api::Error->new; my $result = LSF::Api::DBI::Facility->create($dbh, $data, \$errObj);
Data Hash
FacilityTypeRef or FacilityTypeId LocationRef or LocationId FacilityName FacilityActive (optional, defaults to 0)
Returns
extRef id