Contract Charge Type
Also known as accessorial charges. You should include default charge types as part of a rate request.
list [get]
Details
- Method: GET
- URL: http://3.217.113.64/api.php/rest/contract_charge_type
- Response: Returns 200 and the collection of resources, which could be empty.
Fields
- name: Charge Type Name
- description: Charge Type Description
- is_pickup: 0 for Delivery, 1 for Pickup
- is_default: 0 for Not Default, 1 for Default
retrieve [get]
Details
- Method: GET
- URL: http://3.217.113.64/api.php/rest/contract_charge_type/ID
- Response: Returns 200 and the resource or 404 if not found.
Fields
- name: Charge Type Name
- description: Charge Type Description
- is_pickup: 0 for Delivery, 1 for Pickup
- is_default: 0 for Not Default, 1 for Default
- id: Identifier