GET api/WorkflowChecklistList?TruckingCompanyId={TruckingCompanyId}&PolicyId={PolicyId}&ContactId={ContactId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TruckingCompanyId | globally unique identifier |
None. |
|
| PolicyId | globally unique identifier |
None. |
|
| ContactId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkflowChecklistList| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 500 |
|
| Description | string |
String length: inclusive between 0 and 1024 |
|
| Active | boolean |
Required |
|
| InsuranceAgency | GenericComboBox |
None. |
|
| CreatorUser | GenericComboBox |
None. |
|
| LastChangeUser | GenericComboBox |
None. |
|
| CreateDate | date |
None. |
|
| LastChangeDate | date |
None. |
|
| Origin | ContactOrigin |
None. |
|
| Status | ContactStatus |
None. |
|
| Items | Collection of WorkflowChecklistItemList |
None. |