POST api/Divisions/{id}/copy

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Division
NameDescriptionTypeAdditional information
DIVISION_ID

integer

None.

NAME

string

None.

AUTO_PATID

boolean

None.

PATID_SEED

integer

None.

EMR

boolean

None.

CLIENT_NAME

string

None.

HOSPITALIZATION_ID

string

None.

TEAM_CLIENT

boolean

None.

TIME_ZONE

string

None.

PW_DAYS

integer

None.

BUSINESS_HOURS_FROM

time interval

None.

BUSINESS_HOURS_TO

time interval

None.

DAYS_OF_WEEK

string

None.

COMPLETE_AND_PRINT

boolean

None.

DOCS_VIRTUAL_PATH

string

None.

DOCS_PHISICAL_PATH

string

None.

SESSION_TIMEOUT

integer

None.

LOGO_LETTERS

string

None.

LOGO

string

None.

FEE

decimal number

None.

OLD

integer

None.

COACH_NAME

string

None.

ACTIVE

boolean

None.

RELOAD_METHOD

string

None.

BILLING_TYPE

integer

None.

INCLUDE_CPT

boolean

None.

CONTRACT_RENEWAL_DATE

date

None.

PAT_ORIENTED_TASKS_ENABLED

boolean

None.

TWOFA_ENABLED

boolean

None.

REMEMBER_BROWSER

boolean

None.

MESSAGES_YEARLY_COUNTER

integer

None.

LATEST_RENEWAL_DATE

date

None.

INCLUDES_SMS_TASKS

boolean

None.

INCLUDES_MEASURES

boolean

None.

MESSAGING_PHONE_NUMBER

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DIVISION_ID": 1,
  "NAME": "sample string 2",
  "AUTO_PATID": true,
  "PATID_SEED": 4,
  "EMR": true,
  "CLIENT_NAME": "sample string 6",
  "HOSPITALIZATION_ID": "sample string 7",
  "TEAM_CLIENT": true,
  "TIME_ZONE": "sample string 9",
  "PW_DAYS": 1,
  "BUSINESS_HOURS_FROM": "00:00:00.1234567",
  "BUSINESS_HOURS_TO": "00:00:00.1234567",
  "DAYS_OF_WEEK": "sample string 10",
  "COMPLETE_AND_PRINT": true,
  "DOCS_VIRTUAL_PATH": "sample string 11",
  "DOCS_PHISICAL_PATH": "sample string 12",
  "SESSION_TIMEOUT": 13,
  "LOGO_LETTERS": "sample string 14",
  "LOGO": "sample string 15",
  "FEE": 1.0,
  "OLD": 1,
  "COACH_NAME": "sample string 16",
  "ACTIVE": true,
  "RELOAD_METHOD": "sample string 18",
  "BILLING_TYPE": 19,
  "INCLUDE_CPT": true,
  "CONTRACT_RENEWAL_DATE": "2025-08-29T02:54:07.893076+00:00",
  "PAT_ORIENTED_TASKS_ENABLED": true,
  "TWOFA_ENABLED": true,
  "REMEMBER_BROWSER": true,
  "MESSAGES_YEARLY_COUNTER": 24,
  "LATEST_RENEWAL_DATE": "2025-08-29T02:54:07.893076+00:00",
  "INCLUDES_SMS_TASKS": true,
  "INCLUDES_MEASURES": true,
  "MESSAGING_PHONE_NUMBER": "sample string 25"
}

application/octet-stream

Sample:
{"DIVISION_ID":1,"NAME":"sample string 2","AUTO_PATID":true,"PATID_SEED":4,"EMR":true,"CLIENT_NAME":"sample string 6","HOSPITALIZATION_ID":"sample string 7","TEAM_CLIENT":true,"TIME_ZONE":"sample string 9","PW_DAYS":1,"BUSINESS_HOURS_FROM":"00:00:00.1234567","BUSINESS_HOURS_TO":"00:00:00.1234567","DAYS_OF_WEEK":"sample string 10","COMPLETE_AND_PRINT":true,"DOCS_VIRTUAL_PATH":"sample string 11","DOCS_PHISICAL_PATH":"sample string 12","SESSION_TIMEOUT":13,"LOGO_LETTERS":"sample string 14","LOGO":"sample string 15","FEE":1.0,"OLD":1,"COACH_NAME":"sample string 16","ACTIVE":true,"RELOAD_METHOD":"sample string 18","BILLING_TYPE":19,"INCLUDE_CPT":true,"CONTRACT_RENEWAL_DATE":"2025-08-29T02:54:07.893076+00:00","PAT_ORIENTED_TASKS_ENABLED":true,"TWOFA_ENABLED":true,"REMEMBER_BROWSER":true,"MESSAGES_YEARLY_COUNTER":24,"LATEST_RENEWAL_DATE":"2025-08-29T02:54:07.893076+00:00","INCLUDES_SMS_TASKS":true,"INCLUDES_MEASURES":true,"MESSAGING_PHONE_NUMBER":"sample string 25"}

application/xml, text/xml

Sample:
<Division xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DIVISION_ID>1</DIVISION_ID>
  <NAME>sample string 2</NAME>
  <AUTO_PATID>true</AUTO_PATID>
  <PATID_SEED>4</PATID_SEED>
  <EMR>true</EMR>
  <CLIENT_NAME>sample string 6</CLIENT_NAME>
  <HOSPITALIZATION_ID>sample string 7</HOSPITALIZATION_ID>
  <TEAM_CLIENT>true</TEAM_CLIENT>
  <TIME_ZONE>sample string 9</TIME_ZONE>
  <PW_DAYS>1</PW_DAYS>
  <BUSINESS_HOURS_FROM />
  <BUSINESS_HOURS_TO />
  <DAYS_OF_WEEK>sample string 10</DAYS_OF_WEEK>
  <COMPLETE_AND_PRINT>true</COMPLETE_AND_PRINT>
  <DOCS_VIRTUAL_PATH>sample string 11</DOCS_VIRTUAL_PATH>
  <DOCS_PHISICAL_PATH>sample string 12</DOCS_PHISICAL_PATH>
  <SESSION_TIMEOUT>13</SESSION_TIMEOUT>
  <LOGO_LETTERS>sample string 14</LOGO_LETTERS>
  <LOGO>sample string 15</LOGO>
  <FEE>1</FEE>
  <OLD>1</OLD>
  <COACH_NAME>sample string 16</COACH_NAME>
  <ACTIVE>true</ACTIVE>
  <RELOAD_METHOD>sample string 18</RELOAD_METHOD>
  <BILLING_TYPE>19</BILLING_TYPE>
  <INCLUDE_CPT>true</INCLUDE_CPT>
  <CONTRACT_RENEWAL_DATE>2025-08-29T02:54:07.893076+00:00</CONTRACT_RENEWAL_DATE>
  <PAT_ORIENTED_TASKS_ENABLED>true</PAT_ORIENTED_TASKS_ENABLED>
  <TWOFA_ENABLED>true</TWOFA_ENABLED>
  <REMEMBER_BROWSER>true</REMEMBER_BROWSER>
  <MESSAGES_YEARLY_COUNTER>24</MESSAGES_YEARLY_COUNTER>
  <LATEST_RENEWAL_DATE>2025-08-29T02:54:07.893076+00:00</LATEST_RENEWAL_DATE>
  <INCLUDES_SMS_TASKS>true</INCLUDES_SMS_TASKS>
  <INCLUDES_MEASURES>true</INCLUDES_MEASURES>
  <MESSAGING_PHONE_NUMBER>sample string 25</MESSAGING_PHONE_NUMBER>
</Division>