amirrulilham_

List project

Apr 18th, 2022 (edited)
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.37 KB | None | 0 0
  1. [
  2.     {
  3.         "currentStatus": "Submitted", // Submitted|Approved|Active|Completed
  4.         "jagaId": 19, // jaga project id
  5.         "quotationId": 663, // quotation id
  6.         "jagaName": "", // quotation ref
  7.         "contractSum": 50000.00,
  8.         "deposit": {
  9.             "percent": null, // deposit percent
  10.             "amount": null // deposit amount
  11.         },
  12.         "retention": {
  13.             "percent": null,
  14.             "amount": null
  15.         },
  16.         "latitude": null,
  17.         "longitude": null,
  18.         "startDate": null, // from enrollment form
  19.         "endDate": null, // from enrollment form
  20.         "remainingDays": 12, // from today until project end date (possible return negative value)
  21.         "company": {
  22.             "id": 4,
  23.             "name": "WOOD1 & COL SDN BHD",
  24.             "logo": null, // full image url
  25.             "email": "rekatone.rais@gmail.com"
  26.         },
  27.         "owner": {
  28.             "id": 4,
  29.             "name": "Mohamad Rais Bin Abd Rasib",
  30.             "identificationNumber": "123456789",
  31.             "mobile1": "60123456789", // from enrollment form
  32.             "mobile2": "6012312335", // from enrollment form
  33.             "bankInformation": { //from enrollment form
  34.                 "providerEnumId": 1211,
  35.                 "accountNumber": "100200300",
  36.                 "bankName": "Maybank"
  37.             }
  38.         }
  39.     }
  40. ]
Add Comment
Please, Sign In to add comment