Skip to main content
JSON Manual Created Edited

Project Information

Input URI

{base url} + db/PJCF



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "PJCF": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "PROJECT": {
                "description": "ProjectName",
                "type": "string"
            },
            "REVISION": {
                "description": "RevisionInfo",
                "type": "string"
            },
            "USER": {
                "description": "User",
                "type": "string"
            },
            "EMAIL": {
                "description": "E-mail",
                "type": "string"
            },
            "ADDRESS": {
                "description": "Address",
                "type": "string"
            },
            "TEL": {
                "description": "Telephone",
                "type": "string"
            },
            "FAX": {
                "description": "Fax",
                "type": "string"
            },
            "CLIENT": {
                "description": "Client",
                "type": "string"
            },
            "TITLE": {
                "description": "Title",
                "type": "string"
            },
            "ENGINEER": {
                "description": "ReviewName",
                "type": "string"
            },
            "EDATE": {
                "description": "ReviewData",
                "type": "string"
            },
            "CHECK1": {
                "description": "ReviewName",
                "type": "string"
            },
            "CDATE1": {
                "description": "ReviewData",
                "type": "string"
            },
            "CHECK2": {
                "description": "ReviewName",
                "type": "string"
            },
            "CDATE2": {
                "description": "ReviewData",
                "type": "string"
            },
            "CHECK3": {
                "description": "ReviewName",
                "type": "string"
            },
            "CDATE3": {
                "description": "ReviewData",
                "type": "string"
            },
            "APPROVE": {
                "description": "ReviewName",
                "type": "string"
            },
            "ADATE": {
                "description": "ReviewData",
                "type": "string"
            },
            "COMMENT": {
                "description": "Comments",
                "type": "string"
            }
        }
    }
}


Examples

Project Information

{
    "Assign": {
        "1": {
            "PROJECT": "Cable",
            "REVISION": "940",
            "USER": "LJW",
            "EMAIL": "cle1123",
            "ADDRESS": "MIDASIT",
            "TEL": "031789",
            "FAX": "031789",
            "CLIENT": "MIDASIT",
            "TITLE": "CableBridge",
            "ENGINEER": "A",
            "EDATE": "23.11",
            "CHECK1": "B",
            "CDATE1": "24.11",
            "CHECK2": "C",
            "CDATE2": "24.12",
            "CHECK3": "D",
            "CDATE3": "24.12",
            "APPROVE": "E",
            "ADATE": "14.2",
            "COMMENT": "Good"
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Project Name

"PROJECT"

String

-

Optional

2

Revision Info

"REVISION"

String

-

Optional

3

Username

"USER"

String

-

Optional

4

E-mail

"EMAIL"

String

-

Optional

5

Address

"ADDRESS"

String

-

Optional

6

Telephone Numbers

"TEL"

String

-

Optional

7

Fax Numbers

"FAX"

String

-

Optional

8

Client Information

"CLIENT"

String

-

Optional

9

Title

"TITLE"

String

-

Optional

10

Reviewer Name 1

"ENGINEER"

String

-

Optional

11

Reviewed Date 1

"EDATE"

String

-

Optional

12

Reviewer Name 2

"CHECK1"

String

-

Optional

13

Reviewed Data 2

"CDATE1"

String

-

Optional

14

Reviewer Name 3

"CHECK2"

String

-

Optional

15

Reviewed Data 3

"CDATE2"

String

-

Optional

16

Reviewer Name 4

"CHECK3"

String

-

Optional

17

Reviewed Data 4

"CDATE3"

String

-

Optional

18

Reviewer Name 5

"APROVE"

String

-

Optional

19

Reviewed Data 5

"ADATE"

String

-

Optional

20

Comments

"COMMENT"

String

-

Optional



0
Was this article helpful?