POST api/DailyActivity/GetCustomerAccounting
Request Information
URI Parameters
None.
Body Parameters
CustomerAccountingMapper| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAlreadyPaid | boolean |
None. |
|
| CustomerID | integer |
Required |
|
| TransRef | string |
Required |
|
| TransID | integer |
Required |
|
| CrewID | integer |
None. |
|
| CleanID | integer |
Required |
|
| AssignDate | date |
Required |
|
| CrewName | string |
None. |
|
| CleaningAddress | string |
None. |
|
| BillingName | string |
None. |
|
| PrimaryNumber | string |
None. |
|
| Postal | string |
None. |
|
| SaleAmount | decimal number |
Required |
|
| DiscountAmount | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| TotalAmount | decimal number |
Required |
|
| ServiceTax | decimal number |
None. |
|
| OutStandingAmount | decimal number |
None. |
|
| TaxRate | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"IsAlreadyPaid": true,
"CustomerID": 2,
"TransRef": "sample string 3",
"TransID": 4,
"CrewID": 5,
"CleanID": 6,
"AssignDate": "2025-11-08T11:46:17.4960123+00:00",
"CrewName": "sample string 8",
"CleaningAddress": "sample string 9",
"BillingName": "sample string 10",
"PrimaryNumber": "sample string 11",
"Postal": "sample string 12",
"SaleAmount": 13.0,
"DiscountAmount": 14.0,
"TaxAmount": 15.0,
"TotalAmount": 16.0,
"ServiceTax": 17.0,
"OutStandingAmount": 18.0,
"TaxRate": 19.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| HasError | boolean |
None. |
|
| HasSuccess | boolean |
None. |
|
| Status | StatusType |
None. |
|
| MessageTitle | string |
None. |
|
| Message | string |
None. |
|
| ExceptionMessage | string |
None. |
|
| ExceptionStackTrace | string |
None. |
|
| ResultException | Exception |
None. |
|
| ResultObject | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultObject": {},
"HasError": false,
"HasSuccess": true,
"Status": 200,
"MessageTitle": "sample string 3",
"Message": "sample string 4",
"ExceptionMessage": "sample string 5",
"ExceptionStackTrace": "sample string 6",
"ResultException": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}