POST api/v1/ReqSave
Request Information
URI Parameters
None.
Body Parameters
ReqSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ReqID | integer |
None. |
|
| ReqDate | date |
None. |
|
| UserID | integer |
None. |
|
| json | string |
None. |
|
| CompID | integer |
None. |
|
| LocID | integer |
None. |
|
| Narration | string |
None. |
|
| ListType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ReqID": 2,
"ReqDate": "2025-12-15T01:07:55.4721226+05:30",
"UserID": 4,
"json": "sample string 5",
"CompID": 6,
"LocID": 7,
"Narration": "sample string 8",
"ListType": "sample string 9"
}
application/xml, text/xml
Sample:
<ReqSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>6</CompID> <ListType>sample string 9</ListType> <LocID>7</LocID> <Mode>sample string 1</Mode> <Narration>sample string 8</Narration> <ReqDate>2025-12-15T01:07:55.4721226+05:30</ReqDate> <ReqID>2</ReqID> <UserID>4</UserID> <json>sample string 5</json> </ReqSaveInput>
application/x-www-form-urlencoded
Sample:
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. |