PUT api/WorkflowChecklists/UpdateContacts
Request Information
URI Parameters
None.
Body Parameters
WorkflowChecklistEditXrefRelation| Name | Description | Type | Additional information |
|---|---|---|---|
| Operation | WorkflowChecklistEditXrefRelationOperation |
None. |
|
| GroupId | globally unique identifier |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 500 |
|
| Description | string |
String length: inclusive between 0 and 1024 |
|
| TruckingCompany | GenericComboBox |
None. |
|
| Policy | GenericComboBox |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| ObjectType | AllObjectType |
None. |
|
| WorkflowChecklist | GenericComboBox |
Required |
|
| Items | Collection of WorkflowChecklistEditXrefRelationItem |
Required |
Request Formats
application/json, text/json
Sample:
{
"operation": 1,
"groupId": "4381024e-8f1e-46c7-b7ee-a3776ff0fa1e",
"name": "sample string 1",
"description": "sample string 2",
"truckingCompany": {
"text": "sample string 1",
"value": "f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899"
},
"policy": {
"text": "sample string 1",
"value": "f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899"
},
"contactId": "2a63eb18-24f4-45cf-903a-7426c1c5ae88",
"objectType": 0,
"workflowChecklist": {
"text": "sample string 1",
"value": "f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899"
},
"items": [
{
"workflowChecklistItem": {
"text": "sample string 1",
"value": "f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899"
},
"status": 0,
"dueDate": "2026-08-18T07:22:28.0014702-05:00"
},
{
"workflowChecklistItem": {
"text": "sample string 1",
"value": "f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899"
},
"status": 0,
"dueDate": "2026-08-18T07:22:28.0014702-05:00"
}
]
}
application/xml, text/xml
Sample:
<WorkflowChecklistEditXrefRelation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum.WorkflowChecklists">
<ContactId>2a63eb18-24f4-45cf-903a-7426c1c5ae88</ContactId>
<Description>sample string 2</Description>
<GroupId>4381024e-8f1e-46c7-b7ee-a3776ff0fa1e</GroupId>
<Items>
<WorkflowChecklistEditXrefRelationItem>
<DueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-08-18T12:22:28.0014702Z</d4p1:DateTime>
<d4p1:OffsetMinutes>-300</d4p1:OffsetMinutes>
</DueDate>
<Status>NotStarted</Status>
<WorkflowChecklistItem xmlns:d4p1="http://schemas.datacontract.org/2004/07/BusinessEntities.General">
<d4p1:Text>sample string 1</d4p1:Text>
<d4p1:Value>f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899</d4p1:Value>
</WorkflowChecklistItem>
</WorkflowChecklistEditXrefRelationItem>
<WorkflowChecklistEditXrefRelationItem>
<DueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-08-18T12:22:28.0014702Z</d4p1:DateTime>
<d4p1:OffsetMinutes>-300</d4p1:OffsetMinutes>
</DueDate>
<Status>NotStarted</Status>
<WorkflowChecklistItem xmlns:d4p1="http://schemas.datacontract.org/2004/07/BusinessEntities.General">
<d4p1:Text>sample string 1</d4p1:Text>
<d4p1:Value>f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899</d4p1:Value>
</WorkflowChecklistItem>
</WorkflowChecklistEditXrefRelationItem>
</Items>
<Name>sample string 1</Name>
<ObjectType>Insured</ObjectType>
<Operation>Upsert</Operation>
<Policy xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessEntities.General">
<d2p1:Text>sample string 1</d2p1:Text>
<d2p1:Value>f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899</d2p1:Value>
</Policy>
<TruckingCompany xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessEntities.General">
<d2p1:Text>sample string 1</d2p1:Text>
<d2p1:Value>f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899</d2p1:Value>
</TruckingCompany>
<WorkflowChecklist xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessEntities.General">
<d2p1:Text>sample string 1</d2p1:Text>
<d2p1:Value>f0f7ef30-6e94-4cc9-9f7b-1a84e7aa8899</d2p1:Value>
</WorkflowChecklist>
</WorkflowChecklistEditXrefRelation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ApiStatus |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"message": "sample string 1"
}
application/xml, text/xml
Sample:
<NowCertsApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 1</Message> <Status>Error</Status> </NowCertsApiResult>