curl --location '/api/GetPartyAccountingByPartyRef' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"partyId": 0,
"partyRef": 0,
"type": 0,
"subType": 0,
"code": "string",
"name": "string",
"fullName": "string",
"lastName": "string",
"name_En": "string",
"lastName_En": "string",
"economicCode": "string",
"identificationCode": "string",
"registrationCode": "string",
"phone": "string",
"website": "string",
"email": "string",
"dlRef": 0,
"isInBlacklist": true,
"isVendor": true,
"vendorGroupingRef": 0,
"isBroker": true,
"brokerGroupingRef": 0,
"commissionRate": 0,
"brokerOpeningBalance": 0,
"brokerOpeningBalanceType": 0,
"isEmployee": true,
"isCustomer": true,
"salespersonPartyRef": 0,
"discountRate": 0,
"maximumCredit": 0,
"customerGroupingRef": 0,
"customerCategoryForTax": 0,
"birthDate": "2019-08-24T14:15:22.123Z",
"marriageDate": "2019-08-24T14:15:22.123Z",
"hasCredit": true,
"creditCheckingType": 0,
"version": 0,
"creator": 0,
"creationDate": "2019-08-24T14:15:22.123Z",
"lastModifier": 0,
"lastModificationDate": "2019-08-24T14:15:22.123Z",
"guid": "string",
"customerRemaining": 0,
"locationRef": 0,
"address": "string",
"zipCode": "string",
"typeAddress": 0,
"isMainAddress": 0
}'