POST api/Zapier/InsertServiceRequestsGeneralNew
Insert service request general new.
Request Information
URI Parameters
None.
Body Parameters
ServiceRequestsGeneralNewModelName | 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-01-17T13:01:51.8294456-06:00", "description": "sample string 4", "status": "sample string 5", "insured_id": "e7cb1f0a-659b-4934-8314-b32c6e4de55c", "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">e7cb1f0a-659b-4934-8314-b32c6e4de55c</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-01-17T13:01:51.8294456-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
NowCertsApiResultName | 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>