POST api/Customer/CustomerGsmDuplicateRemoveUser
Request Information
URI Parameters
None.
Body Parameters
CustomerGsmDuplicateRemoveUserRequestName | Description | Type | Additional 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": "cf32f9b0-a3c2-49d9-9a8c-e443c1d9a88f", "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>cf32f9b0-a3c2-49d9-9a8c-e443c1d9a88f</UserId> </CustomerGsmDuplicateRemoveUserRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>