PUT api/TimesheetExternal/{authCode}/ProductCode

update the timesheet Product Code for a single timesheet

Request Information

URI Parameters

NameDescriptionTypeAdditional information
authCode

string

Required

Body Parameters

timesheet Product Code

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

text/xml, multipart/form-data

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

COMPLETE

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml, multipart/form-data

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>