POST api/Customer/BirdEyeReviewMailSMS
Api to create customer in BirdEye and send Email and SMS
Request Information
URI Parameters
None.
Body Parameters
BirdEyeReviewRequestModelName | Description | Type | Additional information |
---|---|---|---|
CustomerID | integer |
Required |
|
InvoiceId | integer |
None. |
|
AutoServiceMasterID | integer |
None. |
|
APIKey | string |
None. |
|
IsSendReviewLink | boolean |
None. |
|
UID | integer |
None. |
|
FromWhere | string |
None. |
Request Formats
application/json, text/json, text/plain, text/html
Sample:
{ "customerID": 1, "invoiceId": 2, "autoServiceMasterID": 3, "apiKey": "sample string 4", "isSendReviewLink": true, "uid": 1, "fromWhere": "sample string 6" }
application/xml, text/xml
Sample:
<BirdEyeReviewRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel"> <APIKey>sample string 4</APIKey> <AutoServiceMasterID>3</AutoServiceMasterID> <CustomerID>1</CustomerID> <FromWhere>sample string 6</FromWhere> <InvoiceId>2</InvoiceId> <IsSendReviewLink>true</IsSendReviewLink> <UID>1</UID> </BirdEyeReviewRequestModel>
multipart/form-data
Sample:
<BirdEyeReviewRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel"><APIKey>sample string 4</APIKey><AutoServiceMasterID>3</AutoServiceMasterID><CustomerID>1</CustomerID><FromWhere>sample string 6</FromWhere><InvoiceId>2</InvoiceId><IsSendReviewLink>true</IsSendReviewLink><UID>1</UID></BirdEyeReviewRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommonResponseDataModelName | Description | Type | Additional information |
---|---|---|---|
ReturnID | integer |
Required |
|
Message | string |
Required |
|
Successful | boolean |
Required |
|
Code | integer |
None. |
|
TotalRecord | integer |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{ "returnID": 1, "message": "sample string 2", "successful": true, "code": 4, "totalRecord": 5 }
application/xml, text/xml
Sample:
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"> <Code>4</Code> <Message>sample string 2</Message> <ReturnID>1</ReturnID> <Successful>true</Successful> <TotalRecord>5</TotalRecord> </CommonResponseDataModel>
multipart/form-data
Sample:
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>4</Code><Message>sample string 2</Message><ReturnID>1</ReturnID><Successful>true</Successful><TotalRecord>5</TotalRecord></CommonResponseDataModel>