POST api/Insert_DSRReporting
Request Information
URI Parameters
None.
Body Parameters
SyncDSRUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| obj_tbl_DSRReporting_Li | Collection of tbl_DSRReporting |
None. |
Request Formats
application/json, text/json
Sample:
{
"obj_tbl_DSRReporting_Li": [
{
"DSRReporting_AddedBy": 1,
"DSRReporting_AddedOn": "sample string 2",
"DSRReporting_ApprovedOn": "sample string 3",
"DSRReporting_Date": "sample string 4",
"DSRReporting_DSRStatus_Id": 5,
"DSRReporting_Employee_PersonId": 6,
"DSRReporting_Id": 7,
"DSRReporting_Manager_PersonId": 8,
"DSRReporting_ModifiedBy": 9,
"DSRReporting_ModifiedOn": "sample string 10",
"DSRReporting_Status": 11,
"DSRReporting_Type": "sample string 12",
"DSRReporting_Comment": "sample string 13",
"DSRReporting_Rating": 14
},
{
"DSRReporting_AddedBy": 1,
"DSRReporting_AddedOn": "sample string 2",
"DSRReporting_ApprovedOn": "sample string 3",
"DSRReporting_Date": "sample string 4",
"DSRReporting_DSRStatus_Id": 5,
"DSRReporting_Employee_PersonId": 6,
"DSRReporting_Id": 7,
"DSRReporting_Manager_PersonId": 8,
"DSRReporting_ModifiedBy": 9,
"DSRReporting_ModifiedOn": "sample string 10",
"DSRReporting_Status": 11,
"DSRReporting_Type": "sample string 12",
"DSRReporting_Comment": "sample string 13",
"DSRReporting_Rating": 14
}
]
}
application/xml, text/xml
Sample:
<SyncDSRUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models">
<obj_tbl_DSRReporting_Li>
<tbl_DSRReporting>
<DSRReporting_AddedBy>1</DSRReporting_AddedBy>
<DSRReporting_AddedOn>sample string 2</DSRReporting_AddedOn>
<DSRReporting_ApprovedOn>sample string 3</DSRReporting_ApprovedOn>
<DSRReporting_Comment>sample string 13</DSRReporting_Comment>
<DSRReporting_DSRStatus_Id>5</DSRReporting_DSRStatus_Id>
<DSRReporting_Date>sample string 4</DSRReporting_Date>
<DSRReporting_Employee_PersonId>6</DSRReporting_Employee_PersonId>
<DSRReporting_Id>7</DSRReporting_Id>
<DSRReporting_Manager_PersonId>8</DSRReporting_Manager_PersonId>
<DSRReporting_ModifiedBy>9</DSRReporting_ModifiedBy>
<DSRReporting_ModifiedOn>sample string 10</DSRReporting_ModifiedOn>
<DSRReporting_Rating>14</DSRReporting_Rating>
<DSRReporting_Status>11</DSRReporting_Status>
<DSRReporting_Type>sample string 12</DSRReporting_Type>
</tbl_DSRReporting>
<tbl_DSRReporting>
<DSRReporting_AddedBy>1</DSRReporting_AddedBy>
<DSRReporting_AddedOn>sample string 2</DSRReporting_AddedOn>
<DSRReporting_ApprovedOn>sample string 3</DSRReporting_ApprovedOn>
<DSRReporting_Comment>sample string 13</DSRReporting_Comment>
<DSRReporting_DSRStatus_Id>5</DSRReporting_DSRStatus_Id>
<DSRReporting_Date>sample string 4</DSRReporting_Date>
<DSRReporting_Employee_PersonId>6</DSRReporting_Employee_PersonId>
<DSRReporting_Id>7</DSRReporting_Id>
<DSRReporting_Manager_PersonId>8</DSRReporting_Manager_PersonId>
<DSRReporting_ModifiedBy>9</DSRReporting_ModifiedBy>
<DSRReporting_ModifiedOn>sample string 10</DSRReporting_ModifiedOn>
<DSRReporting_Rating>14</DSRReporting_Rating>
<DSRReporting_Status>11</DSRReporting_Status>
<DSRReporting_Type>sample string 12</DSRReporting_Type>
</tbl_DSRReporting>
</obj_tbl_DSRReporting_Li>
</SyncDSRUpdate>
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. |