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,
"RCNumber": "sample string 4",
"WorkingDay": "2026-07-22T14:19:59.3985194+00:00",
"VehicleNo": "sample string 5",
"GuestName": "sample string 6",
"Amount": 7.0,
"Holiday": 64,
"Status": "sample string 8",
"CreatedAt": "2026-07-22T14:19:59.3985194+00:00",
"UpdatedAt": "2026-07-22T14:19:59.3985194+00:00"
},
{
"MemberId": 1,
"SerialNumber": "sample string 2",
"VehicleSubTypeId": 3,
"RCNumber": "sample string 4",
"WorkingDay": "2026-07-22T14:19:59.3985194+00:00",
"VehicleNo": "sample string 5",
"GuestName": "sample string 6",
"Amount": 7.0,
"Holiday": 64,
"Status": "sample string 8",
"CreatedAt": "2026-07-22T14:19:59.3985194+00:00",
"UpdatedAt": "2026-07-22T14:19:59.3985194+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>7</Amount>
<CreatedAt>2026-07-22T14:19:59.3985194+00:00</CreatedAt>
<GuestName>sample string 6</GuestName>
<Holiday>64</Holiday>
<MemberId>1</MemberId>
<RCNumber>sample string 4</RCNumber>
<SerialNumber>sample string 2</SerialNumber>
<Status>sample string 8</Status>
<UpdatedAt>2026-07-22T14:19:59.3985194+00:00</UpdatedAt>
<VehicleNo>sample string 5</VehicleNo>
<VehicleSubTypeId>3</VehicleSubTypeId>
<WorkingDay>2026-07-22T14:19:59.3985194+00:00</WorkingDay>
</CallsheetDetailModal>
<CallsheetDetailModal>
<Amount>7</Amount>
<CreatedAt>2026-07-22T14:19:59.3985194+00:00</CreatedAt>
<GuestName>sample string 6</GuestName>
<Holiday>64</Holiday>
<MemberId>1</MemberId>
<RCNumber>sample string 4</RCNumber>
<SerialNumber>sample string 2</SerialNumber>
<Status>sample string 8</Status>
<UpdatedAt>2026-07-22T14:19:59.3985194+00:00</UpdatedAt>
<VehicleNo>sample string 5</VehicleNo>
<VehicleSubTypeId>3</VehicleSubTypeId>
<WorkingDay>2026-07-22T14:19:59.3985194+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" />