POST api/TestTypeProcessingAction

Request Information

URI Parameters

None.

Body Parameters

TestTypeProcessingAction
NameDescriptionTypeAdditional information
RecordNo

integer

None.

ProcessingActionFK

integer

None.

TestTypeFK

integer

None.

CreatedOn

date

None.

UpdatedOn

date

None.

IsDeleted

boolean

None.

SortOrder

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordNo": 1,
  "ProcessingActionFK": 2,
  "TestTypeFK": 3,
  "CreatedOn": "2024-03-29T09:13:00.3936033+00:00",
  "UpdatedOn": "2024-03-29T09:13:00.3936033+00:00",
  "IsDeleted": true,
  "SortOrder": 6
}

application/xml, text/xml

Sample:
<TestTypeProcessingAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrishAcademy.Models">
  <CreatedOn>2024-03-29T09:13:00.3936033+00:00</CreatedOn>
  <IsDeleted>true</IsDeleted>
  <ProcessingActionFK>2</ProcessingActionFK>
  <RecordNo>1</RecordNo>
  <SortOrder>6</SortOrder>
  <TestTypeFK>3</TestTypeFK>
  <UpdatedOn>2024-03-29T09:13:00.3936033+00:00</UpdatedOn>
</TestTypeProcessingAction>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TestTypeProcessingAction'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.