POST SignUp/SaveOrganisation

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.SignUp+SaveNewOrganisation
NameDescriptionTypeAdditional information
Name

string

Required

Matching regular expression pattern: ^[a-zA-Z0-9\s.\?\,\'\;\:\!\-]+$

String length: inclusive between 0 and 100

Acronym

string

Matching regular expression pattern: ^[a-zA-Z0-9\s.\?\,\'\;\:\!\-]+$

String length: inclusive between 0 and 100

Attachment

string

None.

Logo

MYCII_EWS.BusinessObjects.SignUp+Attachment

None.

Scale

integer

Required

Matching regular expression pattern: ^[0-9]*$

Website

string

String length: inclusive between 0 and 75

Sectors

Collection of string

Required

OrganisationTypeId

string

Required

String length: inclusive between 0 and 10

Profile

string

None.

Delimitedsectors

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Acronym": "sample string 2",
  "Attachment": "sample string 3",
  "Logo": {
    "FileName": "sample string 1",
    "Content": "sample string 2"
  },
  "Scale": 4,
  "Website": "sample string 5",
  "Sectors": [
    "sample string 1",
    "sample string 2"
  ],
  "OrganisationTypeId": "sample string 6",
  "Profile": "sample string 7",
  "Delimitedsectors": "sample string 1|sample string 2"
}

application/xml, text/xml

Sample:
<SaveNewOrganisation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>sample string 1</Name>
  <Acronym>sample string 2</Acronym>
  <Attachment>sample string 3</Attachment>
  <Logo>
    <FileName>sample string 1</FileName>
    <Content>sample string 2</Content>
  </Logo>
  <Scale>4</Scale>
  <Website>sample string 5</Website>
  <Sectors>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Sectors>
  <OrganisationTypeId>sample string 6</OrganisationTypeId>
  <Profile>sample string 7</Profile>
</SaveNewOrganisation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.