Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample Client Object with printed status added #55

Open
dubdabasoduba opened this issue Sep 16, 2020 · 0 comments
Open

Sample Client Object with printed status added #55

dubdabasoduba opened this issue Sep 16, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@dubdabasoduba
Copy link
Member

dubdabasoduba commented Sep 16, 2020

Client Object describing a child who requires a new card

{
  "type": "Client",
  "dateCreated": "2020-08-31T13:05:52.245+01:00",
  "dateEdited": "2020-08-31T10:10:55.662+01:00",
  "serverVersion": 1598865139737,
  "clientApplicationVersion": 1,
  "clientDatabaseVersion": 11,
  "baseEntityId": "9e6bf9e1-feb3-4a48-b74a-06757bcf98c3",
  "identifiers": {
    "zeir_id": "149904"
  },
  "addresses": [
    {
      "addressType": "",
      "addressFields": {
        "address1": "Tumaini Moja",
        "address2": "Tumani"
      }
    }
  ],
  "attributes": {
    "age": "0.07",
    "child_reg": "88888888888",
    "ga_at_birth": "38",
    "place_of_birth": "Home",
    "birth_registration_number": "2020/0408",
    "registration_location":"7458f191-4de6-4059-8b65-aa5aab733c6e",
    "card_status":"need_card",
    "card_status_date":"2020-08-04T13:00:00.000+01:00"
  },
  "firstName": "Silas",
  "lastName": "Isaboke",
  "birthdate": "2020-08-04T13:00:00.000+01:00",
  "birthdateApprox": false,
  "deathdateApprox": false,
  "gender": "Male",
  "relationships": {
    "father": [
      "7458f191-4de6-4059-8b65-aa5aab733c6e"
    ],
    "mother": [
      "8c3eb993-b0ce-49b7-93d7-854ce2621113"
    ]
  },
  "_id": "013fb2e9-a86c-4b94-9629-5691fcfb0cb2",
  "_rev": "v3"
}

Client Object describing a child who doesn't require a new card

{
  "type": "Client",
  "dateCreated": "2020-08-31T13:05:52.245+01:00",
  "dateEdited": "2020-08-31T10:10:55.662+01:00",
  "serverVersion": 1598865139737,
  "clientApplicationVersion": 1,
  "clientDatabaseVersion": 11,
  "baseEntityId": "9e6bf9e1-feb3-4a48-b74a-06757bcf98c3",
  "identifiers": {
    "zeir_id": "149904"
  },
  "addresses": [
    {
      "addressType": "",
      "addressFields": {
        "address1": "Tumaini Moja",
        "address2": "Tumani"
      }
    }
  ],
  "attributes": {
    "age": "0.07",
    "child_reg": "88888888888",
    "ga_at_birth": "38",
    "place_of_birth": "Home",
    "birth_registration_number": "2020/0408",
    "registration_location":"7458f191-4de6-4059-8b65-aa5aab733c6e",
    "card_status":"does_not_need_card",
    "card_status_date":"2020-08-04T13:00:00.000+01:00"
  },
  "firstName": "Silas",
  "lastName": "Isaboke",
  "birthdate": "2020-08-04T13:00:00.000+01:00",
  "birthdateApprox": false,
  "deathdateApprox": false,
  "gender": "Male",
  "relationships": {
    "father": [
      "7458f191-4de6-4059-8b65-aa5aab733c6e"
    ],
    "mother": [
      "8c3eb993-b0ce-49b7-93d7-854ce2621113"
    ]
  },
  "_id": "013fb2e9-a86c-4b94-9629-5691fcfb0cb2",
  "_rev": "v3"
}
@dubdabasoduba dubdabasoduba added the documentation Improvements or additions to documentation label Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant