POST api/Branches
Request Information
URI Parameters
None.
Body Parameters
CreateBranchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Address | string |
None. |
|
| State | string |
None. |
|
| GSTNo | string |
None. |
|
| PANNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Address": "sample string 2",
"State": "sample string 3",
"GSTNo": "sample string 4",
"PANNo": "sample string 5"
}
application/xml, text/xml
Sample:
<CreateBranchDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Logic.DTOs"> <Address>sample string 2</Address> <GSTNo>sample string 4</GSTNo> <Name>sample string 1</Name> <PANNo>sample string 5</PANNo> <State>sample string 3</State> </CreateBranchDto>
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.