POST api/Phone/XtNewXmitPhoneUpdate
Request Information
URI Parameters
None.
Body Parameters
XtPhoneDetailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SeqNum | integer |
None. |
|
| Phone | string |
None. |
|
| PhoneType | string |
None. |
|
| AutoNotifyFlag | boolean |
None. |
|
| KeyNum | integer |
None. |
|
| KeyType | string |
None. |
|
| SessionNum | integer |
None. |
|
| SessionPassword | Collection of byte |
None. |
|
| ApplicationCode | string |
None. |
|
| StagesURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SeqNum": 1,
"Phone": "sample string 1",
"PhoneType": "sample string 2",
"AutoNotifyFlag": true,
"KeyNum": 1,
"KeyType": "sample string 3",
"SessionNum": 4,
"SessionPassword": "QEA=",
"ApplicationCode": "sample string 5",
"StagesURL": "sample string 6"
}
application/xml, text/xml
Sample:
<XtPhoneDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models"> <StagesURL>sample string 6</StagesURL> <ApplicationCode>sample string 5</ApplicationCode> <SessionNum>4</SessionNum> <SessionPassword>QEA=</SessionPassword> <KeyNum>1</KeyNum> <KeyType>sample string 3</KeyType> <AutoNotifyFlag>true</AutoNotifyFlag> <Phone>sample string 1</Phone> <PhoneType>sample string 2</PhoneType> <SeqNum>1</SeqNum> </XtPhoneDetailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
XtNewXmitPhoneUpdateQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ExcludeColumnList | Collection of string |
None. |
|
| ResultSet | Collection of XtNewXmitPhoneUpdateResult |
None. |
|
| Success | boolean |
None. |
|
| UserErrorMessage | string |
None. |
|
| ErrorTypeNum | integer |
None. |
|
| SqlConnectionLost | boolean |
None. |
|
| ClientVersion | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExcludeColumnList": [
"sample string 1",
"sample string 2"
],
"ResultSet": [
{
"AutoNotifyFlag": true,
"KeyNum": 1,
"KeyType": "sample string 1",
"Phone": "sample string 2",
"PhoneType": "sample string 3",
"PhoneTypeDescription": "sample string 4",
"SeqNum": 1
},
{
"AutoNotifyFlag": true,
"KeyNum": 1,
"KeyType": "sample string 1",
"Phone": "sample string 2",
"PhoneType": "sample string 3",
"PhoneTypeDescription": "sample string 4",
"SeqNum": 1
}
],
"Success": true,
"UserErrorMessage": "sample string 2",
"ErrorTypeNum": 3,
"SqlConnectionLost": true,
"ClientVersion": "sample string 5"
}
application/xml, text/xml
Sample:
<XtNewXmitPhoneUpdateQueryResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stages">
<ClientVersion>sample string 5</ClientVersion>
<ErrorTypeNum>3</ErrorTypeNum>
<SqlConnectionLost>true</SqlConnectionLost>
<Success>true</Success>
<UserErrorMessage>sample string 2</UserErrorMessage>
<ExcludeColumnList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ExcludeColumnList>
<ResultSet>
<XtNewXmitPhoneUpdateResult>
<AutoNotifyFlag>true</AutoNotifyFlag>
<KeyNum>1</KeyNum>
<KeyType>sample string 1</KeyType>
<Phone>sample string 2</Phone>
<PhoneType>sample string 3</PhoneType>
<PhoneTypeDescription>sample string 4</PhoneTypeDescription>
<SeqNum>1</SeqNum>
</XtNewXmitPhoneUpdateResult>
<XtNewXmitPhoneUpdateResult>
<AutoNotifyFlag>true</AutoNotifyFlag>
<KeyNum>1</KeyNum>
<KeyType>sample string 1</KeyType>
<Phone>sample string 2</Phone>
<PhoneType>sample string 3</PhoneType>
<PhoneTypeDescription>sample string 4</PhoneTypeDescription>
<SeqNum>1</SeqNum>
</XtNewXmitPhoneUpdateResult>
</ResultSet>
</XtNewXmitPhoneUpdateQueryResult>