POST api/Organization/CreateOrganization
Request Information
URI Parameters
None.
Body Parameters
tbl_Organization| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| OrgName | string |
None. |
|
| OrgLogo | string |
None. |
|
| MobileNo | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| Dist | string |
None. |
|
| Pincode | string |
None. |
|
| PaymentURL | string |
None. |
|
| BranchesAllowed | integer |
None. |
|
| AppVersion | integer |
None. |
|
| sts | string |
None. |
|
| Edate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"OrgName": "sample string 2",
"OrgLogo": "sample string 3",
"MobileNo": "sample string 4",
"Address": "sample string 5",
"City": "sample string 6",
"Dist": "sample string 7",
"Pincode": "sample string 8",
"PaymentURL": "sample string 9",
"BranchesAllowed": 10,
"AppVersion": 11,
"sts": "sample string 12",
"Edate": "2025-12-07T08:33:02.5194061+05:30"
}
application/xml, text/xml
Sample:
<tbl_Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hostel.BAL.Domain"> <Address>sample string 5</Address> <AppVersion>11</AppVersion> <BranchesAllowed>10</BranchesAllowed> <City>sample string 6</City> <Dist>sample string 7</Dist> <Edate>2025-12-07T08:33:02.5194061+05:30</Edate> <MobileNo>sample string 4</MobileNo> <OrgLogo>sample string 3</OrgLogo> <OrgName>sample string 2</OrgName> <PaymentURL>sample string 9</PaymentURL> <Pincode>sample string 8</Pincode> <id>1</id> <sts>sample string 12</sts> </tbl_Organization>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |