jsdoc for create case
This commit is contained in:
@@ -4,6 +4,37 @@
|
|||||||
* post:
|
* post:
|
||||||
* tags: [Case]
|
* tags: [Case]
|
||||||
* description: Create case
|
* description: Create case
|
||||||
|
* parameters:
|
||||||
|
* - name: body
|
||||||
|
* in: requestbody
|
||||||
|
* required: true
|
||||||
|
* example: {}
|
||||||
|
* schema:
|
||||||
|
* type: object
|
||||||
|
* - name: contactid
|
||||||
|
* in: query
|
||||||
|
* required: true
|
||||||
|
* example: pinswg_planningappeals78s
|
||||||
|
* schema:
|
||||||
|
* type: string
|
||||||
|
* - name: appealTypeId
|
||||||
|
* in: query
|
||||||
|
* required: true
|
||||||
|
* example: pinswg_planningappeals78id
|
||||||
|
* schema:
|
||||||
|
* type: string
|
||||||
|
* - name: containername
|
||||||
|
* in: query
|
||||||
|
* required: true
|
||||||
|
* example: pinswg_planningappeals78id
|
||||||
|
* schema:
|
||||||
|
* type: string
|
||||||
|
* - name: lpaID
|
||||||
|
* in: query
|
||||||
|
* required: true
|
||||||
|
* example: pinswg_planningappeals78id
|
||||||
|
* schema:
|
||||||
|
* type: string
|
||||||
* responses:
|
* responses:
|
||||||
* 200:
|
* 200:
|
||||||
* description: Success
|
* description: Success
|
||||||
|
|||||||
Reference in New Issue
Block a user