POST jobtype/CreateJobFaults

Request Information

URI Parameters

None.

Body Parameters

Jb_JobFaultsEntity
NameDescriptionTypeAdditional information
TenantId

integer

None.

InvoiceTypeId

integer

None.

FaultType

integer

None.

FaultDescription

string

None.

IsActive

boolean

None.

DefaultJobTypeId

integer

None.

Qst_GroupId

integer

None.

JobDesc

string

None.

GroupName

string

None.

InvoiceType

string

None.

SyncToLsn

boolean

None.

IsRework

boolean

None.

YapYapFault

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "InvoiceTypeId": 2,
  "FaultType": 3,
  "FaultDescription": "sample string 4",
  "IsActive": true,
  "DefaultJobTypeId": 1,
  "Qst_GroupId": 1,
  "JobDesc": "sample string 6",
  "GroupName": "sample string 7",
  "InvoiceType": "sample string 8",
  "SyncToLsn": true,
  "IsRework": true,
  "YapYapFault": "sample string 11"
}

text/html

Sample:
{"TenantId":1,"InvoiceTypeId":2,"FaultType":3,"FaultDescription":"sample string 4","IsActive":true,"DefaultJobTypeId":1,"Qst_GroupId":1,"JobDesc":"sample string 6","GroupName":"sample string 7","InvoiceType":"sample string 8","SyncToLsn":true,"IsRework":true,"YapYapFault":"sample string 11"}

application/xml, text/xml

Sample:
<Jb_JobFaultsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.JobTypes">
  <DefaultJobTypeId>1</DefaultJobTypeId>
  <FaultDescription>sample string 4</FaultDescription>
  <FaultType>3</FaultType>
  <GroupName>sample string 7</GroupName>
  <InvoiceType>sample string 8</InvoiceType>
  <InvoiceTypeId>2</InvoiceTypeId>
  <IsActive>true</IsActive>
  <IsRework>true</IsRework>
  <JobDesc>sample string 6</JobDesc>
  <Qst_GroupId>1</Qst_GroupId>
  <SyncToLsn>true</SyncToLsn>
  <TenantId>1</TenantId>
  <YapYapFault>sample string 11</YapYapFault>
</Jb_JobFaultsEntity>

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 'Jb_JobFaultsEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.