GET api/Usuarios/GeneratePdfCheckList?url={url}&filename={filename}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
Required |
|
| filename | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckListID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CheckListID": 1
}
application/xml, text/xml
Sample:
<CheckViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models"> <CheckListID>1</CheckListID> </CheckViewModel>