POST eo-chapters/profile?ClientId={ClientId}&chapter_id={chapter_id}

Update profile by Chapter Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

ClientId

string

Required

chapter_id

Chapter Id

globally unique identifier

Required

Body Parameters

ChaptersProfileRequest object

NameDescriptionTypeAdditional information
ChapterId

globally unique identifier

None.

ChapterName

string

Required

ChapterStatusId

integer

Required

BaseCity

string

None.

AcceleratorProgramId

globally unique identifier

None.

BaseUrl

string

None.

DateFounded

date

Data type: Date

AreaId

globally unique identifier

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

AddressLine1

string

None.

AddressLine2

string

None.

City

string

None.

PostalCode

string

None.

StateProvince

string

None.

Telephone

string

None.

Timezone

integer

None.

CurrencyID

globally unique identifier

None.

YearlyDues

decimal number

None.

InitiationFee

decimal number

None.

EoStaffContact

globally unique identifier

None.

ChapterAdministrator

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ChapterId": "0fb0175d-052f-4c8f-8f43-0b1918f5ca74",
  "ChapterName": "sample string 2",
  "ChapterStatusId": 3,
  "BaseCity": "sample string 4",
  "AcceleratorProgramId": "d703efb2-7c78-4b0a-9885-bc19adac7004",
  "BaseUrl": "sample string 6",
  "DateFounded": "2025-05-29T22:49:54.9286178-04:00",
  "AreaId": "162e3698-0233-470c-b3cc-d04c25db04aa",
  "Latitude": 9.0,
  "Longitude": 10.0,
  "AddressLine1": "sample string 11",
  "AddressLine2": "sample string 12",
  "City": "sample string 13",
  "PostalCode": "sample string 14",
  "StateProvince": "sample string 15",
  "Telephone": "sample string 16",
  "Timezone": 17,
  "CurrencyID": "c8954337-dea6-44d3-8382-efbd16074a21",
  "YearlyDues": 19.0,
  "InitiationFee": 20.0,
  "EoStaffContact": "576a1a2d-f7b9-486e-a817-db28dd8e1b26",
  "ChapterAdministrator": "563d20dc-1b69-4f87-8a1d-c674f94e6e26"
}

application/xml, text/xml

Sample:
<ChaptersProfileRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChapterId>0fb0175d-052f-4c8f-8f43-0b1918f5ca74</ChapterId>
  <ChapterName>sample string 2</ChapterName>
  <ChapterStatusId>3</ChapterStatusId>
  <BaseCity>sample string 4</BaseCity>
  <AcceleratorProgramId>d703efb2-7c78-4b0a-9885-bc19adac7004</AcceleratorProgramId>
  <BaseUrl>sample string 6</BaseUrl>
  <DateFounded>2025-05-29T22:49:54.9286178-04:00</DateFounded>
  <AreaId>162e3698-0233-470c-b3cc-d04c25db04aa</AreaId>
  <Latitude>9</Latitude>
  <Longitude>10</Longitude>
  <AddressLine1>sample string 11</AddressLine1>
  <AddressLine2>sample string 12</AddressLine2>
  <City>sample string 13</City>
  <PostalCode>sample string 14</PostalCode>
  <StateProvince>sample string 15</StateProvince>
  <Telephone>sample string 16</Telephone>
  <Timezone>17</Timezone>
  <CurrencyID>c8954337-dea6-44d3-8382-efbd16074a21</CurrencyID>
  <YearlyDues>19</YearlyDues>
  <InitiationFee>20</InitiationFee>
  <EoStaffContact>576a1a2d-f7b9-486e-a817-db28dd8e1b26</EoStaffContact>
  <ChapterAdministrator>563d20dc-1b69-4f87-8a1d-c674f94e6e26</ChapterAdministrator>
</ChaptersProfileRequest>

Response Information

Resource Description

NameDescriptionTypeAdditional information
ChapterId

globally unique identifier

None.

ChapterName

string

Required

ChapterStatusId

integer

Required

BaseCity

string

None.

AcceleratorProgramId

globally unique identifier

None.

BaseUrl

string

None.

DateFounded

date

Data type: Date

AreaId

globally unique identifier

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

AddressLine1

string

None.

AddressLine2

string

None.

City

string

None.

PostalCode

string

None.

StateProvince

string

None.

Telephone

string

None.

Timezone

integer

None.

CurrencyID

globally unique identifier

None.

YearlyDues

decimal number

None.

InitiationFee

decimal number

None.

EoStaffContact

globally unique identifier

None.

ChapterAdministrator

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "ChapterId": "0dcf7d34-55ab-417c-baaf-7e3ba27878aa",
  "ChapterName": "sample string 2",
  "ChapterStatusId": 3,
  "BaseCity": "sample string 4",
  "AcceleratorProgramId": "1aa162cf-ec76-4c4c-be9b-375d12f4df46",
  "BaseUrl": "sample string 6",
  "DateFounded": "2025-05-29T22:49:54.9376182-04:00",
  "AreaId": "196e0642-f88a-4d08-bbd4-f99702648512",
  "Latitude": 9.0,
  "Longitude": 10.0,
  "AddressLine1": "sample string 11",
  "AddressLine2": "sample string 12",
  "City": "sample string 13",
  "PostalCode": "sample string 14",
  "StateProvince": "sample string 15",
  "Telephone": "sample string 16",
  "Timezone": 17,
  "CurrencyID": "81be3f4d-5229-4aaa-8933-e4614ae03de5",
  "YearlyDues": 19.0,
  "InitiationFee": 20.0,
  "EoStaffContact": "4cf7db84-855d-4af1-9e48-8d16d427b68a",
  "ChapterAdministrator": "0a01511b-2f9d-49c1-bf2e-aeea4cf748c8"
}

application/xml, text/xml

Sample:
<ChaptersProfileRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChapterId>0dcf7d34-55ab-417c-baaf-7e3ba27878aa</ChapterId>
  <ChapterName>sample string 2</ChapterName>
  <ChapterStatusId>3</ChapterStatusId>
  <BaseCity>sample string 4</BaseCity>
  <AcceleratorProgramId>1aa162cf-ec76-4c4c-be9b-375d12f4df46</AcceleratorProgramId>
  <BaseUrl>sample string 6</BaseUrl>
  <DateFounded>2025-05-29T22:49:54.9376182-04:00</DateFounded>
  <AreaId>196e0642-f88a-4d08-bbd4-f99702648512</AreaId>
  <Latitude>9</Latitude>
  <Longitude>10</Longitude>
  <AddressLine1>sample string 11</AddressLine1>
  <AddressLine2>sample string 12</AddressLine2>
  <City>sample string 13</City>
  <PostalCode>sample string 14</PostalCode>
  <StateProvince>sample string 15</StateProvince>
  <Telephone>sample string 16</Telephone>
  <Timezone>17</Timezone>
  <CurrencyID>81be3f4d-5229-4aaa-8933-e4614ae03de5</CurrencyID>
  <YearlyDues>19</YearlyDues>
  <InitiationFee>20</InitiationFee>
  <EoStaffContact>4cf7db84-855d-4af1-9e48-8d16d427b68a</EoStaffContact>
  <ChapterAdministrator>0a01511b-2f9d-49c1-bf2e-aeea4cf748c8</ChapterAdministrator>
</ChaptersProfileRequest>