/* Options: Date: 2026-07-08 20:26:40 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.dev.dynamics.trendsic.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: StaffApplyPageRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/v1/staff/apply/{PostingUID}", "GET") export class StaffApplyPageRequest { public PostingUID: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'StaffApplyPageRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }