Get AccountTypes
GET {{BASE_URL}}/refdata/accounttypes
Request Params
Key | Datatype | Required | Description |
---|
Token | null | | (Optional) Continuation token for paging. If not present, then the first page of results will be returned. If set all other parameters are ignored |
IsActive | null | | (Optional) If true, then only active records will be returned. If false, then only inactive records will be returned. If not present, then all records will be returned. |
ExcludeFields | null | | (Optional) If true, then the list of Fields will be excluded from the response. If false or not present, then only the list of fields will be included in the response. |
Fields | null | | (Optional) List of fields to project or exclude. If not present all fields will be returned |
Key | Datatype | Required | Description |
---|
Accept | string | | |