GET v1/Locations/{locationID}/TwilioSettings/TextSignature?customerID={customerID}
Get the text message signature.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationID |
Id of the location |
string |
Required |
| customerID |
Id of the customer |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Text message signature
ActionResultDTOOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| CreatedBy | string |
None. |
|
| EntityID | integer |
None. |
|
| RowSource | string |
None. |
|
| PolicyID | integer |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| InfoMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"CreatedBy": "sample string 2",
"EntityID": 3,
"RowSource": "sample string 4",
"PolicyID": 5,
"IsSuccess": true,
"ErrorCode": "sample string 7",
"ErrorMessage": "sample string 8",
"InfoMessage": "sample string 9"
}
application/xml, text/xml
Sample:
<ActionResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects"> <ErrorCode>sample string 7</ErrorCode> <ErrorMessage>sample string 8</ErrorMessage> <InfoMessage>sample string 9</InfoMessage> <IsSuccess>true</IsSuccess> <CreatedBy>sample string 2</CreatedBy> <EntityID>3</EntityID> <PolicyID>5</PolicyID> <Result>sample string 1</Result> <RowSource>sample string 4</RowSource> </ActionResultOfstring>