POST api/NTQA/PostCasesQA
Request Information
URI Parameters
None.
Body Parameters
Collection of NTCasesQADTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseNo | integer |
None. |
|
| Status | integer |
None. |
|
| IncidentDate | string |
String length: inclusive between 0 and 20 |
|
| InjuryType | string |
String length: inclusive between 0 and 50 |
|
| EmployeeID | string |
String length: inclusive between 0 and 20 |
|
| CompanyEmployeeId | string |
String length: inclusive between 0 and 20 |
|
| LastName | string |
String length: inclusive between 0 and 50 |
|
| FirstName | string |
String length: inclusive between 0 and 50 |
|
| DOB | string |
String length: inclusive between 0 and 20 |
|
| CompanyName | string |
String length: inclusive between 0 and 50 |
|
| WLName | string |
String length: inclusive between 0 and 20 |
|
| LevelOfCare | string |
String length: inclusive between 0 and 250 |
|
| CompanyCode | string |
String length: inclusive between 0 and 10 |
|
| Correct | boolean |
None. |
|
| InCorrect | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CaseNo": 1,
"Status": 1,
"IncidentDate": "sample string 2",
"InjuryType": "sample string 3",
"EmployeeID": "sample string 4",
"CompanyEmployeeId": "sample string 5",
"LastName": "sample string 6",
"FirstName": "sample string 7",
"DOB": "sample string 8",
"CompanyName": "sample string 9",
"WLName": "sample string 10",
"LevelOfCare": "sample string 11",
"CompanyCode": "sample string 12",
"Correct": true,
"InCorrect": true
},
{
"CaseNo": 1,
"Status": 1,
"IncidentDate": "sample string 2",
"InjuryType": "sample string 3",
"EmployeeID": "sample string 4",
"CompanyEmployeeId": "sample string 5",
"LastName": "sample string 6",
"FirstName": "sample string 7",
"DOB": "sample string 8",
"CompanyName": "sample string 9",
"WLName": "sample string 10",
"LevelOfCare": "sample string 11",
"CompanyCode": "sample string 12",
"Correct": true,
"InCorrect": true
}
]
application/xml, text/xml
Sample:
<ArrayOfNTCasesQADTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<NTCasesQADTO>
<CaseNo>1</CaseNo>
<CompanyCode>sample string 12</CompanyCode>
<CompanyEmployeeId>sample string 5</CompanyEmployeeId>
<CompanyName>sample string 9</CompanyName>
<Correct>true</Correct>
<DOB>sample string 8</DOB>
<EmployeeID>sample string 4</EmployeeID>
<FirstName>sample string 7</FirstName>
<InCorrect>true</InCorrect>
<IncidentDate>sample string 2</IncidentDate>
<InjuryType>sample string 3</InjuryType>
<LastName>sample string 6</LastName>
<LevelOfCare>sample string 11</LevelOfCare>
<Status>1</Status>
<WLName>sample string 10</WLName>
</NTCasesQADTO>
<NTCasesQADTO>
<CaseNo>1</CaseNo>
<CompanyCode>sample string 12</CompanyCode>
<CompanyEmployeeId>sample string 5</CompanyEmployeeId>
<CompanyName>sample string 9</CompanyName>
<Correct>true</Correct>
<DOB>sample string 8</DOB>
<EmployeeID>sample string 4</EmployeeID>
<FirstName>sample string 7</FirstName>
<InCorrect>true</InCorrect>
<IncidentDate>sample string 2</IncidentDate>
<InjuryType>sample string 3</InjuryType>
<LastName>sample string 6</LastName>
<LevelOfCare>sample string 11</LevelOfCare>
<Status>1</Status>
<WLName>sample string 10</WLName>
</NTCasesQADTO>
</ArrayOfNTCasesQADTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfListOfNTCasesQADTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of NTCasesQADTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"CaseNo": 1,
"Status": 1,
"IncidentDate": "sample string 2",
"InjuryType": "sample string 3",
"EmployeeID": "sample string 4",
"CompanyEmployeeId": "sample string 5",
"LastName": "sample string 6",
"FirstName": "sample string 7",
"DOB": "sample string 8",
"CompanyName": "sample string 9",
"WLName": "sample string 10",
"LevelOfCare": "sample string 11",
"CompanyCode": "sample string 12",
"Correct": true,
"InCorrect": true
},
{
"CaseNo": 1,
"Status": 1,
"IncidentDate": "sample string 2",
"InjuryType": "sample string 3",
"EmployeeID": "sample string 4",
"CompanyEmployeeId": "sample string 5",
"LastName": "sample string 6",
"FirstName": "sample string 7",
"DOB": "sample string 8",
"CompanyName": "sample string 9",
"WLName": "sample string 10",
"LevelOfCare": "sample string 11",
"CompanyCode": "sample string 12",
"Correct": true,
"InCorrect": true
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfNTCasesQADTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<d2p1:NTCasesQADTO>
<d2p1:CaseNo>1</d2p1:CaseNo>
<d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
<d2p1:CompanyEmployeeId>sample string 5</d2p1:CompanyEmployeeId>
<d2p1:CompanyName>sample string 9</d2p1:CompanyName>
<d2p1:Correct>true</d2p1:Correct>
<d2p1:DOB>sample string 8</d2p1:DOB>
<d2p1:EmployeeID>sample string 4</d2p1:EmployeeID>
<d2p1:FirstName>sample string 7</d2p1:FirstName>
<d2p1:InCorrect>true</d2p1:InCorrect>
<d2p1:IncidentDate>sample string 2</d2p1:IncidentDate>
<d2p1:InjuryType>sample string 3</d2p1:InjuryType>
<d2p1:LastName>sample string 6</d2p1:LastName>
<d2p1:LevelOfCare>sample string 11</d2p1:LevelOfCare>
<d2p1:Status>1</d2p1:Status>
<d2p1:WLName>sample string 10</d2p1:WLName>
</d2p1:NTCasesQADTO>
<d2p1:NTCasesQADTO>
<d2p1:CaseNo>1</d2p1:CaseNo>
<d2p1:CompanyCode>sample string 12</d2p1:CompanyCode>
<d2p1:CompanyEmployeeId>sample string 5</d2p1:CompanyEmployeeId>
<d2p1:CompanyName>sample string 9</d2p1:CompanyName>
<d2p1:Correct>true</d2p1:Correct>
<d2p1:DOB>sample string 8</d2p1:DOB>
<d2p1:EmployeeID>sample string 4</d2p1:EmployeeID>
<d2p1:FirstName>sample string 7</d2p1:FirstName>
<d2p1:InCorrect>true</d2p1:InCorrect>
<d2p1:IncidentDate>sample string 2</d2p1:IncidentDate>
<d2p1:InjuryType>sample string 3</d2p1:InjuryType>
<d2p1:LastName>sample string 6</d2p1:LastName>
<d2p1:LevelOfCare>sample string 11</d2p1:LevelOfCare>
<d2p1:Status>1</d2p1:Status>
<d2p1:WLName>sample string 10</d2p1:WLName>
</d2p1:NTCasesQADTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfNTCasesQADTO3NYuOdgi>