POST api/Organization/InsertOrgDetail

Inserts the organization detail.

Request Information

URI Parameters

None.

Body Parameters

The organization entity.

OrganizationEntity
NameDescriptionTypeAdditional information
PK_Org_Id

integer

None.

Org_Code

globally unique identifier

None.

Org_Name

string

None.

Status

integer

None.

App_Enabled

boolean

None.

Img_Logo

string

None.

Alice_Name

string

None.

Site_URL

string

None.

Last_DOB_Sent

date

None.

Last_DOA_Sent

date

None.

Last_SDOB_Sent

date

None.

Created_By

string

None.

Created_Date

date

None.

Modified_By

string

None.

Modified_Date

date

None.

Member_Version

integer

None.

Service_Team_Version

integer

None.

Last_MemberVersion

date

None.

Last_ServiceTeamVersion

date

None.

Request Formats

application/json, text/json

Sample:
{
  "pK_Org_Id": 1,
  "org_Code": "84551605-784f-403e-a313-96426b887ec1",
  "org_Name": "sample string 3",
  "status": 4,
  "app_Enabled": true,
  "img_Logo": "sample string 6",
  "alice_Name": "sample string 7",
  "site_URL": "sample string 8",
  "last_DOB_Sent": "2024-09-20T09:30:09.144251+05:30",
  "last_DOA_Sent": "2024-09-20T09:30:09.1454528+05:30",
  "last_SDOB_Sent": "2024-09-20T09:30:09.1454528+05:30",
  "created_By": "sample string 9",
  "created_Date": "2024-09-20T09:30:09.1454528+05:30",
  "modified_By": "sample string 10",
  "modified_Date": "2024-09-20T09:30:09.1460842+05:30",
  "member_Version": 11,
  "service_Team_Version": 12,
  "last_MemberVersion": "2024-09-20T09:30:09.1460842+05:30",
  "last_ServiceTeamVersion": "2024-09-20T09:30:09.1460842+05:30"
}

text/xml

Sample:
<OrganizationEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <Alice_Name>sample string 7</Alice_Name>
  <App_Enabled>true</App_Enabled>
  <Created_By>sample string 9</Created_By>
  <Created_Date>2024-09-20T09:30:09.1454528+05:30</Created_Date>
  <Img_Logo>sample string 6</Img_Logo>
  <Last_DOA_Sent>2024-09-20T09:30:09.1454528+05:30</Last_DOA_Sent>
  <Last_DOB_Sent>2024-09-20T09:30:09.144251+05:30</Last_DOB_Sent>
  <Last_MemberVersion>2024-09-20T09:30:09.1460842+05:30</Last_MemberVersion>
  <Last_SDOB_Sent>2024-09-20T09:30:09.1454528+05:30</Last_SDOB_Sent>
  <Last_ServiceTeamVersion>2024-09-20T09:30:09.1460842+05:30</Last_ServiceTeamVersion>
  <Member_Version>11</Member_Version>
  <Modified_By>sample string 10</Modified_By>
  <Modified_Date>2024-09-20T09:30:09.1460842+05:30</Modified_Date>
  <Org_Code>84551605-784f-403e-a313-96426b887ec1</Org_Code>
  <Org_Name>sample string 3</Org_Name>
  <PK_Org_Id>1</PK_Org_Id>
  <Service_Team_Version>12</Service_Team_Version>
  <Site_URL>sample string 8</Site_URL>
  <Status>4</Status>
</OrganizationEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>