Next Topic

Previous Topic

Book Contents

Get All Work Order Types

Returns all of the WorkOrder types in scope of the sessionId

GET /system/customers/resourcetypes

Headers

Response Codes

The table below explains each response code.

Response Code

Status

403

Required FID(s): 100050

Sample Response Model

{ 
    "TotalRecords": 1, 
    "Result": [ 
        { 
            "Id": "92151692192441545122372326", 
            "Name": "Installer", 
            "UnitCost": "100.000", 
            "BillRate": "125.000", 
            "ExternalAccountingServicesId": null, 
            "ExternalClassId": null 
        } 
    ], 
    "ResponseCode": 0, 
    "Status": "OK", 
    "Error": "None" 
}