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.

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:
{
  "subject": "sample string 1",
  "needToDo": "sample string 2",
  "businessType": "sample string 3",
  "effectiveDate": "2024-04-19T05:45:12.837581-05:00",
  "description": "sample string 4",
  "status": "sample string 5",
  "insured_id": "d2464c8b-c960-4c4e-901a-ddc9c88a3652",
  "insured_name": "sample string 6",
  "insured_email": "sample string 7",
  "insured_phone": "sample string 8",
  "policy_number": "sample string 9"
}

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">
  <Description xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 4</Description>
  <InsuredEmail xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 7</InsuredEmail>
  <InsuredId xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">d2464c8b-c960-4c4e-901a-ddc9c88a3652</InsuredId>
  <InsuredName xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 6</InsuredName>
  <InsuredPhone xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 8</InsuredPhone>
  <PolicyNumber xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 9</PolicyNumber>
  <Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 5</Status>
  <BusinessType>sample string 3</BusinessType>
  <EffectiveDate>2024-04-19T05:45:12.837581-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

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>