POST api/v1/ProcessSave
Request Information
URI Parameters
None.
Body Parameters
ProcessSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| CompID | integer |
None. |
|
| LocID | integer |
None. |
|
| ProcessID | integer |
None. |
|
| RMID | integer |
None. |
|
| RMQty | decimal number |
None. |
|
| json | string |
None. |
|
| UserID | integer |
None. |
|
| ProcessNo | string |
None. |
|
| ProcessDate | string |
None. |
|
| Narration | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"CompID": 2,
"LocID": 3,
"ProcessID": 4,
"RMID": 5,
"RMQty": 6.0,
"json": "sample string 7",
"UserID": 8,
"ProcessNo": "sample string 9",
"ProcessDate": "sample string 10",
"Narration": "sample string 11"
}
application/xml, text/xml
Sample:
<ProcessSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>2</CompID> <LocID>3</LocID> <Mode>sample string 1</Mode> <Narration>sample string 11</Narration> <ProcessDate>sample string 10</ProcessDate> <ProcessID>4</ProcessID> <ProcessNo>sample string 9</ProcessNo> <RMID>5</RMID> <RMQty>6</RMQty> <UserID>8</UserID> <json>sample string 7</json> </ProcessSaveInput>
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. |