GET api/SYSNA_MODEL/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "id": 1,
  "GUID": "945771b4-e972-4f73-9fd8-8b7f7cc3c8c5",
  "Name": "sample string 2",
  "Description": "sample string 3",
  "Domain": "sample string 4",
  "EmailID": "sample string 5",
  "CompanyName": "sample string 6",
  "Website": "sample string 7",
  "UserId": 8,
  "CopyFrom": 9,
  "CreatedOn": "2024-03-29T20:46:36.2994011+05:30",
  "UpdatedOn": "2024-03-29T20:46:36.2994011+05:30",
  "DeloyedOn": "2024-03-29T20:46:36.2994011+05:30",
  "ProcessedOn": "2024-03-29T20:46:36.2994011+05:30",
  "SchemaName": "sample string 10"
}

application/xml, text/xml

Sample:
<SYSNA_MODEL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGEL.Repository">
  <CompanyName>sample string 6</CompanyName>
  <CopyFrom>9</CopyFrom>
  <CreatedOn>2024-03-29T20:46:36.2994011+05:30</CreatedOn>
  <DeloyedOn>2024-03-29T20:46:36.2994011+05:30</DeloyedOn>
  <Description>sample string 3</Description>
  <Domain>sample string 4</Domain>
  <EmailID>sample string 5</EmailID>
  <GUID>945771b4-e972-4f73-9fd8-8b7f7cc3c8c5</GUID>
  <Name>sample string 2</Name>
  <ProcessedOn>2024-03-29T20:46:36.2994011+05:30</ProcessedOn>
  <SchemaName>sample string 10</SchemaName>
  <UpdatedOn>2024-03-29T20:46:36.2994011+05:30</UpdatedOn>
  <UserId>8</UserId>
  <Website>sample string 7</Website>
  <id>1</id>
</SYSNA_MODEL>

multipart/form-data

Sample:
<SYSNA_MODEL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGEL.Repository"><CompanyName>sample string 6</CompanyName><CopyFrom>9</CopyFrom><CreatedOn>2024-03-29T20:46:36.2994011+05:30</CreatedOn><DeloyedOn>2024-03-29T20:46:36.2994011+05:30</DeloyedOn><Description>sample string 3</Description><Domain>sample string 4</Domain><EmailID>sample string 5</EmailID><GUID>945771b4-e972-4f73-9fd8-8b7f7cc3c8c5</GUID><Name>sample string 2</Name><ProcessedOn>2024-03-29T20:46:36.2994011+05:30</ProcessedOn><SchemaName>sample string 10</SchemaName><UpdatedOn>2024-03-29T20:46:36.2994011+05:30</UpdatedOn><UserId>8</UserId><Website>sample string 7</Website><id>1</id></SYSNA_MODEL>