POST api/Zapier/InsertServiceRequestsReplaceDriver
Insert service request replace driver.
Request Information
URI Parameters
None.
Body Parameters
ServiceRequestsReplaceDriverModelName | Description | Type | Additional information |
---|---|---|---|
driver_name_to_remove | string |
Required |
|
driver_name_to_add | 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. |
Request Formats
application/json, text/json
Sample:
{ "driver_name_to_remove": "sample string 1", "driver_name_to_add": "sample string 2", "description": "sample string 3", "status": "sample string 4", "insured_id": "5fff7f4c-22b8-4f6a-9174-04e79e248789", "insured_name": "sample string 5", "insured_email": "sample string 6", "insured_phone": "sample string 7", "policy_number": "sample string 8" }
application/xml, text/xml
Sample:
<ServiceRequestsReplaceDriverModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Models"> <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">5fff7f4c-22b8-4f6a-9174-04e79e248789</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> <PolicyNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 8</PolicyNumber> <Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 4</Status> <DriverNameToAdd>sample string 2</DriverNameToAdd> <DriverNameToRemove>sample string 1</DriverNameToRemove> </ServiceRequestsReplaceDriverModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultName | 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>