DELETE api/ASS_BranchTypes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
ASS_BranchTypes| Name | Description | Type | Additional 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>