POST api/Education/SaveBusinessOwner
Request Information
URI Parameters
None.
Body Parameters
Collection of BusinessOwner| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfessionOwnerID | integer |
None. |
|
| BusinessRelationTypesID | integer |
None. |
|
| BusinessRelationType | string |
None. |
|
| TempUserProfileID | integer |
None. |
|
| UserProfileID | integer |
None. |
|
| ProfessionCode | string |
None. |
|
| DBNo | integer |
None. |
|
| AppNo | integer |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| CountryID | integer |
None. |
|
| ProvinceID | integer |
None. |
|
| CityID | integer |
None. |
|
| TownID | integer |
None. |
|
| Phone | string |
None. |
|
| NationalityNumber | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CountyID | integer |
None. |
|
| Country | string |
None. |
|
| Province | string |
None. |
|
| City | string |
None. |
|
| Town | string |
None. |
|
| CountyDist | string |
None. |
|
| Apartment | string |
None. |
|
| ZipCode | string |
None. |
|
| Address1 | string |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| string |
None. |
||
| IsBusinessOwnerExists | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ProfessionOwnerID": 1,
"BusinessRelationTypesID": 1,
"BusinessRelationType": "sample string 2",
"TempUserProfileID": 1,
"UserProfileID": 1,
"ProfessionCode": "sample string 3",
"DBNo": 1,
"AppNo": 1,
"FirstName": "sample string 4",
"MiddleName": "sample string 5",
"LastName": "sample string 6",
"CountryID": 1,
"ProvinceID": 1,
"CityID": 1,
"TownID": 1,
"Phone": "sample string 7",
"NationalityNumber": "sample string 8",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-04-06T21:35:17.5737001-05:00",
"UpdatedDate": "2026-04-06T21:35:17.5737001-05:00",
"CountyID": 1,
"Country": "sample string 9",
"Province": "sample string 10",
"City": "sample string 11",
"Town": "sample string 12",
"CountyDist": "sample string 13",
"Apartment": "sample string 14",
"ZipCode": "sample string 15",
"Address1": "sample string 16",
"CreatedBy": 1,
"UpdatedBy": 1,
"Email": "sample string 17",
"IsBusinessOwnerExists": true
},
{
"ProfessionOwnerID": 1,
"BusinessRelationTypesID": 1,
"BusinessRelationType": "sample string 2",
"TempUserProfileID": 1,
"UserProfileID": 1,
"ProfessionCode": "sample string 3",
"DBNo": 1,
"AppNo": 1,
"FirstName": "sample string 4",
"MiddleName": "sample string 5",
"LastName": "sample string 6",
"CountryID": 1,
"ProvinceID": 1,
"CityID": 1,
"TownID": 1,
"Phone": "sample string 7",
"NationalityNumber": "sample string 8",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-04-06T21:35:17.5737001-05:00",
"UpdatedDate": "2026-04-06T21:35:17.5737001-05:00",
"CountyID": 1,
"Country": "sample string 9",
"Province": "sample string 10",
"City": "sample string 11",
"Town": "sample string 12",
"CountyDist": "sample string 13",
"Apartment": "sample string 14",
"ZipCode": "sample string 15",
"Address1": "sample string 16",
"CreatedBy": 1,
"UpdatedBy": 1,
"Email": "sample string 17",
"IsBusinessOwnerExists": true
}
]
application/xml, text/xml
Sample:
<ArrayOfBusinessOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model">
<BusinessOwner>
<Address1>sample string 16</Address1>
<Apartment>sample string 14</Apartment>
<AppNo>1</AppNo>
<BusinessRelationType>sample string 2</BusinessRelationType>
<BusinessRelationTypesID>1</BusinessRelationTypesID>
<City>sample string 11</City>
<CityID>1</CityID>
<Country>sample string 9</Country>
<CountryID>1</CountryID>
<CountyDist>sample string 13</CountyDist>
<CountyID>1</CountyID>
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-04-06T21:35:17.5737001-05:00</CreatedDate>
<DBNo>1</DBNo>
<Email>sample string 17</Email>
<FirstName>sample string 4</FirstName>
<IsActive>true</IsActive>
<IsBusinessOwnerExists>true</IsBusinessOwnerExists>
<IsDeleted>true</IsDeleted>
<LastName>sample string 6</LastName>
<MiddleName>sample string 5</MiddleName>
<NationalityNumber>sample string 8</NationalityNumber>
<Phone>sample string 7</Phone>
<ProfessionCode>sample string 3</ProfessionCode>
<ProfessionOwnerID>1</ProfessionOwnerID>
<Province>sample string 10</Province>
<ProvinceID>1</ProvinceID>
<TempUserProfileID>1</TempUserProfileID>
<Town>sample string 12</Town>
<TownID>1</TownID>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-04-06T21:35:17.5737001-05:00</UpdatedDate>
<UserProfileID>1</UserProfileID>
<ZipCode>sample string 15</ZipCode>
</BusinessOwner>
<BusinessOwner>
<Address1>sample string 16</Address1>
<Apartment>sample string 14</Apartment>
<AppNo>1</AppNo>
<BusinessRelationType>sample string 2</BusinessRelationType>
<BusinessRelationTypesID>1</BusinessRelationTypesID>
<City>sample string 11</City>
<CityID>1</CityID>
<Country>sample string 9</Country>
<CountryID>1</CountryID>
<CountyDist>sample string 13</CountyDist>
<CountyID>1</CountyID>
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-04-06T21:35:17.5737001-05:00</CreatedDate>
<DBNo>1</DBNo>
<Email>sample string 17</Email>
<FirstName>sample string 4</FirstName>
<IsActive>true</IsActive>
<IsBusinessOwnerExists>true</IsBusinessOwnerExists>
<IsDeleted>true</IsDeleted>
<LastName>sample string 6</LastName>
<MiddleName>sample string 5</MiddleName>
<NationalityNumber>sample string 8</NationalityNumber>
<Phone>sample string 7</Phone>
<ProfessionCode>sample string 3</ProfessionCode>
<ProfessionOwnerID>1</ProfessionOwnerID>
<Province>sample string 10</Province>
<ProvinceID>1</ProvinceID>
<TempUserProfileID>1</TempUserProfileID>
<Town>sample string 12</Town>
<TownID>1</TownID>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-04-06T21:35:17.5737001-05:00</UpdatedDate>
<UserProfileID>1</UserProfileID>
<ZipCode>sample string 15</ZipCode>
</BusinessOwner>
</ArrayOfBusinessOwner>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ResultStatus |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics"> <Data /> <Message>sample string 1</Message> <Status>Success</Status> </Result>