PUT api/Doctors/AssignLocations

Request Information

URI Parameters

None.

Body Parameters

DoctorLocationsDto
NameDescriptionTypeAdditional information
DoctorId

integer

Required

LocationIds

Collection of integer

Required

Request Formats

application/json, text/json

Sample:
{
  "DoctorId": 1,
  "LocationIds": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Result

Object

None.

StatusCode

integer

None.

StatusGroup

string

None.

Details

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.