POST api/material/createproject
Create Project
Request Information
URI Parameters
None.
Body Parameters
mlCreateProject| Name | description | Type | Additional information |
|---|---|---|---|
| ProjectName | string |
None. |
|
| Branch | string |
None. |
|
| Landmark | string |
None. |
|
| Area | string |
None. |
|
| City | string |
None. |
|
| District | string |
None. |
|
| State | string |
None. |
|
| Pincode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Area": "sample string 4",
"Branch": "sample string 2",
"City": "sample string 5",
"District": "sample string 6",
"Landmark": "sample string 3",
"Pincode": "sample string 8",
"ProjectName": "sample string 1",
"State": "sample string 7"
}
application/xml, text/xml
Sample:
<mlCreateProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Material"> <Area>sample string 4</Area> <Branch>sample string 2</Branch> <City>sample string 5</City> <District>sample string 6</District> <Landmark>sample string 3</Landmark> <Pincode>sample string 8</Pincode> <ProjectName>sample string 1</ProjectName> <State>sample string 7</State> </mlCreateProject>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |