Created
April 5, 2020 05:53
-
-
Save annibuliful/1ded6a53ad0d3366549bc8c5da5a9aef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"message": "created", | |
"customerId": 5, | |
"saleId": 1, | |
"customerCode": "N/1234/041", | |
"customerStatus": "pending", | |
"companyId": 1, | |
"taxNumber": "1111", | |
"branchType": "none", | |
"customerType": "clinic", | |
"creditDay": 90, | |
"deliveryPlace": null, | |
"branchNumber": null, | |
"isActive": true, | |
"rating": "0.00", | |
"welfarePercentage": null, | |
"customerName": "Mr. A", | |
"address": "aaaa", | |
"subDistrict": "bbbb", | |
"district": "cccc", | |
"city": "aww", | |
"zipCode": "1234", | |
"createAt": "2020-04-05T05:52:52.796Z", | |
"updateAt": "2020-04-05T05:52:52.796Z", | |
"coordinators": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment