POST api/Zapier/InsertSMSes
Insert sms record.
Request Information
URI Parameters
None.
Body Parameters
SMSIntegrationModelName | Description | Type | Additional information |
---|---|---|---|
date_and_time | date |
None. |
|
from_number | string |
None. |
|
to_number | string |
None. |
|
subject | string |
None. |
|
from_name | string |
None. |
|
to_name | string |
None. |
|
conversation_id | string |
None. |
|
message_id | string |
None. |
|
is_read | boolean |
None. |
|
system_type | string |
None. |
|
insured_database_id | globally unique identifier |
None. |
|
insured_email | string |
None. |
|
insured_first_name | string |
None. |
|
insured_last_name | string |
None. |
|
insured_commercial_name | string |
None. |
|
DatabaseId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "date_and_time": "2024-12-10T08:39:09.8745633-06:00", "from_number": "sample string 2", "to_number": "sample string 3", "subject": "sample string 4", "from_name": "sample string 5", "to_name": "sample string 6", "conversation_id": "sample string 7", "message_id": "sample string 8", "is_read": true, "system_type": "sample string 10", "insured_database_id": "fefab299-3b2f-43a8-9ea4-be8b0dfb275a", "insured_email": "sample string 11", "insured_first_name": "sample string 12", "insured_last_name": "sample string 13", "insured_commercial_name": "sample string 14", "databaseId": "f87f8e5a-382c-4445-b15f-3b2e7f9a4ca8" }
application/xml, text/xml
Sample:
<SMSIntegrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Models"> <ConversationId>sample string 7</ConversationId> <DatabaseId>f87f8e5a-382c-4445-b15f-3b2e7f9a4ca8</DatabaseId> <DateAndTime>2024-12-10T08:39:09.8745633-06:00</DateAndTime> <FromName>sample string 5</FromName> <FromNumber>sample string 2</FromNumber> <InsuredCommercialName>sample string 14</InsuredCommercialName> <InsuredDatabaseId>fefab299-3b2f-43a8-9ea4-be8b0dfb275a</InsuredDatabaseId> <InsuredEmail>sample string 11</InsuredEmail> <InsuredFirstName>sample string 12</InsuredFirstName> <InsuredLastName>sample string 13</InsuredLastName> <IsRead>true</IsRead> <MessageId>sample string 8</MessageId> <Subject>sample string 4</Subject> <SystemType>sample string 10</SystemType> <ToName>sample string 6</ToName> <ToNumber>sample string 3</ToNumber> </SMSIntegrationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithDatabaseIdName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
Status | ApiStatus |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "ce26873b-2f27-4260-9e0f-468c332e8bb5", "status": 0, "message": "sample string 2" }
application/xml, text/xml
Sample:
<NowCertsApiResultWithDatabaseId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 2</Message> <Status>Error</Status> <DatabaseId>ce26873b-2f27-4260-9e0f-468c332e8bb5</DatabaseId> </NowCertsApiResultWithDatabaseId>