curl --location --request GET '/api/BulkInvoice/Get'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": {
"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"
},
"items": [
{
"correlationId": "string",
"accepted": true,
"errorMessage": "string",
"contentData": "string"
}
]
}
}