POST api/Zapier/InsertServiceRequestsRemoveDriver

Insert service request remove driver.

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestsRemoveDriverModel
NameDescriptionTypeAdditional information
driver_name_to_remove

string

Required

due_date

string

None.

description

string

None.

status

string

None.

insured_id

globally unique identifier

None.

insured_name

string

None.

insured_email

string

None.

insured_phone

string

None.

policy_number

string

None.

stage

string

None.

custom_type

string

None.

request_database_id

globally unique identifier

None.

policy_database_id

Collection of globally unique identifier

None.

agent_database_id

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "driver_name_to_remove": "sample string 1",
  "due_date": "sample string 2",
  "description": "sample string 3",
  "status": "sample string 4",
  "insured_id": "4d2dfafb-052c-4034-9734-7e50583d6d46",
  "insured_name": "sample string 5",
  "insured_email": "sample string 6",
  "insured_phone": "sample string 7",
  "policy_number": "sample string 8",
  "stage": "sample string 9",
  "custom_type": "sample string 10",
  "request_database_id": "7a8cff43-8537-400e-979b-e24422411a09",
  "policy_database_id": [
    "539feda9-f1ff-4e02-8826-0cc1f9487fd2",
    "37c4a188-a95d-4f88-8826-a7225457db82"
  ],
  "agent_database_id": [
    "0e1d082d-0825-492a-83f5-f578def25cd9",
    "bdbdf2b2-573f-4887-b152-2d302a3abf26"
  ]
}

application/xml, text/xml

Sample:
<ServiceRequestsRemoveDriverModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Models">
  <AgentDatabaseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">
    <d2p1:guid>0e1d082d-0825-492a-83f5-f578def25cd9</d2p1:guid>
    <d2p1:guid>bdbdf2b2-573f-4887-b152-2d302a3abf26</d2p1:guid>
  </AgentDatabaseId>
  <CustomType xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 10</CustomType>
  <Description xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 3</Description>
  <InsuredEmail xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 6</InsuredEmail>
  <InsuredId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">4d2dfafb-052c-4034-9734-7e50583d6d46</InsuredId>
  <InsuredName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 5</InsuredName>
  <InsuredPhone xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 7</InsuredPhone>
  <PolicyDatabaseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">
    <d2p1:guid>539feda9-f1ff-4e02-8826-0cc1f9487fd2</d2p1:guid>
    <d2p1:guid>37c4a188-a95d-4f88-8826-a7225457db82</d2p1:guid>
  </PolicyDatabaseId>
  <PolicyNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 8</PolicyNumber>
  <RequestDatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">7a8cff43-8537-400e-979b-e24422411a09</RequestDatabaseId>
  <Stage xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 9</Stage>
  <Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 4</Status>
  <DriverNameToRemove>sample string 1</DriverNameToRemove>
  <DueDate>sample string 2</DueDate>
</ServiceRequestsRemoveDriverModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NowCertsApiResultWithDatabaseId
NameDescriptionTypeAdditional information
DatabaseId

globally unique identifier

None.

Status

ApiStatus

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "databaseId": "b4003dac-67ac-4da4-8c77-f34b0f94087e",
  "status": 0,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<NowCertsApiResultWithDatabaseId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum">
  <Message>sample string 2</Message>
  <Status>Error</Status>
  <DatabaseId>b4003dac-67ac-4da4-8c77-f34b0f94087e</DatabaseId>
</NowCertsApiResultWithDatabaseId>