POST api/ProjectManager/SaveProjectType
Request Information
URI Parameters
None.
Body Parameters
ProjectTypeBAL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectTypeID | integer |
None. |
|
| ProjectTypeName | string |
None. |
|
| MenuTabID | integer |
None. |
|
| OrganizationID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"projectTypeID": 1,
"projectTypeName": "sample string 1",
"menuTabID": 1,
"organizationID": 1
}
application/xml, text/xml
Sample:
<ProjectTypeBAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transportal.BAL.ProjectManager"> <MenuTabID>1</MenuTabID> <OrganizationID>1</OrganizationID> <ProjectTypeID>1</ProjectTypeID> <ProjectTypeName>sample string 1</ProjectTypeName> </ProjectTypeBAL>
multipart/form-data
Sample:
<ProjectTypeBAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transportal.BAL.ProjectManager"><MenuTabID>1</MenuTabID><OrganizationID>1</OrganizationID><ProjectTypeID>1</ProjectTypeID><ProjectTypeName>sample string 1</ProjectTypeName></ProjectTypeBAL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.