POST api/CHA/PostSBEOUDetails

Request Information

URI Parameters

None.

Body Parameters

EOUDetailInput
NameDescriptionTypeAdditional information
SED_ID

integer

None.

SED_SB_ID

integer

None.

SED_EOU_IEC_NO

string

None.

SED_CP_ID

integer

None.

SED_BRANCH_SL_NO

string

None.

SED_EXAMINATION_DATE

date

None.

SED_EXAMINATION_OFF

string

None.

SED_EXAM_DEST

string

None.

SED_SUPERVISING_OFF

string

None.

SED_SUPERVISING_DEST

string

None.

SED_COMMISSIONERATE

string

None.

SED_DIVISION

string

None.

SED_RANGE

string

None.

SED_VERIFIED_CHECKEDIT

boolean

None.

SED_SAMPLE_CHECKEDIT

boolean

None.

SED_SEAL_NO

string

None.

SED_STATUS

string

None.

SED_NOTES

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SED_ID": 1,
  "SED_SB_ID": 1,
  "SED_EOU_IEC_NO": "sample string 1",
  "SED_CP_ID": 1,
  "SED_BRANCH_SL_NO": "sample string 2",
  "SED_EXAMINATION_DATE": "2024-05-19T14:34:34.6212257+05:30",
  "SED_EXAMINATION_OFF": "sample string 3",
  "SED_EXAM_DEST": "sample string 4",
  "SED_SUPERVISING_OFF": "sample string 5",
  "SED_SUPERVISING_DEST": "sample string 6",
  "SED_COMMISSIONERATE": "sample string 7",
  "SED_DIVISION": "sample string 8",
  "SED_RANGE": "sample string 9",
  "SED_VERIFIED_CHECKEDIT": true,
  "SED_SAMPLE_CHECKEDIT": true,
  "SED_SEAL_NO": "sample string 12",
  "SED_STATUS": "sample string 13",
  "SED_NOTES": "sample string 14"
}

application/xml, text/xml

Sample:
<EOUDetailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SED_BRANCH_SL_NO>sample string 2</SED_BRANCH_SL_NO>
  <SED_COMMISSIONERATE>sample string 7</SED_COMMISSIONERATE>
  <SED_CP_ID>1</SED_CP_ID>
  <SED_DIVISION>sample string 8</SED_DIVISION>
  <SED_EOU_IEC_NO>sample string 1</SED_EOU_IEC_NO>
  <SED_EXAMINATION_DATE>2024-05-19T14:34:34.6212257+05:30</SED_EXAMINATION_DATE>
  <SED_EXAMINATION_OFF>sample string 3</SED_EXAMINATION_OFF>
  <SED_EXAM_DEST>sample string 4</SED_EXAM_DEST>
  <SED_ID>1</SED_ID>
  <SED_NOTES>sample string 14</SED_NOTES>
  <SED_RANGE>sample string 9</SED_RANGE>
  <SED_SAMPLE_CHECKEDIT>true</SED_SAMPLE_CHECKEDIT>
  <SED_SB_ID>1</SED_SB_ID>
  <SED_SEAL_NO>sample string 12</SED_SEAL_NO>
  <SED_STATUS>sample string 13</SED_STATUS>
  <SED_SUPERVISING_DEST>sample string 6</SED_SUPERVISING_DEST>
  <SED_SUPERVISING_OFF>sample string 5</SED_SUPERVISING_OFF>
  <SED_VERIFIED_CHECKEDIT>true</SED_VERIFIED_CHECKEDIT>
</EOUDetailInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.