curl --location --request GET '/api/BulkInvoice/List'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": {
"page": 0,
"pageSize": 0,
"totalPage": 0,
"totalRecords": 0,
"data": [
{
"totalRecordCount": 0,
"status": 0,
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdBy": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userName": "string",
"fullName": "string"
}
}
]
}
}