POST SaveSarfaesiDemandNoticeMovableImmuvableDetails
Request Information
URI Parameters
None.
Body Parameters
MOVABLE| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| M_ID | integer |
None. |
|
| PRODUCT_DISCRIPTION | string |
None. |
|
| NAME_OF_TITILE_HOLDER | string |
None. |
|
| ASSETID | string |
None. |
|
| ASSETTYPE | string |
None. |
|
| ASSETNAME | string |
None. |
|
| CUSTOMER_NAME | string |
None. |
|
| ASSETDESCRIPTION | string |
None. |
|
| CUSTOMERNO | string |
None. |
|
| MAKER_ID | string |
None. |
|
| MAKING_TIME | string |
None. |
|
| IS_SELECTFOR_PRINT | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"M_ID": 2,
"PRODUCT_DISCRIPTION": "sample string 3",
"NAME_OF_TITILE_HOLDER": "sample string 4",
"ASSETID": "sample string 5",
"ASSETTYPE": "sample string 6",
"ASSETNAME": "sample string 7",
"CUSTOMER_NAME": "sample string 8",
"ASSETDESCRIPTION": "sample string 9",
"CUSTOMERNO": "sample string 10",
"MAKER_ID": "sample string 11",
"MAKING_TIME": "sample string 12",
"IS_SELECTFOR_PRINT": "sample string 13"
}
application/xml, text/xml
Sample:
<ClsGeneral.MOVABLE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportAPI.Models"> <ASSETDESCRIPTION>sample string 9</ASSETDESCRIPTION> <ASSETID>sample string 5</ASSETID> <ASSETNAME>sample string 7</ASSETNAME> <ASSETTYPE>sample string 6</ASSETTYPE> <CUSTOMERNO>sample string 10</CUSTOMERNO> <CUSTOMER_NAME>sample string 8</CUSTOMER_NAME> <ID>1</ID> <IS_SELECTFOR_PRINT>sample string 13</IS_SELECTFOR_PRINT> <MAKER_ID>sample string 11</MAKER_ID> <MAKING_TIME>sample string 12</MAKING_TIME> <M_ID>2</M_ID> <NAME_OF_TITILE_HOLDER>sample string 4</NAME_OF_TITILE_HOLDER> <PRODUCT_DISCRIPTION>sample string 3</PRODUCT_DISCRIPTION> </ClsGeneral.MOVABLE>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.