POST api/Zapier/InsertServiceRequestsGeneralNew

Insert service request general new.

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestsGeneralNewModel
NameDescriptionTypeAdditional information
subject

string

None.

NeedToDo

string

None.

BusinessType

string

None.

EffectiveDate

date

None.

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:
{
  "subject": "sample string 1",
  "needToDo": "sample string 2",
  "businessType": "sample string 3",
  "effectiveDate": "2025-10-21T06:42:37.3912919-05:00",
  "due_date": "sample string 4",
  "description": "sample string 5",
  "status": "sample string 6",
  "insured_id": "151bcdb0-3271-462f-b82c-4c77ddbecdac",
  "insured_name": "sample string 7",
  "insured_email": "sample string 8",
  "insured_phone": "sample string 9",
  "policy_number": "sample string 10",
  "stage": "sample string 11",
  "custom_type": "sample string 12",
  "request_database_id": "ba3af186-12bb-4de3-a7e8-be95acdcd533",
  "policy_database_id": [
    "c3550fdf-c292-45fa-b40e-e7523361ece3",
    "64bb2375-6cbf-4eb8-8466-3b5485a3d903"
  ],
  "agent_database_id": [
    "9bf1aa21-20bd-434d-843f-6fbf6e9704ba",
    "246793e7-9286-4f5f-aafb-bf5663fd4ee8"
  ]
}

application/xml, text/xml

Sample:
<ServiceRequestsGeneralNewModel 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>9bf1aa21-20bd-434d-843f-6fbf6e9704ba</d2p1:guid>
    <d2p1:guid>246793e7-9286-4f5f-aafb-bf5663fd4ee8</d2p1:guid>
  </AgentDatabaseId>
  <CustomType xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 12</CustomType>
  <Description xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 5</Description>
  <InsuredEmail xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 8</InsuredEmail>
  <InsuredId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">151bcdb0-3271-462f-b82c-4c77ddbecdac</InsuredId>
  <InsuredName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 7</InsuredName>
  <InsuredPhone xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 9</InsuredPhone>
  <PolicyDatabaseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">
    <d2p1:guid>c3550fdf-c292-45fa-b40e-e7523361ece3</d2p1:guid>
    <d2p1:guid>64bb2375-6cbf-4eb8-8466-3b5485a3d903</d2p1:guid>
  </PolicyDatabaseId>
  <PolicyNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 10</PolicyNumber>
  <RequestDatabaseId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">ba3af186-12bb-4de3-a7e8-be95acdcd533</RequestDatabaseId>
  <Stage xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 11</Stage>
  <Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 6</Status>
  <BusinessType>sample string 3</BusinessType>
  <DueDate>sample string 4</DueDate>
  <EffectiveDate>2025-10-21T06:42:37.3912919-05:00</EffectiveDate>
  <NeedToDo>sample string 2</NeedToDo>
  <Subject>sample string 1</Subject>
</ServiceRequestsGeneralNewModel>

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": "bf8164da-f5a9-4951-8c6c-b4f17aa6755b",
  "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>bf8164da-f5a9-4951-8c6c-b4f17aa6755b</DatabaseId>
</NowCertsApiResultWithDatabaseId>