POST api/SetupSDProblemTaskCode/Onboarding/AddUpdateTaskCode
Request Information
URI Parameters
None.
Body Parameters
AddUpdateTaskCodeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceHours | decimal number |
None. |
|
| MaintenanceHours | decimal number |
None. |
|
| InstallationHours | decimal number |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceHours": 1.0,
"MaintenanceHours": 2.0,
"InstallationHours": 3.0,
"AccountId": 4,
"CompanyId": "sample string 5"
}
application/xml, text/xml
Sample:
<SetupSDProblemTaskCodeController.AddUpdateTaskCodeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.WebAPI.Controllers.AccountSpecific.Setup"> <AccountId>4</AccountId> <CompanyId>sample string 5</CompanyId> <InstallationHours>3</InstallationHours> <MaintenanceHours>2</MaintenanceHours> <ServiceHours>1</ServiceHours> </SetupSDProblemTaskCodeController.AddUpdateTaskCodeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />