Next Topic

Previous Topic

Book Contents

Get All Activity Types

Returns all of the Activity Types associated with the customer in scope of the sessionId.

GET /system/customers/activitytypes

Headers

Response Codes

The table below explains each response code.

Response Code

Status

403

Required FID(s): 100050

Sample Response Model

{ 
    "TotalRecords": 2, 
    "Result": [ 
        { 
            "Id": "68175242296221353561741391", 
            "Code": "Hardware Installation", 
            "Name": "Hardware Installation", 
            "IsDefault": false, 
            "ExternalAccountingServicesId": null, 
            "ExternalClassId": null 
        } 
    ], 
    "ResponseCode": 0, 
    "Status": "OK", 
    "Error": "None" 
}