POST api/getAllBranch
Request Information
URI Parameters
None.
Body Parameters
getBranchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| provCode | string |
None. |
|
| branchCode | string |
None. |
|
| branchName | string |
None. |
|
| isActive | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"provCode": "sample string 1",
"branchCode": "sample string 2",
"branchName": "sample string 3",
"isActive": "sample string 4"
}
application/xml, text/xml
Sample:
<getBranchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <branchCode>sample string 2</branchCode> <branchName>sample string 3</branchName> <isActive>sample string 4</isActive> <provCode>sample string 1</provCode> </getBranchRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.