POST api/LabourManagement/GetAlllabourData
Request Information
URI Parameters
None.
Body Parameters
LabourListRequestView| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleCode | integer |
None. |
|
| UserId | integer |
None. |
|
| RequestCode | integer |
None. |
|
| startRow | integer |
None. |
|
| endRow | integer |
None. |
|
| searchText | string |
None. |
|
| Subcontractor | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RoleCode": 1,
"UserId": 1,
"RequestCode": 1,
"startRow": 1,
"endRow": 2,
"searchText": "sample string 3",
"Subcontractor": 4
}
application/xml, text/xml
Sample:
<LabourListRequestView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS"> <RequestCode>1</RequestCode> <RoleCode>1</RoleCode> <Subcontractor>4</Subcontractor> <UserId>1</UserId> <endRow>2</endRow> <searchText>sample string 3</searchText> <startRow>1</startRow> </LabourListRequestView>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.