GET bbapi/lejer?lejerStreng={lejerStreng}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lejerStreng | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ValidateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| LejerErValid | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"lejerErValid": true
}
application/xml, text/xml
Sample:
<ValidateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Services.Domea.Dk.Models.BBAPI"> <LejerErValid>true</LejerErValid> </ValidateResponse>