[POST] Add LostItem
Operation
Adds a LostItem to the database.
POST
http://{urlName}/tesiproPMS/api/{version}/chain/{chainId}/property/{propertyId}/lostItem
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
chainId | Integer | true | The id of the chain. This parameter will be in the URL. Path parameter. | |
propertyId | Integer | true | The id of the property. This parameter will be in the URL. Path parameter. | |
lostItem | LostItem | true | Body object with the LostItem to be added. |
Example request
POST http://81.184.0.161:9696/tesiproPMS/api/v1/chain/1/property/2/lostItem
Response
Property | Type | Required | Description |
---|---|---|---|
responseApiMessage | ResponseApiMessage | Success or error response. |
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success lostItem created", "errorCode": "0" }