GET api/Job/GetJobSalary/{jobId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jobId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceWorkerSalaryModelName | Description | Type | Additional information |
---|---|---|---|
ServiceWorkerId | string |
None. |
|
JobId | integer |
None. |
|
JobNumber | string |
None. |
|
ServiceWorkerName | string |
None. |
|
SequenceNo | integer |
None. |
|
Quantity | integer |
None. |
|
Text | string |
None. |
|
Total | decimal number |
None. |
|
CreatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ServiceWorkerId": "sample string 1", "JobId": 2, "JobNumber": "sample string 3", "ServiceWorkerName": "sample string 4", "SequenceNo": 5, "Quantity": 6, "Text": "sample string 7", "Total": 1.0, "CreatedOn": "2025-05-17T00:09:28.2447027Z" }, { "ServiceWorkerId": "sample string 1", "JobId": 2, "JobNumber": "sample string 3", "ServiceWorkerName": "sample string 4", "SequenceNo": 5, "Quantity": 6, "Text": "sample string 7", "Total": 1.0, "CreatedOn": "2025-05-17T00:09:28.2447027Z" } ]
text/html
Sample:
[{"ServiceWorkerId":"sample string 1","JobId":2,"JobNumber":"sample string 3","ServiceWorkerName":"sample string 4","SequenceNo":5,"Quantity":6,"Text":"sample string 7","Total":1.0,"CreatedOn":"2025-05-17T00:09:28.2447027Z"},{"ServiceWorkerId":"sample string 1","JobId":2,"JobNumber":"sample string 3","ServiceWorkerName":"sample string 4","SequenceNo":5,"Quantity":6,"Text":"sample string 7","Total":1.0,"CreatedOn":"2025-05-17T00:09:28.2447027Z"}]
application/xml, text/xml
Sample:
<ArrayOfServiceWorkerSalaryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job"> <ServiceWorkerSalaryModel> <CreatedOn>2025-05-17T00:09:28.2447027Z</CreatedOn> <JobId>2</JobId> <JobNumber>sample string 3</JobNumber> <Quantity>6</Quantity> <SequenceNo>5</SequenceNo> <ServiceWorkerId>sample string 1</ServiceWorkerId> <ServiceWorkerName>sample string 4</ServiceWorkerName> <Text>sample string 7</Text> <Total>1</Total> </ServiceWorkerSalaryModel> <ServiceWorkerSalaryModel> <CreatedOn>2025-05-17T00:09:28.2447027Z</CreatedOn> <JobId>2</JobId> <JobNumber>sample string 3</JobNumber> <Quantity>6</Quantity> <SequenceNo>5</SequenceNo> <ServiceWorkerId>sample string 1</ServiceWorkerId> <ServiceWorkerName>sample string 4</ServiceWorkerName> <Text>sample string 7</Text> <Total>1</Total> </ServiceWorkerSalaryModel> </ArrayOfServiceWorkerSalaryModel>