POST api/JobConditioningCase/SaveJobConditioningCase

Request Information

URI Parameters

None.

Body Parameters

JobConditioningIntakeDTO
NameDescriptionTypeAdditional information
CaseNo

integer

None.

CaseTypeId

integer

None.

EmployeeId

string

String length: inclusive between 0 and 12

CorporationCode

string

String length: inclusive between 0 and 20

ChiefComplain

string

String length: inclusive between 0 and 1000

StatementOfInjury

string

String length: inclusive between 0 and 1000

CorporationName

string

String length: inclusive between 0 and 20

EmployeeJobTitle

string

String length: inclusive between 0 and 4000

LastName

string

String length: inclusive between 0 and 60

FirstName

string

String length: inclusive between 0 and 60

CaseStatus

string

String length: inclusive between 0 and 60

WLName

string

String length: inclusive between 0 and 200

CloseByUserName

string

String length: inclusive between 0 and 100

CloseDate

date

None.

CloseByUserId

integer

None.

Status

integer

None.

CloseCaseByUserName

string

String length: inclusive between 0 and 61

AdministrativeClosureName

string

String length: inclusive between 0 and 100

IntakeCloseDate

date

None.

IntakeCloseByUserId

integer

None.

ReasonForDelete

string

String length: inclusive between 0 and 500

isCloseIntake

boolean

None.

EmployeeWorkLocationCode

string

String length: inclusive between 0 and 20

InsuranceId

integer

None.

PatientCheckinId

integer

None.

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

CompanyCode

string

String length: inclusive between 0 and 20

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CaseNo": 1,
  "CaseTypeId": 1,
  "EmployeeId": "sample string 2",
  "CorporationCode": "sample string 3",
  "ChiefComplain": "sample string 4",
  "StatementOfInjury": "sample string 5",
  "CorporationName": "sample string 6",
  "EmployeeJobTitle": "sample string 7",
  "LastName": "sample string 8",
  "FirstName": "sample string 9",
  "CaseStatus": "sample string 10",
  "WLName": "sample string 11",
  "CloseByUserName": "sample string 12",
  "CloseDate": "2025-04-04T05:03:54.834111-07:00",
  "CloseByUserId": 1,
  "Status": 13,
  "CloseCaseByUserName": "sample string 14",
  "AdministrativeClosureName": "sample string 15",
  "IntakeCloseDate": "2025-04-04T05:03:54.834111-07:00",
  "IntakeCloseByUserId": 1,
  "ReasonForDelete": "sample string 16",
  "isCloseIntake": true,
  "EmployeeWorkLocationCode": "sample string 18",
  "InsuranceId": 1,
  "PatientCheckinId": 1,
  "ValidFlag": true,
  "DateCreated": "2025-04-04T05:03:54.834111-07:00",
  "DateUpdated": "2025-04-04T05:03:54.834111-07:00",
  "UserIDCreated": 22,
  "UserIDUpdated": 23,
  "CompanyCode": "sample string 24",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<JobConditioningIntakeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage.NonInjury">
  <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 24</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:03:54.834111-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:03:54.834111-07:00</DateUpdated>
  <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
  <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">22</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">23</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <AdministrativeClosureName>sample string 15</AdministrativeClosureName>
  <CaseNo>1</CaseNo>
  <CaseStatus>sample string 10</CaseStatus>
  <CaseTypeId>1</CaseTypeId>
  <ChiefComplain>sample string 4</ChiefComplain>
  <CloseByUserId>1</CloseByUserId>
  <CloseByUserName>sample string 12</CloseByUserName>
  <CloseCaseByUserName>sample string 14</CloseCaseByUserName>
  <CloseDate>2025-04-04T05:03:54.834111-07:00</CloseDate>
  <CorporationCode>sample string 3</CorporationCode>
  <CorporationName>sample string 6</CorporationName>
  <EmployeeId>sample string 2</EmployeeId>
  <EmployeeJobTitle>sample string 7</EmployeeJobTitle>
  <EmployeeWorkLocationCode>sample string 18</EmployeeWorkLocationCode>
  <FirstName>sample string 9</FirstName>
  <InsuranceId>1</InsuranceId>
  <IntakeCloseByUserId>1</IntakeCloseByUserId>
  <IntakeCloseDate>2025-04-04T05:03:54.834111-07:00</IntakeCloseDate>
  <LastName>sample string 8</LastName>
  <PatientCheckinId>1</PatientCheckinId>
  <ReasonForDelete>sample string 16</ReasonForDelete>
  <StatementOfInjury>sample string 5</StatementOfInjury>
  <Status>13</Status>
  <WLName>sample string 11</WLName>
  <isCloseIntake>true</isCloseIntake>
</JobConditioningIntakeDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfJobConditioningIntakeDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

JobConditioningIntakeDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "CaseNo": 1,
    "CaseTypeId": 1,
    "EmployeeId": "sample string 2",
    "CorporationCode": "sample string 3",
    "ChiefComplain": "sample string 4",
    "StatementOfInjury": "sample string 5",
    "CorporationName": "sample string 6",
    "EmployeeJobTitle": "sample string 7",
    "LastName": "sample string 8",
    "FirstName": "sample string 9",
    "CaseStatus": "sample string 10",
    "WLName": "sample string 11",
    "CloseByUserName": "sample string 12",
    "CloseDate": "2025-04-04T05:03:54.8573098-07:00",
    "CloseByUserId": 1,
    "Status": 13,
    "CloseCaseByUserName": "sample string 14",
    "AdministrativeClosureName": "sample string 15",
    "IntakeCloseDate": "2025-04-04T05:03:54.8573098-07:00",
    "IntakeCloseByUserId": 1,
    "ReasonForDelete": "sample string 16",
    "isCloseIntake": true,
    "EmployeeWorkLocationCode": "sample string 18",
    "InsuranceId": 1,
    "PatientCheckinId": 1,
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:03:54.8573098-07:00",
    "DateUpdated": "2025-04-04T05:03:54.8573098-07:00",
    "UserIDCreated": 22,
    "UserIDUpdated": 23,
    "CompanyCode": "sample string 24",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfJobConditioningIntakeDTOmhANR0_Pp 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.DTO.NurseTriage.NonInjury">
    <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 24</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:03:54.8573098-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:03:54.8573098-07:00</DateUpdated>
    <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
    <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">22</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">23</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:AdministrativeClosureName>sample string 15</d2p1:AdministrativeClosureName>
    <d2p1:CaseNo>1</d2p1:CaseNo>
    <d2p1:CaseStatus>sample string 10</d2p1:CaseStatus>
    <d2p1:CaseTypeId>1</d2p1:CaseTypeId>
    <d2p1:ChiefComplain>sample string 4</d2p1:ChiefComplain>
    <d2p1:CloseByUserId>1</d2p1:CloseByUserId>
    <d2p1:CloseByUserName>sample string 12</d2p1:CloseByUserName>
    <d2p1:CloseCaseByUserName>sample string 14</d2p1:CloseCaseByUserName>
    <d2p1:CloseDate>2025-04-04T05:03:54.8573098-07:00</d2p1:CloseDate>
    <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
    <d2p1:CorporationName>sample string 6</d2p1:CorporationName>
    <d2p1:EmployeeId>sample string 2</d2p1:EmployeeId>
    <d2p1:EmployeeJobTitle>sample string 7</d2p1:EmployeeJobTitle>
    <d2p1:EmployeeWorkLocationCode>sample string 18</d2p1:EmployeeWorkLocationCode>
    <d2p1:FirstName>sample string 9</d2p1:FirstName>
    <d2p1:InsuranceId>1</d2p1:InsuranceId>
    <d2p1:IntakeCloseByUserId>1</d2p1:IntakeCloseByUserId>
    <d2p1:IntakeCloseDate>2025-04-04T05:03:54.8573098-07:00</d2p1:IntakeCloseDate>
    <d2p1:LastName>sample string 8</d2p1:LastName>
    <d2p1:PatientCheckinId>1</d2p1:PatientCheckinId>
    <d2p1:ReasonForDelete>sample string 16</d2p1:ReasonForDelete>
    <d2p1:StatementOfInjury>sample string 5</d2p1:StatementOfInjury>
    <d2p1:Status>13</d2p1:Status>
    <d2p1:WLName>sample string 11</d2p1:WLName>
    <d2p1:isCloseIntake>true</d2p1:isCloseIntake>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfJobConditioningIntakeDTOmhANR0_Pp>