POST api/eeb/pr/pending/date/{jobid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobid | integer |
Required |
Body Parameters
PRListByDateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| from | date |
None. |
|
| to | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"from": "2025-12-15T05:02:34.6011768+08:00",
"to": "2025-12-15T05:02:34.6011768+08:00"
}
application/xml, text/xml
Sample:
<PRListByDateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EEB_API.Models.DTO"> <from>2025-12-15T05:02:34.6011768+08:00</from> <to>2025-12-15T05:02:34.6011768+08:00</to> </PRListByDateDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.