POST api/Employee/CreateOrUpdateBranchMaster

Request Information

URI Parameters

None.

Body Parameters

BranchMaster
NameDescriptionTypeAdditional information
Name

string

None.

Address

string

None.

Zipcode

string

None.

HospitalId

integer

None.

TimeZoneId

integer

None.

CountryId

integer

None.

StateId

integer

None.

IsActive

boolean

None.

ScribeManId

integer

None.

CityId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "address": "sample string 2",
  "zipcode": "sample string 3",
  "hospitalId": 4,
  "timeZoneId": 5,
  "countryId": 6,
  "stateId": 7,
  "isActive": true,
  "scribeManId": 9,
  "cityId": 10
}

application/xml, text/xml

Sample:
<BranchMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <Address>sample string 2</Address>
  <CityId>10</CityId>
  <CountryId>6</CountryId>
  <HospitalId>4</HospitalId>
  <IsActive>true</IsActive>
  <Name>sample string 1</Name>
  <ScribeManId>9</ScribeManId>
  <StateId>7</StateId>
  <TimeZoneId>5</TimeZoneId>
  <Zipcode>sample string 3</Zipcode>
</BranchMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.