POST api/Callsheet/SaveCallsheetDetail
Request Information
URI Parameters
None.
Body Parameters
CallsheetSaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CallsheetBillId | integer |
None. |
|
| Entries | Collection of CallsheetDetailModal |
None. |
Request Formats
application/json, text/json
Sample:
{
"CallsheetBillId": 1,
"Entries": [
{
"MemberId": 1,
"SerialNumber": "sample string 2",
"VehicleSubtypeId": 3,
"WorkingDay": "2026-05-27T17:31:34.915429+00:00",
"VehicleNo": "sample string 4",
"GuestName": "sample string 5",
"Amount": 6.0,
"Holiday": 64,
"Status": "sample string 7",
"CreatedAt": "2026-05-27T17:31:34.915429+00:00",
"UpdatedAt": "2026-05-27T17:31:34.915429+00:00"
},
{
"MemberId": 1,
"SerialNumber": "sample string 2",
"VehicleSubtypeId": 3,
"WorkingDay": "2026-05-27T17:31:34.915429+00:00",
"VehicleNo": "sample string 4",
"GuestName": "sample string 5",
"Amount": 6.0,
"Holiday": 64,
"Status": "sample string 7",
"CreatedAt": "2026-05-27T17:31:34.915429+00:00",
"UpdatedAt": "2026-05-27T17:31:34.915429+00:00"
}
]
}
application/xml, text/xml
Sample:
<CallsheetSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnionOwnersBackend.Models">
<CallsheetBillId>1</CallsheetBillId>
<Entries>
<CallsheetDetailModal>
<Amount>6</Amount>
<CreatedAt>2026-05-27T17:31:34.915429+00:00</CreatedAt>
<GuestName>sample string 5</GuestName>
<Holiday>64</Holiday>
<MemberId>1</MemberId>
<SerialNumber>sample string 2</SerialNumber>
<Status>sample string 7</Status>
<UpdatedAt>2026-05-27T17:31:34.915429+00:00</UpdatedAt>
<VehicleNo>sample string 4</VehicleNo>
<VehicleSubtypeId>3</VehicleSubtypeId>
<WorkingDay>2026-05-27T17:31:34.915429+00:00</WorkingDay>
</CallsheetDetailModal>
<CallsheetDetailModal>
<Amount>6</Amount>
<CreatedAt>2026-05-27T17:31:34.915429+00:00</CreatedAt>
<GuestName>sample string 5</GuestName>
<Holiday>64</Holiday>
<MemberId>1</MemberId>
<SerialNumber>sample string 2</SerialNumber>
<Status>sample string 7</Status>
<UpdatedAt>2026-05-27T17:31:34.915429+00:00</UpdatedAt>
<VehicleNo>sample string 4</VehicleNo>
<VehicleSubtypeId>3</VehicleSubtypeId>
<WorkingDay>2026-05-27T17:31:34.915429+00:00</WorkingDay>
</CallsheetDetailModal>
</Entries>
</CallsheetSaveRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />