POST api/ModuleOCRMapping

Request Information

URI Parameters

None.

Body Parameters

O_ModuleOCRMapping
NameDescriptionTypeAdditional information
Id

integer

None.

ModuleId

integer

None.

MailCC

string

None.

MailTO

string

None.

BranchCode

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ModuleId": 2,
  "MailCC": "sample string 3",
  "MailTO": "sample string 4",
  "BranchCode": 5,
  "CreatedBy": 1,
  "CreatedOn": "2024-04-28T13:10:28.5460784+00:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2024-04-28T13:10:28.5460784+00:00"
}

application/xml, text/xml

Sample:
<O_ModuleOCRMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
  <BranchCode>5</BranchCode>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2024-04-28T13:10:28.5460784+00:00</CreatedOn>
  <Id>1</Id>
  <MailCC>sample string 3</MailCC>
  <MailTO>sample string 4</MailTO>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2024-04-28T13:10:28.5460784+00:00</ModifiedOn>
  <ModuleId>2</ModuleId>
</O_ModuleOCRMapping>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.