POST api/v1/project/savedocket
Request Information
URI Parameters
None.
Body Parameters
DocketRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Docketno | string |
None. |
|
| Username | string |
None. |
|
| Status | string |
None. |
|
| StoreIncharge | string |
None. |
|
| StoreInChargeNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Docketno": "sample string 1",
"Username": "sample string 2",
"Status": "sample string 3",
"StoreIncharge": "sample string 4",
"StoreInChargeNo": "sample string 5"
}
application/xml, text/xml
Sample:
<DocketRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Docketno>sample string 1</Docketno> <Status>sample string 3</Status> <StoreInChargeNo>sample string 5</StoreInChargeNo> <StoreIncharge>sample string 4</StoreIncharge> <Username>sample string 2</Username> </DocketRequest>
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. |