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. |
Request Formats
application/json, text/json
Sample:
{ "subject": "sample string 1", "needToDo": "sample string 2", "businessType": "sample string 3", "effectiveDate": "2024-11-21T02:57:48.9751036-06:00", "description": "sample string 4", "status": "sample string 5", "insured_id": "059208e1-066e-4d67-94a2-677202bf26b1", "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">059208e1-066e-4d67-94a2-677202bf26b1</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-11-21T02:57:48.9751036-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>