Provider Credentialing Hours

Create ProviderCredHours

Creates a new ProviderCredHours

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
providerCredKey
required
integer <int32>

ProviderCred Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
providerCredHours_Key
required
integer <int32>

Unique identifier for each hours record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

description
string or null <= 128 characters

Allows the User to create a label or short description for the set of practice/office hours.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

friday_End
string or null <date-time>

End time for Friday's credentialing hours.

friday_Start
string or null <date-time>

Start time for Friday's credentialing hours.

monday_End
string or null <date-time>

End time for Monday's credentialing hours.

monday_Start
string or null <date-time>

Start time for Monday's credentialing hours.

payee_ID
string or null <= 20 characters

Identifier of the Payee associated with the credentialing.

providerCred_Key
required
integer <int32>

Associates these custom hours values with the credentialing process (ProviderCred.ProviderCred_Key) Note: This field is marked as NOT NULL in the database and therefore required by the API.

saturday_End
string or null <date-time>

End time for Saturday's credentialing hours.

saturday_Start
string or null <date-time>

Start time for Saturday's credentialing hours.

sunday_End
string or null <date-time>

End time for Friday's credentialing hours.

sunday_Start
string or null <date-time>

Start time for Friday's credentialing hours.

thursday_End
string or null <date-time>

End time for Thursday's credentialing hours.

thursday_Start
string or null <date-time>

Start time for Thursday's credentialing hours.

tuesday_End
string or null <date-time>

End time for Tuesday's credentialing hours.

tuesday_Start
string or null <date-time>

Start time for Tuesday's credentialing hours.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

wednesday_End
string or null <date-time>

End time for Wednesday's credentialing hours.

wednesday_Start
string or null <date-time>

Start time for Wednesday's credentialing hours.

Responses
200

Success

401

Unauthorized

post/provider-credentialing/{providerCredKey}/hours
Request samples
{
  • "providerCredHours_Key": 0,
  • "description": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "friday_End": "2019-08-24T14:15:22Z",
  • "friday_Start": "2019-08-24T14:15:22Z",
  • "monday_End": "2019-08-24T14:15:22Z",
  • "monday_Start": "2019-08-24T14:15:22Z",
  • "payee_ID": "string",
  • "providerCred_Key": 0,
  • "saturday_End": "2019-08-24T14:15:22Z",
  • "saturday_Start": "2019-08-24T14:15:22Z",
  • "sunday_End": "2019-08-24T14:15:22Z",
  • "sunday_Start": "2019-08-24T14:15:22Z",
  • "thursday_End": "2019-08-24T14:15:22Z",
  • "thursday_Start": "2019-08-24T14:15:22Z",
  • "tuesday_End": "2019-08-24T14:15:22Z",
  • "tuesday_Start": "2019-08-24T14:15:22Z",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "wednesday_End": "2019-08-24T14:15:22Z",
  • "wednesday_Start": "2019-08-24T14:15:22Z"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List ProviderCredHours

Lists all ProviderCredHours for the given providerCredKey

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
providerCredKey
required
integer <int32>

ProviderCred Key

query Parameters
page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/provider-credentialing/{providerCredKey}/hours
Request samples
Response samples
No sample

Get ProviderCredHours

Gets ProviderCredHours

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
providerCredKey
required
integer <int32>

ProviderCred Key

providerCredHoursKey
required
integer <int32>

ProviderCredHours Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/provider-credentialing/{providerCredKey}/hours/{providerCredHoursKey}
Request samples
Response samples
No sample

Update ProviderCredHours

Updates a specific ProviderCredHours.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
providerCredKey
required
integer <int32>

ProviderCred Key

providerCredHoursKey
required
integer <int32>

ProviderCredHours Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
providerCredHours_Key
required
integer <int32>

Unique identifier for each hours record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

description
string or null <= 128 characters

Allows the User to create a label or short description for the set of practice/office hours.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

friday_End
string or null <date-time>

End time for Friday's credentialing hours.

friday_Start
string or null <date-time>

Start time for Friday's credentialing hours.

monday_End
string or null <date-time>

End time for Monday's credentialing hours.

monday_Start
string or null <date-time>

Start time for Monday's credentialing hours.

payee_ID
string or null <= 20 characters

Identifier of the Payee associated with the credentialing.

providerCred_Key
required
integer <int32>

Associates these custom hours values with the credentialing process (ProviderCred.ProviderCred_Key) Note: This field is marked as NOT NULL in the database and therefore required by the API.

saturday_End
string or null <date-time>

End time for Saturday's credentialing hours.

saturday_Start
string or null <date-time>

Start time for Saturday's credentialing hours.

sunday_End
string or null <date-time>

End time for Friday's credentialing hours.

sunday_Start
string or null <date-time>

Start time for Friday's credentialing hours.

thursday_End
string or null <date-time>

End time for Thursday's credentialing hours.

thursday_Start
string or null <date-time>

Start time for Thursday's credentialing hours.

tuesday_End
string or null <date-time>

End time for Tuesday's credentialing hours.

tuesday_Start
string or null <date-time>

Start time for Tuesday's credentialing hours.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

wednesday_End
string or null <date-time>

End time for Wednesday's credentialing hours.

wednesday_Start
string or null <date-time>

Start time for Wednesday's credentialing hours.

Responses
200

Success

401

Unauthorized

put/provider-credentialing/{providerCredKey}/hours/{providerCredHoursKey}
Request samples
{
  • "providerCredHours_Key": 0,
  • "description": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "friday_End": "2019-08-24T14:15:22Z",
  • "friday_Start": "2019-08-24T14:15:22Z",
  • "monday_End": "2019-08-24T14:15:22Z",
  • "monday_Start": "2019-08-24T14:15:22Z",
  • "payee_ID": "string",
  • "providerCred_Key": 0,
  • "saturday_End": "2019-08-24T14:15:22Z",
  • "saturday_Start": "2019-08-24T14:15:22Z",
  • "sunday_End": "2019-08-24T14:15:22Z",
  • "sunday_Start": "2019-08-24T14:15:22Z",
  • "thursday_End": "2019-08-24T14:15:22Z",
  • "thursday_Start": "2019-08-24T14:15:22Z",
  • "tuesday_End": "2019-08-24T14:15:22Z",
  • "tuesday_Start": "2019-08-24T14:15:22Z",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string",
  • "wednesday_End": "2019-08-24T14:15:22Z",
  • "wednesday_Start": "2019-08-24T14:15:22Z"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete ProviderCredHours

Deletes an ProviderCredHours

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
providerCredKey
required
integer <int32>

ProviderCred Key

providerCredHoursKey
required
integer <int32>

ProviderCredHours Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/provider-credentialing/{providerCredKey}/hours/{providerCredHoursKey}
Request samples

Create or Update Batch ProviderCredHours

Create or Update multiple ProviderCredHours at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
providerCredKey
required
integer <int32>

ProviderCred Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
providerCredHours_Key
required
integer <int32>

Unique identifier for each hours record. Note: This field is marked as NOT NULL in the database and therefore required by the API.

description
string or null <= 128 characters

Allows the User to create a label or short description for the set of practice/office hours.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

friday_End
string or null <date-time>

End time for Friday's credentialing hours.

friday_Start
string or null <date-time>

Start time for Friday's credentialing hours.

monday_End
string or null <date-time>

End time for Monday's credentialing hours.

monday_Start
string or null <date-time>

Start time for Monday's credentialing hours.

payee_ID
string or null <= 20 characters

Identifier of the Payee associated with the credentialing.

providerCred_Key
required
integer <int32>

Associates these custom hours values with the credentialing process (ProviderCred.ProviderCred_Key) Note: This field is marked as NOT NULL in the database and therefore required by the API.

saturday_End
string or null <date-time>

End time for Saturday's credentialing hours.

saturday_Start
string or null <date-time>

Start time for Saturday's credentialing hours.

sunday_End
string or null <date-time>

End time for Friday's credentialing hours.

sunday_Start
string or null <date-time>

Start time for Friday's credentialing hours.

thursday_End
string or null <date-time>

End time for Thursday's credentialing hours.

thursday_Start
string or null <date-time>

Start time for Thursday's credentialing hours.

tuesday_End
string or null <date-time>

End time for Tuesday's credentialing hours.

tuesday_Start
string or null <date-time>

Start time for Tuesday's credentialing hours.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

wednesday_End
string or null <date-time>

End time for Wednesday's credentialing hours.

wednesday_Start
string or null <date-time>

Start time for Wednesday's credentialing hours.

Responses
207

Success

401

Unauthorized

put/provider-credentialing/{providerCredKey}/hours-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}