POST DomainAuth/GetAllDomainAuth?customerNo={customerNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DomainAuthDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerNo | string |
None. |
|
| ResoureUrl | string |
None. |
|
| State | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CustomerNo": "sample string 2",
"ResoureUrl": "sample string 3",
"State": 4
},
{
"Id": 1,
"CustomerNo": "sample string 2",
"ResoureUrl": "sample string 3",
"State": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfDomainAuthDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO">
<DomainAuthDTO>
<CustomerNo>sample string 2</CustomerNo>
<Id>1</Id>
<ResoureUrl>sample string 3</ResoureUrl>
<State>4</State>
</DomainAuthDTO>
<DomainAuthDTO>
<CustomerNo>sample string 2</CustomerNo>
<Id>1</Id>
<ResoureUrl>sample string 3</ResoureUrl>
<State>4</State>
</DomainAuthDTO>
</ArrayOfDomainAuthDTO>