POST api/Customer/CustomerGsmDuplicateRemoveUser

Request Information

URI Parameters

None.

Body Parameters

CustomerGsmDuplicateRemoveUserRequest
NameDescriptionTypeAdditional information
GsmNumber

string

None.

UserId

globally unique identifier

None.

DeleteLogType

string

None.

InfoMail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GsmNumber": "sample string 1",
  "UserId": "9113802d-8d87-4391-9bc9-f71aae5f899e",
  "DeleteLogType": "sample string 3",
  "InfoMail": "sample string 4"
}

application/xml, text/xml

Sample:
<CustomerGsmDuplicateRemoveUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request">
  <DeleteLogType>sample string 3</DeleteLogType>
  <GsmNumber>sample string 1</GsmNumber>
  <InfoMail>sample string 4</InfoMail>
  <UserId>9113802d-8d87-4391-9bc9-f71aae5f899e</UserId>
</CustomerGsmDuplicateRemoveUserRequest>

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>