Upload Checklist POST

Path:/pvds/upload_checklist.json
HTTP Method:POST

Request Parameters

ParameterTypeIs Required?NoteExample
idStringYes"GWT383595"
checklist_idIntegerYes3
answerStringNoAnswer (required when type is "boolean" or "text")"true" or "false" or "answer content"
photo_nameStringNoPhoto Name (required when type is "image")"xx.png"
photoStringNoPhoto file (required when type is "image")
Base64 encoded image file
Example:
original string: abcde
encode string: YWJjZGU=

Request Example

{
  "client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
  "signature": "2dc1b977b376a2fd26bf05c1f15da59b",
  "timestamp": "2019-08-02T10:31:50+11:00",
  "id": "GWT383595",
  "checklist_id": 15,
  "answer": "",
  "photo_name": "xx.png",
  "photo": "/9j/4AAQSkZJRgABAQAAkACQAAD/4QB0RXhpZgAATU0AKgAAAAgABAEaAAUAAAABAAA.....pGiiivsjkCiiigAooooAKKKKAP/2Q=="
}

Response Example

See Get Checklist Response

By clicking "Accept All Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Further information about our use of cookies and similar technologies can be found in our cookie policy .

Copyright ©2026, GreenDeal. All Rights Reserved