POST api/WorkHours/SignMonth?month_code={month_code}&manager={manager}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month_code | integer |
Required |
|
| manager | boolean |
Required |
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
SignatureMongo| Name | Description | Type | Additional information |
|---|---|---|---|
| _id | ObjectId |
None. |
|
| imageValue | string |
None. |
|
| DbItemId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"_id": "000000000000000000000000",
"imageValue": "sample string 1",
"DbItemId": 2
}
application/xml, text/xml
Sample:
<SignatureMongo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.WorkHoursManage">
<DbItemId>2</DbItemId>
<_id xmlns:d2p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d2p1:_a>0</d2p1:_a>
<d2p1:_b>0</d2p1:_b>
<d2p1:_c>0</d2p1:_c>
</_id>
<imageValue>sample string 1</imageValue>
</SignatureMongo>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.