POST SMS/SendCustomerPrincipalChanged

Request Information

URI Parameters

None.

Body Parameters

SMSCustomerChangedRequest
NameDescriptionTypeAdditional information
customer

string

None.

company

string

None.

new

string

None.

old

string

None.

phone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customer": "sample string 1",
  "company": "sample string 2",
  "new": "sample string 3",
  "old": "sample string 4",
  "phone": "sample string 5"
}

application/xml, text/xml

Sample:
<SMSCustomerChangedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <PhoneNum xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model.SMS">sample string 5</PhoneNum>
  <Company>sample string 2</Company>
  <Customer>sample string 1</Customer>
  <NewPrincipal>sample string 3</NewPrincipal>
  <OldPrincipal>sample string 4</OldPrincipal>
</SMSCustomerChangedRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfString
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": "sample string 3"
}

application/xml, text/xml

Sample:
<RemoteResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <Errors>sample string 2</Errors>
  <Result>sample string 3</Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfstring>