GET api/users/me/odata/useroperations
Gets the user operations list. Retrieves user operations and operations of all users belonging to the same group.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An object of type with a response type of type that contains a list of user operations.
Collection of UserOperationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
UserId | integer |
None. |
|
PartCode | string |
None. |
|
PartName | string |
None. |
|
ReferenceCode | string |
None. |
|
ReferenceDescription | string |
None. |
|
ActionId | integer |
None. |
|
ActionDescription | string |
None. |
|
JobId | integer |
None. |
|
JobDescription | string |
None. |
|
TechnicityId | integer |
None. |
|
Price | decimal number |
None. |
|
Quantity | decimal number |
None. |
|
LabourTime | decimal number |
None. |
|
TotalPrice | decimal number |
None. |
|
GroupName | string |
None. |
|
OperationTypeId | integer |
None. |
|
IsTaxExc | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.