Skip to content

Commit

Permalink
[#5] improvement array of company object. wrap array the company data…
Browse files Browse the repository at this point in the history
… using {}
  • Loading branch information
AhmadGozali19 committed Dec 14, 2020
1 parent 98f60ab commit b43072e
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions doc/companies.md
Original file line number Diff line number Diff line change
Expand Up @@ -958,17 +958,19 @@ Response Payload :
"status_message": "OK",
"data": {
"companies" : [
"id":"5e8d6470-f654-24c8-93ac-332e6c3dra2e",
"company_code": "TC",
"name": "Test Company",
"address": "JL. Test Company",
"npwp": "123",
"nomor_kukuh": "123",
"tgl_kukuh": "2020-12-08",
"phone_num": "021",
"fax_num": "021",
"seri_pajak": "12",
"kota": "JAKARTA"
{
"id":"5e8d6470-f654-24c8-93ac-332e6c3dra2e",
"company_code": "TC",
"name": "Test Company",
"address": "JL. Test Company",
"npwp": "123",
"nomor_kukuh": "123",
"tgl_kukuh": "2020-12-08",
"phone_num": "021",
"fax_num": "021",
"seri_pajak": "12",
"kota": "JAKARTA"
}
],
"pagination": {
"search": "",
Expand Down

0 comments on commit b43072e

Please sign in to comment.