POST api/Debtor/GetByID?apiKey={apiKey}&debtorID={debtorID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
debtorID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultWithDataOfDebtorName | Description | Type | Additional information |
---|---|---|---|
Data | Debtor |
None. |
|
Status | ErrorCode |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "Identity": { "Id": "9f0615c4-de0f-46e9-a4ef-653102063638", "Code": "sample string 2" }, "InvoiceRule": 1, "Name": "sample string 1", "MonthlyRentalPaymentTerm": 2, "DailyRentalPaymentTerm": 3, "WeeklyRentalPaymentTerm": 4, "TollFinePaymentTerm": 5, "TrafficFinePaymentTerm": 6, "Telephone": "sample string 7", "EmailId": "sample string 8", "Address": "sample string 9", "Balance": 11.0, "Branch": { "Identity": { "Id": "9f0615c4-de0f-46e9-a4ef-653102063638", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "bf61a82c-94d5-4105-9a1e-4f40a2d6bddb", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "561e02aa-c693-420d-bd13-ebee651b8f4d", "Name": "sample string 2", "Attachment": { "AttachmentID": "bf61a82c-94d5-4105-9a1e-4f40a2d6bddb", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "NoOfVehiclesAllowed": 14, "SalesExecutiveID": "e6e85213-8b2c-46ee-9dab-0df45a4472b1", "CreditLimit": 17.0, "IsDeliveryPickupAllowed": true, "IsUpgradeAllowed": true, "LicenseInfo": "sample string 21", "TRNNo": "sample string 24", "DebtorTariffID": "e6e7bfc1-45bd-4d41-872d-12f064dc1732", "RentalContract": { "GracePeriodDailyRental": 2, "GracePeriodWeeklyRental": 3, "TollAdminFees": "sample string 4", "TrafficAdminFees": "sample string 5", "OutOfOfficeCharge": 7.1, "ReservationTermsConditions": "sample string 9", "FuelSurcharge": "sample string 11" }, "Discount": 29, "DailyInvoiceCycle": 1, "WeeklyInvoiceCycle": 1, "MonthlyInvoiceCycle": 1 }, "Status": 1, "Message": "sample string 1" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.