POST api/values/insert_hrjv
Request Information
URI Parameters
None.
Body Parameters
HR_JV_Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| BLDAT | date |
None. |
|
| BLART | string |
None. |
|
| BUKRS | string |
None. |
|
| BUDAT | string |
None. |
|
| WAERS | string |
None. |
|
| XBLNR | string |
None. |
|
| BKTXT | string |
None. |
|
| BSCHL | string |
None. |
|
| HKONT | string |
None. |
|
| DMBTR | string |
None. |
|
| GSBER | string |
None. |
|
| PRCTR | string |
None. |
|
| KOSTL | string |
None. |
|
| ZUONR | string |
None. |
|
| SGTXT | string |
None. |
|
| Cdate | string |
None. |
|
| Status | string |
None. |
|
| SAP_Response | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"BLDAT": "2025-12-12T17:50:17.6829507+05:30",
"BLART": "sample string 3",
"BUKRS": "sample string 4",
"BUDAT": "sample string 5",
"WAERS": "sample string 6",
"XBLNR": "sample string 7",
"BKTXT": "sample string 8",
"BSCHL": "sample string 9",
"HKONT": "sample string 10",
"DMBTR": "sample string 11",
"GSBER": "sample string 12",
"PRCTR": "sample string 13",
"KOSTL": "sample string 14",
"ZUONR": "sample string 15",
"SGTXT": "sample string 16",
"Cdate": "sample string 17",
"Status": "sample string 18",
"SAP_Response": "sample string 19"
}
application/xml, text/xml
Sample:
<HR_JV_Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI2.Controllers"> <BKTXT>sample string 8</BKTXT> <BLART>sample string 3</BLART> <BLDAT>2025-12-12T17:50:17.6829507+05:30</BLDAT> <BSCHL>sample string 9</BSCHL> <BUDAT>sample string 5</BUDAT> <BUKRS>sample string 4</BUKRS> <Cdate>sample string 17</Cdate> <DMBTR>sample string 11</DMBTR> <GSBER>sample string 12</GSBER> <HKONT>sample string 10</HKONT> <ID>sample string 1</ID> <KOSTL>sample string 14</KOSTL> <PRCTR>sample string 13</PRCTR> <SAP_Response>sample string 19</SAP_Response> <SGTXT>sample string 16</SGTXT> <Status>sample string 18</Status> <WAERS>sample string 6</WAERS> <XBLNR>sample string 7</XBLNR> <ZUONR>sample string 15</ZUONR> </HR_JV_Entity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.