POST api/ServiceOrderAssign/UpdateServiceOrderAssign
Request Information
URI Parameters
None.
Body Parameters
ServiceOrderAssignDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceOrderAssignId | integer |
None. |
|
| ServiceOrderId | integer |
None. |
|
| ServicePersonId | integer |
None. |
|
| BranchId | integer |
None. |
|
| OrderAssignStatus | byte |
None. |
|
| AssignedOn | date |
None. |
|
| AssignedBy | integer |
None. |
|
| RespondedOn | date |
None. |
|
| Description | string |
None. |
|
| BranchDescription | string |
None. |
|
| RatingCustomer | byte |
None. |
|
| OrderAssignStatusText | string |
None. |
|
| RecordStatus | byte |
None. |
|
| ServiceOrderDto | ServiceOrderDto |
None. |
|
| ServicePersonDto | ServicePersonDto |
None. |
|
| UserDto | UserDto |
None. |
|
| BranchDto | BranchDto |
None. |
|
| ServiceCompanyScheduleDto | Collection of ServiceCompanyScheduleDto |
None. |
|
| ActualRate | decimal number |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
