GET api/ContractorManagement/GetMasterItemofBirth

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VW_MasterItemForBirthCertificate
NameDescriptionTypeAdditional information
MasterItem_Code

integer

None.

GeneralMaster_Code

integer

None.

Name

string

None.

ShortCode

string

None.

ShortName

string

None.

Description

string

None.

ShortDescription

string

None.

Priority

integer

None.

Parent_Code

integer

None.

IsSystem

boolean

None.

IsHide

boolean

None.

IsEditable

boolean

None.

OtherLanguage

string

None.

CreatedDate

date

None.

Module_Code

integer

None.

AppsGroups_Code

integer

None.

Page_Code

integer

None.

CreateBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

IsActive

boolean

None.

IsDelete

boolean

None.

IsSync

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MasterItem_Code": 1,
    "GeneralMaster_Code": 2,
    "Name": "sample string 3",
    "ShortCode": "sample string 4",
    "ShortName": "sample string 5",
    "Description": "sample string 6",
    "ShortDescription": "sample string 7",
    "Priority": 1,
    "Parent_Code": 1,
    "IsSystem": true,
    "IsHide": true,
    "IsEditable": true,
    "OtherLanguage": "sample string 8",
    "CreatedDate": "2026-06-21T08:17:22.3499675+00:00",
    "Module_Code": 10,
    "AppsGroups_Code": 1,
    "Page_Code": 11,
    "CreateBy": 1,
    "ModifiedDate": "2026-06-21T08:17:22.3499675+00:00",
    "ModifiedBy": 1,
    "IsActive": true,
    "IsDelete": true,
    "IsSync": true
  },
  {
    "MasterItem_Code": 1,
    "GeneralMaster_Code": 2,
    "Name": "sample string 3",
    "ShortCode": "sample string 4",
    "ShortName": "sample string 5",
    "Description": "sample string 6",
    "ShortDescription": "sample string 7",
    "Priority": 1,
    "Parent_Code": 1,
    "IsSystem": true,
    "IsHide": true,
    "IsEditable": true,
    "OtherLanguage": "sample string 8",
    "CreatedDate": "2026-06-21T08:17:22.3499675+00:00",
    "Module_Code": 10,
    "AppsGroups_Code": 1,
    "Page_Code": 11,
    "CreateBy": 1,
    "ModifiedDate": "2026-06-21T08:17:22.3499675+00:00",
    "ModifiedBy": 1,
    "IsActive": true,
    "IsDelete": true,
    "IsSync": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfVW_MasterItemForBirthCertificate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DALHRMS.EntityModel">
  <VW_MasterItemForBirthCertificate>
    <AppsGroups_Code>1</AppsGroups_Code>
    <CreateBy>1</CreateBy>
    <CreatedDate>2026-06-21T08:17:22.3499675+00:00</CreatedDate>
    <Description>sample string 6</Description>
    <GeneralMaster_Code>2</GeneralMaster_Code>
    <IsActive>true</IsActive>
    <IsDelete>true</IsDelete>
    <IsEditable>true</IsEditable>
    <IsHide>true</IsHide>
    <IsSync>true</IsSync>
    <IsSystem>true</IsSystem>
    <MasterItem_Code>1</MasterItem_Code>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedDate>2026-06-21T08:17:22.3499675+00:00</ModifiedDate>
    <Module_Code>10</Module_Code>
    <Name>sample string 3</Name>
    <OtherLanguage>sample string 8</OtherLanguage>
    <Page_Code>11</Page_Code>
    <Parent_Code>1</Parent_Code>
    <Priority>1</Priority>
    <ShortCode>sample string 4</ShortCode>
    <ShortDescription>sample string 7</ShortDescription>
    <ShortName>sample string 5</ShortName>
  </VW_MasterItemForBirthCertificate>
  <VW_MasterItemForBirthCertificate>
    <AppsGroups_Code>1</AppsGroups_Code>
    <CreateBy>1</CreateBy>
    <CreatedDate>2026-06-21T08:17:22.3499675+00:00</CreatedDate>
    <Description>sample string 6</Description>
    <GeneralMaster_Code>2</GeneralMaster_Code>
    <IsActive>true</IsActive>
    <IsDelete>true</IsDelete>
    <IsEditable>true</IsEditable>
    <IsHide>true</IsHide>
    <IsSync>true</IsSync>
    <IsSystem>true</IsSystem>
    <MasterItem_Code>1</MasterItem_Code>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedDate>2026-06-21T08:17:22.3499675+00:00</ModifiedDate>
    <Module_Code>10</Module_Code>
    <Name>sample string 3</Name>
    <OtherLanguage>sample string 8</OtherLanguage>
    <Page_Code>11</Page_Code>
    <Parent_Code>1</Parent_Code>
    <Priority>1</Priority>
    <ShortCode>sample string 4</ShortCode>
    <ShortDescription>sample string 7</ShortDescription>
    <ShortName>sample string 5</ShortName>
  </VW_MasterItemForBirthCertificate>
</ArrayOfVW_MasterItemForBirthCertificate>