POST api/Customer/NotifyForRemovedGsmNumber

Request Information

URI Parameters

None.

Body Parameters

NotifyCustomerForRemovedGsmNumberRequest
NameDescriptionTypeAdditional information
Email

string

None.

GsmNumber

string

None.

UserId

globally unique identifier

None.

InfoMail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "GsmNumber": "sample string 2",
  "UserId": "99747b69-be41-44f0-9f8f-a255607754de",
  "InfoMail": "sample string 4"
}

application/xml, text/xml

Sample:
<NotifyCustomerForRemovedGsmNumberRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request">
  <Email>sample string 1</Email>
  <GsmNumber>sample string 2</GsmNumber>
  <InfoMail>sample string 4</InfoMail>
  <UserId>99747b69-be41-44f0-9f8f-a255607754de</UserId>
</NotifyCustomerForRemovedGsmNumberRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>