POST DomainAuth/Add

Request Information

URI Parameters

None.

Body Parameters

DomainAuthRequestDTO
NameDescriptionTypeAdditional information
CustomerNo

string

None.

ResoureUrl

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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 'DomainAuthRequestDTO'.

Response Information

Resource Description

None.