POST api/Zapier/InsertServiceRequestsGeneralNew
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. |
|
agents | Collection of AgentEdit |
None. |
Request Formats
application/json, text/json
Sample:
{ "subject": "sample string 1", "needToDo": "sample string 2", "businessType": "sample string 3", "effectiveDate": "2021-01-27T05:00:59.8366502-06:00", "description": "sample string 4", "status": "sample string 5", "insured_id": "c0989b20-a4ea-4ea5-84ab-16af67d22351", "insured_name": "sample string 6", "insured_email": "sample string 7", "insured_phone": "sample string 8", "policy_number": "sample string 9", "agents": [ { "databaseId": "c8ed35a0-2dff-427a-882b-eb232d08c629", "firstName": "sample string 2", "lastName": "sample string 3", "order": 4 }, { "databaseId": "c8ed35a0-2dff-427a-882b-eb232d08c629", "firstName": "sample string 2", "lastName": "sample string 3", "order": 4 } ] }
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"> <Agents xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessEntities.OData" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Contracts"> <d2p1:AgentEdit> <d2p1:DatabaseId>c8ed35a0-2dff-427a-882b-eb232d08c629</d2p1:DatabaseId> <d2p1:FirstName>sample string 2</d2p1:FirstName> <d2p1:LastName>sample string 3</d2p1:LastName> <d2p1:Order>4</d2p1:Order> </d2p1:AgentEdit> <d2p1:AgentEdit> <d2p1:DatabaseId>c8ed35a0-2dff-427a-882b-eb232d08c629</d2p1:DatabaseId> <d2p1:FirstName>sample string 2</d2p1:FirstName> <d2p1:LastName>sample string 3</d2p1:LastName> <d2p1:Order>4</d2p1:Order> </d2p1:AgentEdit> </Agents> <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">c0989b20-a4ea-4ea5-84ab-16af67d22351</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>2021-01-27T05:00:59.8366502-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>