POST api/ASS_BranchTypes

Request Information

URI Parameters

None.

Body Parameters

ASS_BranchTypes
NameDescriptionTypeAdditional information
idBranchType

decimal number

None.

branchType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idBranchType": 1.0,
  "branchType": "sample string 2"
}

text/html

Sample:
{"idBranchType":1.0,"branchType":"sample string 2"}

application/xml, text/xml

Sample:
<ASS_BranchTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <branchType>sample string 2</branchType>
  <idBranchType>1</idBranchType>
</ASS_BranchTypes>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ASS_BranchTypes
NameDescriptionTypeAdditional information
idBranchType

decimal number

None.

branchType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "idBranchType": 1.0,
  "branchType": "sample string 2"
}

text/html

Sample:
{"idBranchType":1.0,"branchType":"sample string 2"}

application/xml, text/xml

Sample:
<ASS_BranchTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <branchType>sample string 2</branchType>
  <idBranchType>1</idBranchType>
</ASS_BranchTypes>