Virima API Specification - DesignationService Services
The requests documented in this section are directed to
DesignationService resources, which represent .
editDesignation POST Interface
Method: POST
Relative URL: designation/edit
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
designation | UserDepartment | |
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
EDITDESIGNATION
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"name":"?",
"description":"?",
"lastModifiedBy": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"createdBy": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"createdOn":?,
"lastModifiedOn":?,
"archive":?,
"uniqueId":"?",
"user":[
{
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
} ],
"email":"?"
}
Example Response:
{
"id":2147483647,
"response":"?"
}