GET api/CorporateMaster/Details/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CorporateMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| CoId | integer |
None. |
|
| CoName | string |
None. |
|
| CoAddress | string |
None. |
|
| CoPhone | string |
None. |
|
| CoRemark | string |
None. |
|
| GSTNumber | string |
None. |
|
| PolicyNumber | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactPhone | string |
None. |
|
| string |
None. |
||
| NewNorms | boolean |
None. |
|
| EntryPerson | string |
None. |
|
| EntryDate | date |
None. |
|
| DeleteStatus | boolean |
None. |
|
| UnderGrpID | decimal number |
None. |
|
| Status | decimal number |
None. |
|
| DiscountPer | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"CoId": 1,
"CoName": "sample string 2",
"CoAddress": "sample string 3",
"CoPhone": "sample string 4",
"CoRemark": "sample string 5",
"GSTNumber": "sample string 6",
"PolicyNumber": "sample string 7",
"ContactPerson": "sample string 8",
"ContactPhone": "sample string 9",
"Email": "sample string 10",
"NewNorms": true,
"EntryPerson": "sample string 12",
"EntryDate": "2025-12-21T17:19:51.8547765+05:30",
"DeleteStatus": true,
"UnderGrpID": 15.0,
"Status": 16.0,
"DiscountPer": 17.0
}
application/xml, text/xml
Sample:
<CorporateMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PolyClinicClass"> <CoAddress>sample string 3</CoAddress> <CoId>1</CoId> <CoName>sample string 2</CoName> <CoPhone>sample string 4</CoPhone> <CoRemark>sample string 5</CoRemark> <ContactPerson>sample string 8</ContactPerson> <ContactPhone>sample string 9</ContactPhone> <DeleteStatus>true</DeleteStatus> <DiscountPer>17</DiscountPer> <Email>sample string 10</Email> <EntryDate>2025-12-21T17:19:51.8547765+05:30</EntryDate> <EntryPerson>sample string 12</EntryPerson> <GSTNumber>sample string 6</GSTNumber> <NewNorms>true</NewNorms> <PolicyNumber>sample string 7</PolicyNumber> <Status>16</Status> <UnderGrpID>15</UnderGrpID> </CorporateMaster>