POST api/Home/LoadTotalJobPayAsync
Request Information
URI Parameters
None.
Body Parameters
TotalJobPayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| branchID | integer |
None. |
|
| year | integer |
None. |
|
| month | integer |
None. |
|
| day | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"branchID": 1,
"year": 2,
"month": 3,
"day": 4
}
application/xml, text/xml
Sample:
<TotalJobPayModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INSCHEDULER_WEB_API.Models.Home"> <branchID>1</branchID> <day>4</day> <month>3</month> <year>2</year> </TotalJobPayModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |