Cost Center

There could be a single or multiple cost centers within a facility which is captured in the Cost Center view. The following APIs can be used to get relevant Cost Center data from WFM.

URLs

Check for the existence of the resource:

HEAD .../lgfapi/v10/entity/cost_center/{id}

Fetch paginated results:

GET .../lgfapi/v10/entity/cost_center/

Fetch non-paginated result by specific 'ID':

GET .../lgfapi/v10/entity/cost_center/{id}