POST api/chargeInMonth
Request Information
URI Parameters
None.
Body Parameters
ChargeInMonthModelView| Name | Description | Type | Additional information |
|---|---|---|---|
| ChargeInMonthID | integer |
None. |
|
| UserOrganizationID | string |
None. |
|
| Year | string |
None. |
|
| Month | integer |
None. |
|
| EmployeeID | string |
None. |
|
| EmployeeOrganizationLevel1ID | string |
None. |
|
| EmployeeOrganizationLevel2ID | string |
None. |
|
| EmployeeOrganizationID | string |
None. |
|
| SubEmployeeTypeID | integer |
None. |
|
| ChargeOrganizationID | integer |
None. |
|
| ChargeTypeID | integer |
None. |
|
| ChargeMoney | decimal number |
None. |
|
| Seg7BudgetSourceTypeID | integer |
None. |
|
| Description | string |
None. |
|
| OrganizationStatusNow | string |
None. |
|
| CheckStatusWithdrawID | integer |
None. |
|
| CheckStatusWithdrawName | string |
None. |
|
| CheckStatusWithdrawFlag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChargeInMonthID": 1,
"UserOrganizationID": "sample string 2",
"Year": "sample string 3",
"Month": 4,
"EmployeeID": "sample string 5",
"EmployeeOrganizationLevel1ID": "sample string 6",
"EmployeeOrganizationLevel2ID": "sample string 7",
"EmployeeOrganizationID": "sample string 8",
"SubEmployeeTypeID": 1,
"ChargeOrganizationID": 9,
"ChargeTypeID": 1,
"ChargeMoney": 1.0,
"Seg7BudgetSourceTypeID": 1,
"Description": "sample string 10",
"OrganizationStatusNow": "sample string 11",
"CheckStatusWithdrawID": 1,
"CheckStatusWithdrawName": "sample string 12",
"CheckStatusWithdrawFlag": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.