GET api/ServiceOrder/GetSingleServiceOrderLog/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceOrderLogDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceOrderLogId | integer |
None. |
|
| ServiceOrderId | integer |
None. |
|
| LogDetail | string |
None. |
|
| FromServiceProvider | boolean |
None. |
|
| UpdatedOn | date |
None. |
|
| IsPublic | boolean |
None. |
|
| PublicOrderStatus | byte |
None. |
|
| BranchId | integer |
None. |
|
| UserId | integer |
None. |
|
| RecordStatus | byte |
None. |
|
| ServiceOrderDto | ServiceOrderDto |
None. |
|
| UserDto | UserDto |
None. |
|
| BranchDto | BranchDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
