POST api/CompanyOperations/BreakCountingOperations
Request Information
URI Parameters
None.
Body Parameters
BreakCount| Name | Description | Type | Additional information |
|---|---|---|---|
| Sno | string |
None. |
|
| UserId | string |
None. |
|
| AuditAssignID | string |
None. |
|
| AuditId | string |
None. |
|
| BreakID | string |
None. |
|
| bCheckerid | string |
None. |
|
| bPickerId | string |
None. |
|
| bHelperId1 | string |
None. |
|
| bHelperId2 | string |
None. |
|
| bHelperId3 | string |
None. |
|
| bHelperId4 | string |
None. |
|
| bHelperId5 | string |
None. |
|
| rCheckerId | string |
None. |
|
| rPickerId | string |
None. |
|
| rHelperId1 | string |
None. |
|
| rHelperId2 | string |
None. |
|
| rHelperId3 | string |
None. |
|
| rHelperId4 | string |
None. |
|
| rHelperId5 | string |
None. |
|
| Reason | string |
None. |
|
| Remarks | string |
None. |
|
| AllTeam | string |
None. |
|
| Status | string |
None. |
|
| CreatedDate | string |
None. |
|
| LastUpdateDate | string |
None. |
|
| Condition | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sno": "sample string 1",
"UserId": "sample string 2",
"AuditAssignID": "sample string 3",
"AuditId": "sample string 4",
"BreakID": "sample string 5",
"bCheckerid": "sample string 6",
"bPickerId": "sample string 7",
"bHelperId1": "sample string 8",
"bHelperId2": "sample string 9",
"bHelperId3": "sample string 10",
"bHelperId4": "sample string 11",
"bHelperId5": "sample string 12",
"rCheckerId": "sample string 13",
"rPickerId": "sample string 14",
"rHelperId1": "sample string 15",
"rHelperId2": "sample string 16",
"rHelperId3": "sample string 17",
"rHelperId4": "sample string 18",
"rHelperId5": "sample string 19",
"Reason": "sample string 20",
"Remarks": "sample string 21",
"AllTeam": "sample string 22",
"Status": "sample string 23",
"CreatedDate": "sample string 24",
"LastUpdateDate": "sample string 25",
"Condition": "sample string 26"
}
application/xml, text/xml
Sample:
<BreakCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.CompanyOperations"> <AllTeam>sample string 22</AllTeam> <AuditAssignID>sample string 3</AuditAssignID> <AuditId>sample string 4</AuditId> <BreakID>sample string 5</BreakID> <Condition>sample string 26</Condition> <CreatedDate>sample string 24</CreatedDate> <LastUpdateDate>sample string 25</LastUpdateDate> <Reason>sample string 20</Reason> <Remarks>sample string 21</Remarks> <Sno>sample string 1</Sno> <Status>sample string 23</Status> <UserId>sample string 2</UserId> <bCheckerid>sample string 6</bCheckerid> <bHelperId1>sample string 8</bHelperId1> <bHelperId2>sample string 9</bHelperId2> <bHelperId3>sample string 10</bHelperId3> <bHelperId4>sample string 11</bHelperId4> <bHelperId5>sample string 12</bHelperId5> <bPickerId>sample string 7</bPickerId> <rCheckerId>sample string 13</rCheckerId> <rHelperId1>sample string 15</rHelperId1> <rHelperId2>sample string 16</rHelperId2> <rHelperId3>sample string 17</rHelperId3> <rHelperId4>sample string 18</rHelperId4> <rHelperId5>sample string 19</rHelperId5> <rPickerId>sample string 14</rPickerId> </BreakCount>
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. |