GET api/CheckList/GetCheckListCode
Api to Get CheckList Code
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ScopeCodeResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{
"code": "sample string 1"
}
application/xml, text/xml
Sample:
<ScopeCodeResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel"> <Code>sample string 1</Code> </ScopeCodeResponseModel>
multipart/form-data
Sample:
<ScopeCodeResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel"><Code>sample string 1</Code></ScopeCodeResponseModel>