POST api/Zapier/InsertServiceRequestsGeneralNew
Insert service request general new.
Request Information
URI Parameters
None.
Body Parameters
ServiceRequestsGeneralNewModel| Name | Description | Type | Additional 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. |
|
| stage | string |
None. |
|
| custom_type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"subject": "sample string 1",
"needToDo": "sample string 2",
"businessType": "sample string 3",
"effectiveDate": "2025-12-27T10:31:39.6682107-06:00",
"description": "sample string 4",
"status": "sample string 5",
"insured_id": "0fff368e-c250-47cd-81c0-2b0e822407d7",
"insured_name": "sample string 6",
"insured_email": "sample string 7",
"insured_phone": "sample string 8",
"policy_number": "sample string 9",
"stage": "sample string 10",
"custom_type": "sample string 11"
}
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"> <CustomType xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 11</CustomType> <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">0fff368e-c250-47cd-81c0-2b0e822407d7</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> <Stage xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 10</Stage> <Status xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts">sample string 5</Status> <BusinessType>sample string 3</BusinessType> <EffectiveDate>2025-12-27T10:31:39.6682107-06: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| 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>