PUT api/MultiSbdSub
Request Information
URI Parameters
None.
Body Parameters
MultiSarf_sub| Name | Description | Type | Additional information |
|---|---|---|---|
| sand_id | integer |
None. |
|
| dept | decimal number |
None. |
|
| credit | decimal number |
None. |
|
| acc_no | integer |
None. |
|
| notes | string |
None. |
|
| branch | integer |
None. |
|
| omla | integer |
None. |
|
| omlaval | decimal number |
None. |
|
| center | integer |
None. |
|
| refno | string |
None. |
|
| reshd_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"sand_id": 1,
"dept": 1.1,
"credit": 1.1,
"acc_no": 1,
"notes": "sample string 1",
"branch": 1,
"omla": 1,
"omlaval": 1.1,
"center": 1,
"refno": "sample string 2",
"reshd_id": 3
}
application/xml, text/xml
Sample:
<MultiSarf_sub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models"> <acc_no>1</acc_no> <branch>1</branch> <center>1</center> <credit>1.1</credit> <dept>1.1</dept> <notes>sample string 1</notes> <omla>1</omla> <omlaval>1.1</omlaval> <refno>sample string 2</refno> <reshd_id>3</reshd_id> <sand_id>1</sand_id> </MultiSarf_sub>
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. |