POST api/Godowns/RetriveByID

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": "bd176266-f9b7-4615-8cdb-e8eb57d1b696",
  "CompID": "fefc5589-21df-4edf-bdb8-5ed335ad609f",
  "Name": "sample string 3",
  "ShortName": "sample string 4",
  "Address1": "sample string 5",
  "Address2": "sample string 6",
  "Address3": "sample string 7",
  "City": "sample string 8",
  "CompanyStateId": "32b5ed87-dfa2-4c71-adb8-3e80f29e49d4",
  "ZipCode": "sample string 10",
  "Phone": "sample string 11",
  "Mobile": "sample string 12",
  "Email": "sample string 13",
  "FaxNo": "sample string 14",
  "CreatedBy": "48d274ff-eb5b-4879-891d-7f8ec56b90e2",
  "CreatedDate": "2026-04-18T17:08:44.5582766+05:30",
  "ModifiedBy": "3ae1c763-fdaf-40c7-b067-b91fe49abf13",
  "ModifiedDate": "2026-04-18T17:08:44.5582766+05:30",
  "IsSystemGenerated": true,
  "RowVer": "QEBA",
  "IsJobWorker": true,
  "IsGodownAddressSameAsCompanyAddress": true
}

text/html

Sample:
{"ID":"bd176266-f9b7-4615-8cdb-e8eb57d1b696","CompID":"fefc5589-21df-4edf-bdb8-5ed335ad609f","Name":"sample string 3","ShortName":"sample string 4","Address1":"sample string 5","Address2":"sample string 6","Address3":"sample string 7","City":"sample string 8","CompanyStateId":"32b5ed87-dfa2-4c71-adb8-3e80f29e49d4","ZipCode":"sample string 10","Phone":"sample string 11","Mobile":"sample string 12","Email":"sample string 13","FaxNo":"sample string 14","CreatedBy":"48d274ff-eb5b-4879-891d-7f8ec56b90e2","CreatedDate":"2026-04-18T17:08:44.5582766+05:30","ModifiedBy":"3ae1c763-fdaf-40c7-b067-b91fe49abf13","ModifiedDate":"2026-04-18T17:08:44.5582766+05:30","IsSystemGenerated":true,"RowVer":"QEBA","IsJobWorker":true,"IsGodownAddressSameAsCompanyAddress":true}

application/xml, text/xml

Sample:
<GodownsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <Address1>sample string 5</Address1>
  <Address2>sample string 6</Address2>
  <Address3>sample string 7</Address3>
  <City>sample string 8</City>
  <CompID>fefc5589-21df-4edf-bdb8-5ed335ad609f</CompID>
  <CompanyStateId>32b5ed87-dfa2-4c71-adb8-3e80f29e49d4</CompanyStateId>
  <CreatedBy>48d274ff-eb5b-4879-891d-7f8ec56b90e2</CreatedBy>
  <CreatedDate>2026-04-18T17:08:44.5582766+05:30</CreatedDate>
  <Email>sample string 13</Email>
  <FaxNo>sample string 14</FaxNo>
  <ID>bd176266-f9b7-4615-8cdb-e8eb57d1b696</ID>
  <IsGodownAddressSameAsCompanyAddress>true</IsGodownAddressSameAsCompanyAddress>
  <IsJobWorker>true</IsJobWorker>
  <IsSystemGenerated>true</IsSystemGenerated>
  <Mobile>sample string 12</Mobile>
  <ModifiedBy>3ae1c763-fdaf-40c7-b067-b91fe49abf13</ModifiedBy>
  <ModifiedDate>2026-04-18T17:08:44.5582766+05:30</ModifiedDate>
  <Name>sample string 3</Name>
  <Phone>sample string 11</Phone>
  <RowVer>QEBA</RowVer>
  <ShortName>sample string 4</ShortName>
  <ZipCode>sample string 10</ZipCode>
</GodownsModels>