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": "6f2e7f9a-f183-4f69-9f9b-aa001c0be728",
"name": "sample string 1",
"description": "sample string 2",
"truckingCompany": {
"text": "sample string 1",
"value": "ec4615f1-c38c-4a5e-a1a3-3a26108af7db"
},
"policy": {
"text": "sample string 1",
"value": "ec4615f1-c38c-4a5e-a1a3-3a26108af7db"
},
"contactId": "e3f00c1c-93e3-4ac9-872c-162ed005692f",
"objectType": 0,
"workflowChecklist": {
"text": "sample string 1",
"value": "ec4615f1-c38c-4a5e-a1a3-3a26108af7db"
},
"items": [
{
"workflowChecklistItem": {
"text": "sample string 1",
"value": "ec4615f1-c38c-4a5e-a1a3-3a26108af7db"
},
"status": 0,
"dueDate": "2026-09-05T02:33:17.0956969-05:00"
},
{
"workflowChecklistItem": {
"text": "sample string 1",
"value": "ec4615f1-c38c-4a5e-a1a3-3a26108af7db"
},
"status": 0,
"dueDate": "2026-09-05T02:33:17.0956969-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>e3f00c1c-93e3-4ac9-872c-162ed005692f</ContactId>
<Description>sample string 2</Description>
<GroupId>6f2e7f9a-f183-4f69-9f9b-aa001c0be728</GroupId>
<Items>
<WorkflowChecklistEditXrefRelationItem>
<DueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-09-05T07:33:17.0956969Z</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>ec4615f1-c38c-4a5e-a1a3-3a26108af7db</d4p1:Value>
</WorkflowChecklistItem>
</WorkflowChecklistEditXrefRelationItem>
<WorkflowChecklistEditXrefRelationItem>
<DueDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-09-05T07:33:17.0956969Z</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>ec4615f1-c38c-4a5e-a1a3-3a26108af7db</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>ec4615f1-c38c-4a5e-a1a3-3a26108af7db</d2p1:Value>
</Policy>
<TruckingCompany xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessEntities.General">
<d2p1:Text>sample string 1</d2p1:Text>
<d2p1:Value>ec4615f1-c38c-4a5e-a1a3-3a26108af7db</d2p1:Value>
</TruckingCompany>
<WorkflowChecklist xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessEntities.General">
<d2p1:Text>sample string 1</d2p1:Text>
<d2p1:Value>ec4615f1-c38c-4a5e-a1a3-3a26108af7db</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>