POST api/v1/industrydisciplines
Creates the industry discipline.
Request Information
URI Parameters
None.
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": "90afc1e7-55c1-4440-8ccd-2ff43740a8c2",
"IndustryGuid": "7f47cfa3-a638-40ff-9f3d-879163c8c743",
"Discipline": "4dc70c8c-54b6-41c6-8090-3048e0e7dd4f",
"DisciplineGuid": "ce973b23-4383-4571-97c6-ca7fb1f812e7"
}
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>4dc70c8c-54b6-41c6-8090-3048e0e7dd4f</Discipline> <DisciplineGuid>ce973b23-4383-4571-97c6-ca7fb1f812e7</DisciplineGuid> <Industry>90afc1e7-55c1-4440-8ccd-2ff43740a8c2</Industry> <IndustryGuid>7f47cfa3-a638-40ff-9f3d-879163c8c743</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.