Add an Item
Use the following details to add an Item using REST interface:
Request Parameters
Provide values for the following parameters
| Parameter Name | Data Type | Mandatory |
|---|---|---|
| createdBy | string | No |
| createdOn | dateTime | No |
| deleted | boolean | No |
| endDate | dateTime | No |
| id | string | No |
| lastUpdatedBy | string | No |
| locked | boolean | No |
| name | string | No |
| ownedBy | string | No |
| partyId | string | No |
| productID | string | No |
| productVersion | string | No |
| ref | string | No |
| startDate | dateTime | No |
| status | string | No |
| subType | string | No |
| type | string | No |
| updatedOn | dateTime | No |
| version | No |
Request Model
Media Type: application/json
{
"createdBy": "string",
"createdOn": "2016-07-31T05:17:58.828Z",
"deleted": true,
"endDate": "2016-07-31T05:17:58.828Z",
"id": "string",
"lastUpdatedBy": "string",
"locked": true,
"name": "string",
"ownedBy": "string",
"partyId": "string",
"productId": "string",
"productVersion": "string",
"ref": "string",
"startDate": "2016-07-31T05:17:58.828Z",
"status": "string",
"subType": "string",
"type": "string",
"updatedOn": "2016-07-31T05:17:58.828Z",
"version": 0
}
Copyright © Cloud Software Group, Inc. All rights reserved.
