POST api/servicerequest/UpdateStatus
Request Information
URI Parameters
None.
Body Parameters
MServiceRequestApprovalModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | integer |
None. |
|
| Action | string |
None. |
|
| ApproverComment | string |
None. |
|
| SoNo | string |
None. |
|
| InvNo | string |
None. |
|
| InvDate | date |
None. |
|
| CourierName | string |
None. |
|
| LrNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestId": 1,
"Action": "sample string 2",
"ApproverComment": "sample string 3",
"SoNo": "sample string 4",
"InvNo": "sample string 5",
"InvDate": "2026-02-04T20:14:50.1389281+05:30",
"CourierName": "sample string 6",
"LrNumber": "sample string 7"
}
application/xml, text/xml
Sample:
<MServiceRequestApprovalModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrderManagement.Models.ViewModels"> <Action>sample string 2</Action> <ApproverComment>sample string 3</ApproverComment> <CourierName>sample string 6</CourierName> <InvDate>2026-02-04T20:14:50.1389281+05:30</InvDate> <InvNo>sample string 5</InvNo> <LrNumber>sample string 7</LrNumber> <RequestId>1</RequestId> <SoNo>sample string 4</SoNo> </MServiceRequestApprovalModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |