POST DomainAuth/Delete

Request Information

URI Parameters

None.

Body Parameters

DomainAuthDeleteRequestDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CustomerNo": "sample string 2"
}

application/xml, text/xml

Sample:
<DomainAuthDeleteRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO">
  <CustomerNo>sample string 2</CustomerNo>
  <Id>1</Id>
</DomainAuthDeleteRequestDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DomainAuthDeleteRequestDTO'.

Response Information

Resource Description

None.