Add a Party
Use the following details to add a Party 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 |
| id | string | No |
| lastUpdatedBy | string | No |
| locked | boolean | No |
| name | string | No |
| ownedBy | string | No |
| parentPartyId | string | No |
| ref | string | No |
| sid | 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,
"id": "string",
"lastUpdatedBy": "string",
"locked": true,
"name": "string",
"ownedBy": "string",
"parentPartyId": "string",
"ref": "string",
"sid": 0,
"status": "string",
"subType": "string",
"type": "string",
"updatedOn": "2016-07-31T05:17:58.828Z",
"version": 0
}
Copyright © Cloud Software Group, Inc. All rights reserved.
