Create Projects
You can Create new project from here
/api/Project/Create
Query String
| Parameter | Required | Value |
|---|---|---|
Request Header
| Parameter | Required | Value |
|---|---|---|
| TokenKey | Mandatory | User Input |
| Accept-Language | Optional | en-US |
| Accept-Encoding | Optional | gzip |
| Content-Type | Mandatory | application/json |
Request Body
| Parameter | Required | Value |
|---|---|---|
| PINProjectID | Optional | blank |
| ProjectName | Mandatory | User Input |
| ProjectNumber | Mandatory | User Input |
| ProjectDescription | Optional | User Input |
| ProjectAddress1 | Optional | User Input |
| CountryName | Mandatory | User Input |
| StateName | Mandatory | User Input |
| StateID | Mandatory | User Input |
| city | Optional | User Input |
| zip | Optional | User Input |
Remarks:
-
Response header parameter **Location** contains unique uri for getting created object's PINProjectID
