POST api/Zapier/InsertServiceRequestsVehicleTransfer
Insert service request vehicle transfer.
Request Information
URI Parameters
None.
Body Parameters
ServiceRequestsVehicleTransferModel| Name | Description | Type | Additional information |
|---|---|---|---|
| is_car_under_insured_name | boolean |
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:
{
"is_car_under_insured_name": true,
"description": "sample string 2",
"status": "sample string 3",
"insured_id": "e9c7f659-db7d-4cb8-8152-1d8c5a4ed1cc",
"insured_name": "sample string 4",
"insured_email": "sample string 5",
"insured_phone": "sample string 6",
"policy_number": "sample string 7",
"stage": "sample string 8",
"custom_type": "sample string 9",
"request_database_id": "f846f7a9-dd07-49e9-a9d0-a0182e5a06ff",
"policy_database_id": [
"cdcbb6b0-2f4d-4699-99ff-61f47bc3061a",
"5fd022c0-ce95-40a0-951f-53ef506f8d94"
],
"agent_database_id": [
"d36568c8-533b-46ef-9b9b-8b46de75679c",
"22a182db-b26d-4ff0-add0-a7dbb44341e6"
]
}
application/xml, text/xml
Sample:
<ServiceRequestsVehicleTransferModel 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>d36568c8-533b-46ef-9b9b-8b46de75679c</d2p1:guid>
<d2p1:guid>22a182db-b26d-4ff0-add0-a7dbb44341e6</d2p1:guid>
</AgentDatabaseId>
<CustomType xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 9</CustomType>
<Description xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 2</Description>
<InsuredEmail xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 5</InsuredEmail>
<InsuredId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">e9c7f659-db7d-4cb8-8152-1d8c5a4ed1cc</InsuredId>
<InsuredName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 4</InsuredName>
<InsuredPhone xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 6</InsuredPhone>
<PolicyDatabaseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">
<d2p1:guid>cdcbb6b0-2f4d-4699-99ff-61f47bc3061a</d2p1:guid>
<d2p1:guid>5fd022c0-ce95-40a0-951f-53ef506f8d94</d2p1:guid>
</PolicyDatabaseId>
<PolicyNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 7</PolicyNumber>
<RequestDatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">f846f7a9-dd07-49e9-a9d0-a0182e5a06ff</RequestDatabaseId>
<Stage xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 8</Stage>
<Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 3</Status>
<IsCarUnderInsuredName>true</IsCarUnderInsuredName>
</ServiceRequestsVehicleTransferModel>
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>