POST api/v1/portals/{portalUid}/customer/industrydisciplines
Creates the industry discipline.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
the customers portal |
globally unique identifier |
Required |
Body Parameters
The industry discipline.
IndustryDiscipline| Name | Description | Type | Additional information |
|---|---|---|---|
| Industry |
The industry uid. |
globally unique identifier |
None. |
| IndustryGuid |
The industry guid. |
globally unique identifier |
None. |
| Discipline |
The discipline uid. |
globally unique identifier |
None. |
| DisciplineGuid |
The discipline guid |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Industry": "688f8562-04e7-4c51-831b-c431ee2baf55",
"IndustryGuid": "cb55b830-cae9-4ea6-9eb0-3237e137dc9b",
"Discipline": "725d878e-fdde-4ad2-a5b9-4438b0866c17",
"DisciplineGuid": "7e31972a-2371-4225-bbef-7e52cfa45395"
}
application/xml, text/xml
Sample:
<IndustryDiscipline xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models"> <Discipline>725d878e-fdde-4ad2-a5b9-4438b0866c17</Discipline> <DisciplineGuid>7e31972a-2371-4225-bbef-7e52cfa45395</DisciplineGuid> <Industry>688f8562-04e7-4c51-831b-c431ee2baf55</Industry> <IndustryGuid>cb55b830-cae9-4ea6-9eb0-3237e137dc9b</IndustryGuid> </IndustryDiscipline>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Returns created industry discipline.
IndustryDisciplineViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Industry |
The industry name. |
IndustryViewModel |
None. |
| Discipline |
The discipline. |
DisciplineViewModel |
None. |
| IndustryDisciplineGuid |
The industry discipline unique identifier |
globally unique identifier |
None. |
| Uid |
The GUID. |
globally unique identifier |
None. |
| Links |
The links. |
Collection of Link |
None. |
| DateUpdated |
Last time the record was updated |
date |
None. |
| UpdatedBy |
Who updated the record last |
string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.