POST api/Zapier/InsertServiceRequestsVehicleTransfer

Insert service request vehicle transfer.

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestsVehicleTransferModel
NameDescriptionTypeAdditional 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": "504656d9-3450-4070-854e-1101c6c8f8ac",
  "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": "6fd5d541-be5c-4e2d-a893-6ba6a4c2f358",
  "policy_database_id": [
    "b0a0eb13-b27c-48b9-83ca-c3145e5278d4",
    "00abbbe9-5ef9-4add-9d32-d967bcc5cd61"
  ],
  "agent_database_id": [
    "2979d6eb-1895-45a1-b6fa-575a9943871b",
    "f56378ed-8ec6-4090-bca8-c6825922abf6"
  ]
}

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>2979d6eb-1895-45a1-b6fa-575a9943871b</d2p1:guid>
    <d2p1:guid>f56378ed-8ec6-4090-bca8-c6825922abf6</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">504656d9-3450-4070-854e-1101c6c8f8ac</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>b0a0eb13-b27c-48b9-83ca-c3145e5278d4</d2p1:guid>
    <d2p1:guid>00abbbe9-5ef9-4add-9d32-d967bcc5cd61</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">6fd5d541-be5c-4e2d-a893-6ba6a4c2f358</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
NameDescriptionTypeAdditional 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>