POST api/Job/AddTaskProblem
Request Information
URI Parameters
None.
Body Parameters
TaskProblemModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TaskId | string |
None. |
|
TaskProblemTypeId | byte |
None. |
|
Description | string |
None. |
|
ImagePath | string |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | string |
None. |
|
IsRead | boolean |
None. |
|
IsTransferred | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
Address | string |
None. |
|
Products | string |
None. |
|
StatusId | byte |
None. |
|
SubscriberName | string |
None. |
|
ResolvedByName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "TaskId": "sample string 2", "TaskProblemTypeId": 64, "Description": "sample string 4", "ImagePath": "sample string 5", "CreatedOn": "2025-06-28T12:51:53.8576735Z", "CreatedBy": "sample string 7", "IsRead": true, "IsTransferred": true, "IsDeleted": true, "Address": "sample string 11", "Products": "sample string 12", "StatusId": 64, "SubscriberName": "sample string 14", "ResolvedByName": "sample string 15" }
text/html
Sample:
{"Id":1,"TaskId":"sample string 2","TaskProblemTypeId":64,"Description":"sample string 4","ImagePath":"sample string 5","CreatedOn":"2025-06-28T12:51:53.8576735Z","CreatedBy":"sample string 7","IsRead":true,"IsTransferred":true,"IsDeleted":true,"Address":"sample string 11","Products":"sample string 12","StatusId":64,"SubscriberName":"sample string 14","ResolvedByName":"sample string 15"}
application/xml, text/xml
Sample:
<TaskProblemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job"> <Address>sample string 11</Address> <CreatedBy>sample string 7</CreatedBy> <CreatedOn>2025-06-28T12:51:53.8576735Z</CreatedOn> <Description>sample string 4</Description> <Id>1</Id> <ImagePath>sample string 5</ImagePath> <IsDeleted>true</IsDeleted> <IsRead>true</IsRead> <IsTransferred>true</IsTransferred> <Products>sample string 12</Products> <ResolvedByName>sample string 15</ResolvedByName> <StatusId>64</StatusId> <SubscriberName>sample string 14</SubscriberName> <TaskId>sample string 2</TaskId> <TaskProblemTypeId>64</TaskProblemTypeId> </TaskProblemModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.