PUT api/Workbook/{id}
Documentation for 'PutWorkbook'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
workbook | Documentation for 'workbook'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "WorkbookId": 1, "WorkbookName": "sample string 2", "StartDate": "2021-03-02T08:48:09.0902344-05:00", "EndDate": "2021-03-02T08:48:09.0902344-05:00", "ConferenceYear": 3, "Status": "sample string 4", "MileageRate": 5.0 }
application/xml, text/xml
Sample:
<Workbook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <ConferenceYear>3</ConferenceYear> <EndDate>2021-03-02T08:48:09.0902344-05:00</EndDate> <MileageRate>5</MileageRate> <StartDate>2021-03-02T08:48:09.0902344-05:00</StartDate> <Status>sample string 4</Status> <WorkbookId>1</WorkbookId> <WorkbookName>sample string 2</WorkbookName> </Workbook>
application/x-www-form-urlencoded
Sample:
Sample not available.