{"swagger":"2.0","info":{"version":"v1","title":"INNOMATE HR OData Service","description":"This page documents the OData service for https://www.innomate.com/INNOMATE. Create an API key inside the system to get access. This API key should be used as a Bearer token in the Authorization header for the request. To try out the service, input the key prefixed with \"Bearer\" (so, \"Bearer &lt;My API Key&gt;\") in the <strong>api_key</strong> field in the top of the page.<br><br>The service aims to provide read and write access to all relevant data in the system. Not all OData features are or will be supported, but let us know at <a href=\"mailto:support@innomate.com\">support@innomate.com</a> if your favorite feature is missing, and we will see what we can do.<br><br>See https://www.odata.org/documentation/ for information on the OData protocol. See the metadata for the service here: https://www.innomate.com/INNOMATE/{customerId}/odata/v1/$metadata."},"host":"www.innomate.com","basePath":"/INNOMATE","schemes":["https"],"consumes":["application/json"],"produces":["application/json"],"paths":{"/{customerId}/odata/v1/Absence":{"get":{"tags":["Absence"],"summary":"Get EntitySet Absence","description":"Returns the EntitySet Absence","operationId":"Absence_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Absence","schema":{"$ref":"#/definitions/ResultOfAbsence"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Absence"],"summary":"Post a new entity to EntitySet Absence","description":"Post a new entity to EntitySet Absence","operationId":"Absence_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Absence","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Absence"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Absence"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Absence({Id})":{"get":{"tags":["Absence"],"summary":"Get entity from Absence by key.","description":"Returns the entity with the key from Absence","operationId":"Absence_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Absence","schema":{"$ref":"#/definitions/Absence"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Absence"],"summary":"Delete entity permanently in EntitySet Absence","description":"Delete entity permanently in EntitySet Absence","operationId":"Absence_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Absence"],"summary":"Update entity in EntitySet Absence","description":"Update entity in EntitySet Absence","operationId":"Absence_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Absence","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Absence"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Absence({Id})/Innomate.HR.Archive":{"post":{"tags":["Absence"],"summary":"Delete entity in EntitySet Absence","description":"Delete entity in EntitySet Absence","operationId":"Absence_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Absence({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Absence"],"summary":"Restore entity in EntitySet Absence","description":"Restore entity in EntitySet Absence","operationId":"Absence_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/AbsenceType":{"get":{"tags":["AbsenceType"],"summary":"Get EntitySet AbsenceType","description":"Returns the EntitySet AbsenceType","operationId":"AbsenceType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet AbsenceType","schema":{"$ref":"#/definitions/ResultOfAbsenceType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["AbsenceType"],"summary":"Post a new entity to EntitySet AbsenceType","description":"Post a new entity to EntitySet AbsenceType","operationId":"AbsenceType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"AbsenceType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/AbsenceType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet AbsenceType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/AbsenceType({Id})":{"get":{"tags":["AbsenceType"],"summary":"Get entity from AbsenceType by key.","description":"Returns the entity with the key from AbsenceType","operationId":"AbsenceType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet AbsenceType","schema":{"$ref":"#/definitions/AbsenceType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["AbsenceType"],"summary":"Delete entity permanently in EntitySet AbsenceType","description":"Delete entity permanently in EntitySet AbsenceType","operationId":"AbsenceType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["AbsenceType"],"summary":"Update entity in EntitySet AbsenceType","description":"Update entity in EntitySet AbsenceType","operationId":"AbsenceType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"AbsenceType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/AbsenceType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/AbsenceType({Id})/Innomate.HR.Archive":{"post":{"tags":["AbsenceType"],"summary":"Delete entity in EntitySet AbsenceType","description":"Delete entity in EntitySet AbsenceType","operationId":"AbsenceType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/AbsenceType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["AbsenceType"],"summary":"Restore entity in EntitySet AbsenceType","description":"Restore entity in EntitySet AbsenceType","operationId":"AbsenceType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Accountability":{"get":{"tags":["Accountability"],"summary":"Get EntitySet Accountability","description":"Returns the EntitySet Accountability","operationId":"Accountability_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Accountability","schema":{"$ref":"#/definitions/ResultOfAccountability"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Accountability"],"summary":"Post a new entity to EntitySet Accountability","description":"Post a new entity to EntitySet Accountability","operationId":"Accountability_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Accountability","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Accountability"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Accountability"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Accountability({Id})":{"get":{"tags":["Accountability"],"summary":"Get entity from Accountability by key.","description":"Returns the entity with the key from Accountability","operationId":"Accountability_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Accountability","schema":{"$ref":"#/definitions/Accountability"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Accountability"],"summary":"Delete entity permanently in EntitySet Accountability","description":"Delete entity permanently in EntitySet Accountability","operationId":"Accountability_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Accountability"],"summary":"Update entity in EntitySet Accountability","description":"Update entity in EntitySet Accountability","operationId":"Accountability_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Accountability","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Accountability"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Accountability({Id})/Innomate.HR.Archive":{"post":{"tags":["Accountability"],"summary":"Delete entity in EntitySet Accountability","description":"Delete entity in EntitySet Accountability","operationId":"Accountability_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Accountability({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Accountability"],"summary":"Restore entity in EntitySet Accountability","description":"Restore entity in EntitySet Accountability","operationId":"Accountability_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/AccountabilityType":{"get":{"tags":["AccountabilityType"],"summary":"Get EntitySet AccountabilityType","description":"Returns the EntitySet AccountabilityType","operationId":"AccountabilityType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet AccountabilityType","schema":{"$ref":"#/definitions/ResultOfAccountabilityType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/AccountabilityType({Id})":{"get":{"tags":["AccountabilityType"],"summary":"Get entity from AccountabilityType by key.","description":"Returns the entity with the key from AccountabilityType","operationId":"AccountabilityType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet AccountabilityType","schema":{"$ref":"#/definitions/AccountabilityType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/ActionItem":{"get":{"tags":["ActionItem"],"summary":"Get EntitySet ActionItem","description":"Returns the EntitySet ActionItem","operationId":"ActionItem_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ActionItem","schema":{"$ref":"#/definitions/ResultOfActionItem"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ActionItem"],"summary":"Post a new entity to EntitySet ActionItem","description":"Post a new entity to EntitySet ActionItem","operationId":"ActionItem_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ActionItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ActionItem"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ActionItem"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ActionItem({Id})":{"get":{"tags":["ActionItem"],"summary":"Get entity from ActionItem by key.","description":"Returns the entity with the key from ActionItem","operationId":"ActionItem_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ActionItem","schema":{"$ref":"#/definitions/ActionItem"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ActionItem"],"summary":"Delete entity permanently in EntitySet ActionItem","description":"Delete entity permanently in EntitySet ActionItem","operationId":"ActionItem_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ActionItem"],"summary":"Update entity in EntitySet ActionItem","description":"Update entity in EntitySet ActionItem","operationId":"ActionItem_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ActionItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ActionItem"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ActionItem({Id})/Innomate.HR.Archive":{"post":{"tags":["ActionItem"],"summary":"Delete entity in EntitySet ActionItem","description":"Delete entity in EntitySet ActionItem","operationId":"ActionItem_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ActionItem({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ActionItem"],"summary":"Restore entity in EntitySet ActionItem","description":"Restore entity in EntitySet ActionItem","operationId":"ActionItem_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ActionItemCategory":{"get":{"tags":["ActionItemCategory"],"summary":"Get EntitySet ActionItemCategory","description":"Returns the EntitySet ActionItemCategory","operationId":"ActionItemCategory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ActionItemCategory","schema":{"$ref":"#/definitions/ResultOfActionItemCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ActionItemCategory"],"summary":"Post a new entity to EntitySet ActionItemCategory","description":"Post a new entity to EntitySet ActionItemCategory","operationId":"ActionItemCategory_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ActionItemCategory","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ActionItemCategory"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ActionItemCategory"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ActionItemCategory({Id})":{"get":{"tags":["ActionItemCategory"],"summary":"Get entity from ActionItemCategory by key.","description":"Returns the entity with the key from ActionItemCategory","operationId":"ActionItemCategory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ActionItemCategory","schema":{"$ref":"#/definitions/ActionItemCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ActionItemCategory"],"summary":"Delete entity permanently in EntitySet ActionItemCategory","description":"Delete entity permanently in EntitySet ActionItemCategory","operationId":"ActionItemCategory_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ActionItemCategory"],"summary":"Update entity in EntitySet ActionItemCategory","description":"Update entity in EntitySet ActionItemCategory","operationId":"ActionItemCategory_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ActionItemCategory","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ActionItemCategory"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ActionItemCategory({Id})/Innomate.HR.Archive":{"post":{"tags":["ActionItemCategory"],"summary":"Delete entity in EntitySet ActionItemCategory","description":"Delete entity in EntitySet ActionItemCategory","operationId":"ActionItemCategory_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ActionItemCategory({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ActionItemCategory"],"summary":"Restore entity in EntitySet ActionItemCategory","description":"Restore entity in EntitySet ActionItemCategory","operationId":"ActionItemCategory_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Advertisement":{"get":{"tags":["Advertisement"],"summary":"Get EntitySet Advertisement","description":"Returns the EntitySet Advertisement","operationId":"Advertisement_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Advertisement","schema":{"$ref":"#/definitions/ResultOfAdvertisement"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Advertisement"],"summary":"Post a new entity to EntitySet Advertisement","description":"Post a new entity to EntitySet Advertisement","operationId":"Advertisement_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Advertisement","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Advertisement"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Advertisement"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Advertisement({Id})":{"get":{"tags":["Advertisement"],"summary":"Get entity from Advertisement by key.","description":"Returns the entity with the key from Advertisement","operationId":"Advertisement_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Advertisement","schema":{"$ref":"#/definitions/Advertisement"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Advertisement"],"summary":"Delete entity permanently in EntitySet Advertisement","description":"Delete entity permanently in EntitySet Advertisement","operationId":"Advertisement_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Advertisement"],"summary":"Update entity in EntitySet Advertisement","description":"Update entity in EntitySet Advertisement","operationId":"Advertisement_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Advertisement","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Advertisement"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Advertisement({Id})/Innomate.HR.Archive":{"post":{"tags":["Advertisement"],"summary":"Delete entity in EntitySet Advertisement","description":"Delete entity in EntitySet Advertisement","operationId":"Advertisement_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Advertisement({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Advertisement"],"summary":"Restore entity in EntitySet Advertisement","description":"Restore entity in EntitySet Advertisement","operationId":"Advertisement_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Approval":{"get":{"tags":["Approval"],"summary":"Get EntitySet Approval","description":"Returns the EntitySet Approval","operationId":"Approval_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Approval","schema":{"$ref":"#/definitions/ResultOfApproval"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Approval({Id})":{"get":{"tags":["Approval"],"summary":"Get entity from Approval by key.","description":"Returns the entity with the key from Approval","operationId":"Approval_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Approval","schema":{"$ref":"#/definitions/Approval"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/ApprovalType":{"get":{"tags":["ApprovalType"],"summary":"Get EntitySet ApprovalType","description":"Returns the EntitySet ApprovalType","operationId":"ApprovalType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ApprovalType","schema":{"$ref":"#/definitions/ResultOfApprovalType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ApprovalType"],"summary":"Post a new entity to EntitySet ApprovalType","description":"Post a new entity to EntitySet ApprovalType","operationId":"ApprovalType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ApprovalType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ApprovalType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ApprovalType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ApprovalType({Id})":{"get":{"tags":["ApprovalType"],"summary":"Get entity from ApprovalType by key.","description":"Returns the entity with the key from ApprovalType","operationId":"ApprovalType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ApprovalType","schema":{"$ref":"#/definitions/ApprovalType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ApprovalType"],"summary":"Delete entity permanently in EntitySet ApprovalType","description":"Delete entity permanently in EntitySet ApprovalType","operationId":"ApprovalType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ApprovalType"],"summary":"Update entity in EntitySet ApprovalType","description":"Update entity in EntitySet ApprovalType","operationId":"ApprovalType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ApprovalType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ApprovalType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ApprovalType({Id})/Innomate.HR.Archive":{"post":{"tags":["ApprovalType"],"summary":"Delete entity in EntitySet ApprovalType","description":"Delete entity in EntitySet ApprovalType","operationId":"ApprovalType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ApprovalType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ApprovalType"],"summary":"Restore entity in EntitySet ApprovalType","description":"Restore entity in EntitySet ApprovalType","operationId":"ApprovalType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/AttachedEmailHistory":{"get":{"tags":["AttachedEmailHistory"],"summary":"Get EntitySet AttachedEmailHistory","description":"Returns the EntitySet AttachedEmailHistory","operationId":"AttachedEmailHistory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet AttachedEmailHistory","schema":{"$ref":"#/definitions/ResultOfAttachedEmailHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/AttachedEmailHistory({Id})":{"get":{"tags":["AttachedEmailHistory"],"summary":"Get entity from AttachedEmailHistory by key.","description":"Returns the entity with the key from AttachedEmailHistory","operationId":"AttachedEmailHistory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet AttachedEmailHistory","schema":{"$ref":"#/definitions/AttachedEmailHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/AttachedFile":{"get":{"tags":["AttachedFile"],"summary":"Get EntitySet AttachedFile","description":"Returns the EntitySet AttachedFile","operationId":"AttachedFile_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet AttachedFile","schema":{"$ref":"#/definitions/ResultOfAttachedFile"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/AttachedFile({Id})":{"get":{"tags":["AttachedFile"],"summary":"Get entity from AttachedFile by key.","description":"Returns the entity with the key from AttachedFile","operationId":"AttachedFile_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet AttachedFile","schema":{"$ref":"#/definitions/AttachedFile"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/AttachedFile({Id})/Innomate.HR.Archive":{"post":{"tags":["AttachedFile"],"summary":"Delete entity in EntitySet AttachedFile","description":"Delete entity in EntitySet AttachedFile","operationId":"AttachedFile_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/AttachedFile({Id})/Innomate.HR.Unarchive":{"post":{"tags":["AttachedFile"],"summary":"Restore entity in EntitySet AttachedFile","description":"Restore entity in EntitySet AttachedFile","operationId":"AttachedFile_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CalendarItem":{"get":{"tags":["CalendarItem"],"summary":"Get EntitySet CalendarItem","description":"Returns the EntitySet CalendarItem","operationId":"CalendarItem_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CalendarItem","schema":{"$ref":"#/definitions/ResultOfCalendarItem"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CalendarItem"],"summary":"Post a new entity to EntitySet CalendarItem","description":"Post a new entity to EntitySet CalendarItem","operationId":"CalendarItem_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CalendarItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CalendarItem"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CalendarItem"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CalendarItem({Id})":{"get":{"tags":["CalendarItem"],"summary":"Get entity from CalendarItem by key.","description":"Returns the entity with the key from CalendarItem","operationId":"CalendarItem_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CalendarItem","schema":{"$ref":"#/definitions/CalendarItem"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CalendarItem"],"summary":"Delete entity permanently in EntitySet CalendarItem","description":"Delete entity permanently in EntitySet CalendarItem","operationId":"CalendarItem_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CalendarItem"],"summary":"Update entity in EntitySet CalendarItem","description":"Update entity in EntitySet CalendarItem","operationId":"CalendarItem_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CalendarItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CalendarItem"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CalendarItem({Id})/Innomate.HR.Archive":{"post":{"tags":["CalendarItem"],"summary":"Delete entity in EntitySet CalendarItem","description":"Delete entity in EntitySet CalendarItem","operationId":"CalendarItem_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CalendarItem({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CalendarItem"],"summary":"Restore entity in EntitySet CalendarItem","description":"Restore entity in EntitySet CalendarItem","operationId":"CalendarItem_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CalendarItem({Id})/Participants/$ref":{"post":{"tags":["CalendarItem"],"summary":"Post entity to collection in EntitySet CalendarItem","description":"Post entity to collection in EntitySet CalendarItem","operationId":"CalendarItem_Participants_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["CalendarItem"],"summary":"Delete entity from collection in EntitySet CalendarItem","description":"Delete entity from collection in EntitySet CalendarItem","operationId":"CalendarItem_Participants_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CatalogSection":{"get":{"tags":["CatalogSection"],"summary":"Get EntitySet CatalogSection","description":"Returns the EntitySet CatalogSection","operationId":"CatalogSection_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CatalogSection","schema":{"$ref":"#/definitions/ResultOfCatalogSection"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CatalogSection"],"summary":"Post a new entity to EntitySet CatalogSection","description":"Post a new entity to EntitySet CatalogSection","operationId":"CatalogSection_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CatalogSection","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CatalogSection"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CatalogSection"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CatalogSection({Id})":{"get":{"tags":["CatalogSection"],"summary":"Get entity from CatalogSection by key.","description":"Returns the entity with the key from CatalogSection","operationId":"CatalogSection_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CatalogSection","schema":{"$ref":"#/definitions/CatalogSection"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CatalogSection"],"summary":"Delete entity permanently in EntitySet CatalogSection","description":"Delete entity permanently in EntitySet CatalogSection","operationId":"CatalogSection_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CatalogSection"],"summary":"Update entity in EntitySet CatalogSection","description":"Update entity in EntitySet CatalogSection","operationId":"CatalogSection_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CatalogSection","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CatalogSection"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CatalogSection({Id})/Innomate.HR.Archive":{"post":{"tags":["CatalogSection"],"summary":"Delete entity in EntitySet CatalogSection","description":"Delete entity in EntitySet CatalogSection","operationId":"CatalogSection_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CatalogSection({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CatalogSection"],"summary":"Restore entity in EntitySet CatalogSection","description":"Restore entity in EntitySet CatalogSection","operationId":"CatalogSection_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Competence":{"get":{"tags":["Competence"],"summary":"Get EntitySet Competence","description":"Returns the EntitySet Competence","operationId":"Competence_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Competence","schema":{"$ref":"#/definitions/ResultOfCompetence"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Competence"],"summary":"Post a new entity to EntitySet Competence","description":"Post a new entity to EntitySet Competence","operationId":"Competence_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Competence","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Competence"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Competence"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Competence({Id})":{"get":{"tags":["Competence"],"summary":"Get entity from Competence by key.","description":"Returns the entity with the key from Competence","operationId":"Competence_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Competence","schema":{"$ref":"#/definitions/Competence"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Competence"],"summary":"Delete entity permanently in EntitySet Competence","description":"Delete entity permanently in EntitySet Competence","operationId":"Competence_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Competence"],"summary":"Update entity in EntitySet Competence","description":"Update entity in EntitySet Competence","operationId":"Competence_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Competence","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Competence"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Competence({Id})/Innomate.HR.Archive":{"post":{"tags":["Competence"],"summary":"Delete entity in EntitySet Competence","description":"Delete entity in EntitySet Competence","operationId":"Competence_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Competence({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Competence"],"summary":"Restore entity in EntitySet Competence","description":"Restore entity in EntitySet Competence","operationId":"Competence_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceStatement":{"get":{"tags":["CompetenceStatement"],"summary":"Get EntitySet CompetenceStatement","description":"Returns the EntitySet CompetenceStatement","operationId":"CompetenceStatement_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CompetenceStatement","schema":{"$ref":"#/definitions/ResultOfCompetenceStatement"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CompetenceStatement"],"summary":"Post a new entity to EntitySet CompetenceStatement","description":"Post a new entity to EntitySet CompetenceStatement","operationId":"CompetenceStatement_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CompetenceStatement","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CompetenceStatement"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CompetenceStatement"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceStatement({Id})":{"get":{"tags":["CompetenceStatement"],"summary":"Get entity from CompetenceStatement by key.","description":"Returns the entity with the key from CompetenceStatement","operationId":"CompetenceStatement_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CompetenceStatement","schema":{"$ref":"#/definitions/CompetenceStatement"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CompetenceStatement"],"summary":"Delete entity permanently in EntitySet CompetenceStatement","description":"Delete entity permanently in EntitySet CompetenceStatement","operationId":"CompetenceStatement_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CompetenceStatement"],"summary":"Update entity in EntitySet CompetenceStatement","description":"Update entity in EntitySet CompetenceStatement","operationId":"CompetenceStatement_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CompetenceStatement","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CompetenceStatement"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceStatement({Id})/Innomate.HR.Archive":{"post":{"tags":["CompetenceStatement"],"summary":"Delete entity in EntitySet CompetenceStatement","description":"Delete entity in EntitySet CompetenceStatement","operationId":"CompetenceStatement_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceStatement({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CompetenceStatement"],"summary":"Restore entity in EntitySet CompetenceStatement","description":"Restore entity in EntitySet CompetenceStatement","operationId":"CompetenceStatement_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceTypeOne":{"get":{"tags":["CompetenceTypeOne"],"summary":"Get EntitySet CompetenceTypeOne","description":"Returns the EntitySet CompetenceTypeOne","operationId":"CompetenceTypeOne_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CompetenceTypeOne","schema":{"$ref":"#/definitions/ResultOfCompetenceTypeOne"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CompetenceTypeOne"],"summary":"Post a new entity to EntitySet CompetenceTypeOne","description":"Post a new entity to EntitySet CompetenceTypeOne","operationId":"CompetenceTypeOne_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CompetenceTypeOne","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CompetenceTypeOne"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CompetenceTypeOne"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceTypeOne({Id})":{"get":{"tags":["CompetenceTypeOne"],"summary":"Get entity from CompetenceTypeOne by key.","description":"Returns the entity with the key from CompetenceTypeOne","operationId":"CompetenceTypeOne_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CompetenceTypeOne","schema":{"$ref":"#/definitions/CompetenceTypeOne"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CompetenceTypeOne"],"summary":"Delete entity permanently in EntitySet CompetenceTypeOne","description":"Delete entity permanently in EntitySet CompetenceTypeOne","operationId":"CompetenceTypeOne_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CompetenceTypeOne"],"summary":"Update entity in EntitySet CompetenceTypeOne","description":"Update entity in EntitySet CompetenceTypeOne","operationId":"CompetenceTypeOne_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CompetenceTypeOne","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CompetenceTypeOne"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceTypeOne({Id})/Innomate.HR.Archive":{"post":{"tags":["CompetenceTypeOne"],"summary":"Delete entity in EntitySet CompetenceTypeOne","description":"Delete entity in EntitySet CompetenceTypeOne","operationId":"CompetenceTypeOne_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceTypeOne({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CompetenceTypeOne"],"summary":"Restore entity in EntitySet CompetenceTypeOne","description":"Restore entity in EntitySet CompetenceTypeOne","operationId":"CompetenceTypeOne_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceTypeTwo":{"get":{"tags":["CompetenceTypeTwo"],"summary":"Get EntitySet CompetenceTypeTwo","description":"Returns the EntitySet CompetenceTypeTwo","operationId":"CompetenceTypeTwo_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CompetenceTypeTwo","schema":{"$ref":"#/definitions/ResultOfCompetenceTypeTwo"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CompetenceTypeTwo"],"summary":"Post a new entity to EntitySet CompetenceTypeTwo","description":"Post a new entity to EntitySet CompetenceTypeTwo","operationId":"CompetenceTypeTwo_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CompetenceTypeTwo","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CompetenceTypeTwo"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CompetenceTypeTwo"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceTypeTwo({Id})":{"get":{"tags":["CompetenceTypeTwo"],"summary":"Get entity from CompetenceTypeTwo by key.","description":"Returns the entity with the key from CompetenceTypeTwo","operationId":"CompetenceTypeTwo_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CompetenceTypeTwo","schema":{"$ref":"#/definitions/CompetenceTypeTwo"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CompetenceTypeTwo"],"summary":"Delete entity permanently in EntitySet CompetenceTypeTwo","description":"Delete entity permanently in EntitySet CompetenceTypeTwo","operationId":"CompetenceTypeTwo_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CompetenceTypeTwo"],"summary":"Update entity in EntitySet CompetenceTypeTwo","description":"Update entity in EntitySet CompetenceTypeTwo","operationId":"CompetenceTypeTwo_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CompetenceTypeTwo","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CompetenceTypeTwo"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceTypeTwo({Id})/Innomate.HR.Archive":{"post":{"tags":["CompetenceTypeTwo"],"summary":"Delete entity in EntitySet CompetenceTypeTwo","description":"Delete entity in EntitySet CompetenceTypeTwo","operationId":"CompetenceTypeTwo_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CompetenceTypeTwo({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CompetenceTypeTwo"],"summary":"Restore entity in EntitySet CompetenceTypeTwo","description":"Restore entity in EntitySet CompetenceTypeTwo","operationId":"CompetenceTypeTwo_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ContentProvider":{"get":{"tags":["ContentProvider"],"summary":"Get EntitySet ContentProvider","description":"Returns the EntitySet ContentProvider","operationId":"ContentProvider_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ContentProvider","schema":{"$ref":"#/definitions/ResultOfContentProvider"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ContentProvider"],"summary":"Post a new entity to EntitySet ContentProvider","description":"Post a new entity to EntitySet ContentProvider","operationId":"ContentProvider_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ContentProvider","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ContentProvider"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ContentProvider"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ContentProvider({Id})":{"get":{"tags":["ContentProvider"],"summary":"Get entity from ContentProvider by key.","description":"Returns the entity with the key from ContentProvider","operationId":"ContentProvider_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ContentProvider","schema":{"$ref":"#/definitions/ContentProvider"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ContentProvider"],"summary":"Delete entity permanently in EntitySet ContentProvider","description":"Delete entity permanently in EntitySet ContentProvider","operationId":"ContentProvider_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ContentProvider"],"summary":"Update entity in EntitySet ContentProvider","description":"Update entity in EntitySet ContentProvider","operationId":"ContentProvider_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ContentProvider","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ContentProvider"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ContentProvider({Id})/Innomate.HR.Archive":{"post":{"tags":["ContentProvider"],"summary":"Delete entity in EntitySet ContentProvider","description":"Delete entity in EntitySet ContentProvider","operationId":"ContentProvider_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ContentProvider({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ContentProvider"],"summary":"Restore entity in EntitySet ContentProvider","description":"Restore entity in EntitySet ContentProvider","operationId":"ContentProvider_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Course":{"get":{"tags":["Course"],"summary":"Get EntitySet Course","description":"Returns the EntitySet Course","operationId":"Course_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Course","schema":{"$ref":"#/definitions/ResultOfCourse"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Course"],"summary":"Post a new entity to EntitySet Course","description":"Post a new entity to EntitySet Course","operationId":"Course_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Course","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Course"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Course"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Course({Id})":{"get":{"tags":["Course"],"summary":"Get entity from Course by key.","description":"Returns the entity with the key from Course","operationId":"Course_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Course","schema":{"$ref":"#/definitions/Course"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Course"],"summary":"Delete entity permanently in EntitySet Course","description":"Delete entity permanently in EntitySet Course","operationId":"Course_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Course"],"summary":"Update entity in EntitySet Course","description":"Update entity in EntitySet Course","operationId":"Course_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Course","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Course"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Course({Id})/Innomate.HR.Archive":{"post":{"tags":["Course"],"summary":"Delete entity in EntitySet Course","description":"Delete entity in EntitySet Course","operationId":"Course_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Course({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Course"],"summary":"Restore entity in EntitySet Course","description":"Restore entity in EntitySet Course","operationId":"Course_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Course({Id})/Responsibles/$ref":{"post":{"tags":["Course"],"summary":"Post entity to collection in EntitySet Course","description":"Post entity to collection in EntitySet Course","operationId":"Course_Responsibles_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["Course"],"summary":"Delete entity from collection in EntitySet Course","description":"Delete entity from collection in EntitySet Course","operationId":"Course_Responsibles_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseEnrollment":{"get":{"tags":["CourseEnrollment"],"summary":"Get EntitySet CourseEnrollment","description":"Returns the EntitySet CourseEnrollment","operationId":"CourseEnrollment_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CourseEnrollment","schema":{"$ref":"#/definitions/ResultOfCourseEnrollment"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CourseEnrollment"],"summary":"Post a new entity to EntitySet CourseEnrollment","description":"Post a new entity to EntitySet CourseEnrollment","operationId":"CourseEnrollment_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CourseEnrollment","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CourseEnrollment"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CourseEnrollment"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseEnrollment({Id})":{"get":{"tags":["CourseEnrollment"],"summary":"Get entity from CourseEnrollment by key.","description":"Returns the entity with the key from CourseEnrollment","operationId":"CourseEnrollment_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CourseEnrollment","schema":{"$ref":"#/definitions/CourseEnrollment"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CourseEnrollment"],"summary":"Delete entity permanently in EntitySet CourseEnrollment","description":"Delete entity permanently in EntitySet CourseEnrollment","operationId":"CourseEnrollment_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CourseEnrollment"],"summary":"Update entity in EntitySet CourseEnrollment","description":"Update entity in EntitySet CourseEnrollment","operationId":"CourseEnrollment_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CourseEnrollment","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CourseEnrollment"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseEnrollment({Id})/Innomate.HR.Archive":{"post":{"tags":["CourseEnrollment"],"summary":"Delete entity in EntitySet CourseEnrollment","description":"Delete entity in EntitySet CourseEnrollment","operationId":"CourseEnrollment_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseEnrollment({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CourseEnrollment"],"summary":"Restore entity in EntitySet CourseEnrollment","description":"Restore entity in EntitySet CourseEnrollment","operationId":"CourseEnrollment_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseEnrollmentStatus":{"get":{"tags":["CourseEnrollmentStatus"],"summary":"Get EntitySet CourseEnrollmentStatus","description":"Returns the EntitySet CourseEnrollmentStatus","operationId":"CourseEnrollmentStatus_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CourseEnrollmentStatus","schema":{"$ref":"#/definitions/ResultOfCourseEnrollmentStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/CourseEnrollmentStatus({Id})":{"get":{"tags":["CourseEnrollmentStatus"],"summary":"Get entity from CourseEnrollmentStatus by key.","description":"Returns the entity with the key from CourseEnrollmentStatus","operationId":"CourseEnrollmentStatus_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CourseEnrollmentStatus","schema":{"$ref":"#/definitions/CourseEnrollmentStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/CourseLecturer":{"get":{"tags":["CourseLecturer"],"summary":"Get EntitySet CourseLecturer","description":"Returns the EntitySet CourseLecturer","operationId":"CourseLecturer_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CourseLecturer","schema":{"$ref":"#/definitions/ResultOfCourseLecturer"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CourseLecturer"],"summary":"Post a new entity to EntitySet CourseLecturer","description":"Post a new entity to EntitySet CourseLecturer","operationId":"CourseLecturer_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CourseLecturer","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CourseLecturer"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CourseLecturer"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseLecturer({Id})":{"get":{"tags":["CourseLecturer"],"summary":"Get entity from CourseLecturer by key.","description":"Returns the entity with the key from CourseLecturer","operationId":"CourseLecturer_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CourseLecturer","schema":{"$ref":"#/definitions/CourseLecturer"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CourseLecturer"],"summary":"Delete entity permanently in EntitySet CourseLecturer","description":"Delete entity permanently in EntitySet CourseLecturer","operationId":"CourseLecturer_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CourseLecturer"],"summary":"Update entity in EntitySet CourseLecturer","description":"Update entity in EntitySet CourseLecturer","operationId":"CourseLecturer_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CourseLecturer","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CourseLecturer"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseLecturer({Id})/Innomate.HR.Archive":{"post":{"tags":["CourseLecturer"],"summary":"Delete entity in EntitySet CourseLecturer","description":"Delete entity in EntitySet CourseLecturer","operationId":"CourseLecturer_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseLecturer({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CourseLecturer"],"summary":"Restore entity in EntitySet CourseLecturer","description":"Restore entity in EntitySet CourseLecturer","operationId":"CourseLecturer_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseLocation":{"get":{"tags":["CourseLocation"],"summary":"Get EntitySet CourseLocation","description":"Returns the EntitySet CourseLocation","operationId":"CourseLocation_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CourseLocation","schema":{"$ref":"#/definitions/ResultOfCourseLocation"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CourseLocation"],"summary":"Post a new entity to EntitySet CourseLocation","description":"Post a new entity to EntitySet CourseLocation","operationId":"CourseLocation_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CourseLocation","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CourseLocation"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CourseLocation"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseLocation({Id})":{"get":{"tags":["CourseLocation"],"summary":"Get entity from CourseLocation by key.","description":"Returns the entity with the key from CourseLocation","operationId":"CourseLocation_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CourseLocation","schema":{"$ref":"#/definitions/CourseLocation"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CourseLocation"],"summary":"Delete entity permanently in EntitySet CourseLocation","description":"Delete entity permanently in EntitySet CourseLocation","operationId":"CourseLocation_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CourseLocation"],"summary":"Update entity in EntitySet CourseLocation","description":"Update entity in EntitySet CourseLocation","operationId":"CourseLocation_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CourseLocation","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CourseLocation"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseLocation({Id})/Innomate.HR.Archive":{"post":{"tags":["CourseLocation"],"summary":"Delete entity in EntitySet CourseLocation","description":"Delete entity in EntitySet CourseLocation","operationId":"CourseLocation_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CourseLocation({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CourseLocation"],"summary":"Restore entity in EntitySet CourseLocation","description":"Restore entity in EntitySet CourseLocation","operationId":"CourseLocation_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CvInfo":{"get":{"tags":["CvInfo"],"summary":"Get EntitySet CvInfo","description":"Returns the EntitySet CvInfo","operationId":"CvInfo_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CvInfo","schema":{"$ref":"#/definitions/ResultOfCvInfo"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CvInfo"],"summary":"Post a new entity to EntitySet CvInfo","description":"Post a new entity to EntitySet CvInfo","operationId":"CvInfo_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CvInfo","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CvInfo"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CvInfo"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CvInfo({Id})":{"get":{"tags":["CvInfo"],"summary":"Get entity from CvInfo by key.","description":"Returns the entity with the key from CvInfo","operationId":"CvInfo_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CvInfo","schema":{"$ref":"#/definitions/CvInfo"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CvInfo"],"summary":"Delete entity permanently in EntitySet CvInfo","description":"Delete entity permanently in EntitySet CvInfo","operationId":"CvInfo_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CvInfo"],"summary":"Update entity in EntitySet CvInfo","description":"Update entity in EntitySet CvInfo","operationId":"CvInfo_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CvInfo","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CvInfo"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CvInfo({Id})/Innomate.HR.Archive":{"post":{"tags":["CvInfo"],"summary":"Delete entity in EntitySet CvInfo","description":"Delete entity in EntitySet CvInfo","operationId":"CvInfo_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CvInfo({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CvInfo"],"summary":"Restore entity in EntitySet CvInfo","description":"Restore entity in EntitySet CvInfo","operationId":"CvInfo_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CvSection":{"get":{"tags":["CvSection"],"summary":"Get EntitySet CvSection","description":"Returns the EntitySet CvSection","operationId":"CvSection_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet CvSection","schema":{"$ref":"#/definitions/ResultOfCvSection"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["CvSection"],"summary":"Post a new entity to EntitySet CvSection","description":"Post a new entity to EntitySet CvSection","operationId":"CvSection_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"CvSection","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CvSection"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet CvSection"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CvSection({Id})":{"get":{"tags":["CvSection"],"summary":"Get entity from CvSection by key.","description":"Returns the entity with the key from CvSection","operationId":"CvSection_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet CvSection","schema":{"$ref":"#/definitions/CvSection"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["CvSection"],"summary":"Delete entity permanently in EntitySet CvSection","description":"Delete entity permanently in EntitySet CvSection","operationId":"CvSection_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["CvSection"],"summary":"Update entity in EntitySet CvSection","description":"Update entity in EntitySet CvSection","operationId":"CvSection_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"CvSection","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CvSection"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CvSection({Id})/Innomate.HR.Archive":{"post":{"tags":["CvSection"],"summary":"Delete entity in EntitySet CvSection","description":"Delete entity in EntitySet CvSection","operationId":"CvSection_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/CvSection({Id})/Innomate.HR.Unarchive":{"post":{"tags":["CvSection"],"summary":"Restore entity in EntitySet CvSection","description":"Restore entity in EntitySet CvSection","operationId":"CvSection_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/DataDeclaration":{"get":{"tags":["DataDeclaration"],"summary":"Get EntitySet DataDeclaration","description":"Returns the EntitySet DataDeclaration","operationId":"DataDeclaration_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet DataDeclaration","schema":{"$ref":"#/definitions/ResultOfDataDeclaration"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/DataDeclaration({Id})":{"get":{"tags":["DataDeclaration"],"summary":"Get entity from DataDeclaration by key.","description":"Returns the entity with the key from DataDeclaration","operationId":"DataDeclaration_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet DataDeclaration","schema":{"$ref":"#/definitions/DataDeclaration"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/DataDeclaration({Id})/Innomate.HR.Archive":{"post":{"tags":["DataDeclaration"],"summary":"Delete entity in EntitySet DataDeclaration","description":"Delete entity in EntitySet DataDeclaration","operationId":"DataDeclaration_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/DataDeclaration({Id})/Innomate.HR.Unarchive":{"post":{"tags":["DataDeclaration"],"summary":"Restore entity in EntitySet DataDeclaration","description":"Restore entity in EntitySet DataDeclaration","operationId":"DataDeclaration_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/DataDeclarationTemplate":{"get":{"tags":["DataDeclarationTemplate"],"summary":"Get EntitySet DataDeclarationTemplate","description":"Returns the EntitySet DataDeclarationTemplate","operationId":"DataDeclarationTemplate_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet DataDeclarationTemplate","schema":{"$ref":"#/definitions/ResultOfDataDeclarationTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/DataDeclarationTemplate({Id})":{"get":{"tags":["DataDeclarationTemplate"],"summary":"Get entity from DataDeclarationTemplate by key.","description":"Returns the entity with the key from DataDeclarationTemplate","operationId":"DataDeclarationTemplate_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet DataDeclarationTemplate","schema":{"$ref":"#/definitions/DataDeclarationTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/DataDeclarationTemplate({Id})/Innomate.HR.Archive":{"post":{"tags":["DataDeclarationTemplate"],"summary":"Delete entity in EntitySet DataDeclarationTemplate","description":"Delete entity in EntitySet DataDeclarationTemplate","operationId":"DataDeclarationTemplate_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/DataDeclarationTemplate({Id})/Innomate.HR.Unarchive":{"post":{"tags":["DataDeclarationTemplate"],"summary":"Restore entity in EntitySet DataDeclarationTemplate","description":"Restore entity in EntitySet DataDeclarationTemplate","operationId":"DataDeclarationTemplate_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/DialogSession":{"get":{"tags":["DialogSession"],"summary":"Get EntitySet DialogSession","description":"Returns the EntitySet DialogSession","operationId":"DialogSession_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet DialogSession","schema":{"$ref":"#/definitions/ResultOfDialogSession"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["DialogSession"],"summary":"Post a new entity to EntitySet DialogSession","description":"Post a new entity to EntitySet DialogSession","operationId":"DialogSession_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"DialogSession","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DialogSession"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet DialogSession"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/DialogSession({Id})":{"get":{"tags":["DialogSession"],"summary":"Get entity from DialogSession by key.","description":"Returns the entity with the key from DialogSession","operationId":"DialogSession_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet DialogSession","schema":{"$ref":"#/definitions/DialogSession"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["DialogSession"],"summary":"Delete entity permanently in EntitySet DialogSession","description":"Delete entity permanently in EntitySet DialogSession","operationId":"DialogSession_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["DialogSession"],"summary":"Update entity in EntitySet DialogSession","description":"Update entity in EntitySet DialogSession","operationId":"DialogSession_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"DialogSession","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DialogSession"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/DialogSession({Id})/Innomate.HR.Archive":{"post":{"tags":["DialogSession"],"summary":"Delete entity in EntitySet DialogSession","description":"Delete entity in EntitySet DialogSession","operationId":"DialogSession_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/DialogSession({Id})/Innomate.HR.Unarchive":{"post":{"tags":["DialogSession"],"summary":"Restore entity in EntitySet DialogSession","description":"Restore entity in EntitySet DialogSession","operationId":"DialogSession_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmailHistory":{"get":{"tags":["EmailHistory"],"summary":"Get EntitySet EmailHistory","description":"Returns the EntitySet EmailHistory","operationId":"EmailHistory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet EmailHistory","schema":{"$ref":"#/definitions/ResultOfEmailHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/EmailHistory({Id})":{"get":{"tags":["EmailHistory"],"summary":"Get entity from EmailHistory by key.","description":"Returns the entity with the key from EmailHistory","operationId":"EmailHistory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet EmailHistory","schema":{"$ref":"#/definitions/EmailHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/EmployeeType":{"get":{"tags":["EmployeeType"],"summary":"Get EntitySet EmployeeType","description":"Returns the EntitySet EmployeeType","operationId":"EmployeeType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet EmployeeType","schema":{"$ref":"#/definitions/ResultOfEmployeeType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["EmployeeType"],"summary":"Post a new entity to EntitySet EmployeeType","description":"Post a new entity to EntitySet EmployeeType","operationId":"EmployeeType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"EmployeeType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EmployeeType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet EmployeeType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType({Id})":{"get":{"tags":["EmployeeType"],"summary":"Get entity from EmployeeType by key.","description":"Returns the entity with the key from EmployeeType","operationId":"EmployeeType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet EmployeeType","schema":{"$ref":"#/definitions/EmployeeType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["EmployeeType"],"summary":"Delete entity permanently in EntitySet EmployeeType","description":"Delete entity permanently in EntitySet EmployeeType","operationId":"EmployeeType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["EmployeeType"],"summary":"Update entity in EntitySet EmployeeType","description":"Update entity in EntitySet EmployeeType","operationId":"EmployeeType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EmployeeType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/EmployeeType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType({Id})/Innomate.HR.Archive":{"post":{"tags":["EmployeeType"],"summary":"Delete entity in EntitySet EmployeeType","description":"Delete entity in EntitySet EmployeeType","operationId":"EmployeeType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["EmployeeType"],"summary":"Restore entity in EntitySet EmployeeType","description":"Restore entity in EntitySet EmployeeType","operationId":"EmployeeType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType({Id})/Profiles/$ref":{"post":{"tags":["EmployeeType"],"summary":"Post entity to collection in EntitySet EmployeeType","description":"Post entity to collection in EntitySet EmployeeType","operationId":"EmployeeType_Profiles_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["EmployeeType"],"summary":"Delete entity from collection in EntitySet EmployeeType","description":"Delete entity from collection in EntitySet EmployeeType","operationId":"EmployeeType_Profiles_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType2":{"get":{"tags":["EmployeeType2"],"summary":"Get EntitySet EmployeeType2","description":"Returns the EntitySet EmployeeType2","operationId":"EmployeeType2_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet EmployeeType2","schema":{"$ref":"#/definitions/ResultOfEmployeeType2"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["EmployeeType2"],"summary":"Post a new entity to EntitySet EmployeeType2","description":"Post a new entity to EntitySet EmployeeType2","operationId":"EmployeeType2_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"EmployeeType2","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EmployeeType2"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet EmployeeType2"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType2({Id})":{"get":{"tags":["EmployeeType2"],"summary":"Get entity from EmployeeType2 by key.","description":"Returns the entity with the key from EmployeeType2","operationId":"EmployeeType2_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet EmployeeType2","schema":{"$ref":"#/definitions/EmployeeType2"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["EmployeeType2"],"summary":"Delete entity permanently in EntitySet EmployeeType2","description":"Delete entity permanently in EntitySet EmployeeType2","operationId":"EmployeeType2_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["EmployeeType2"],"summary":"Update entity in EntitySet EmployeeType2","description":"Update entity in EntitySet EmployeeType2","operationId":"EmployeeType2_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EmployeeType2","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/EmployeeType2"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType2({Id})/Innomate.HR.Archive":{"post":{"tags":["EmployeeType2"],"summary":"Delete entity in EntitySet EmployeeType2","description":"Delete entity in EntitySet EmployeeType2","operationId":"EmployeeType2_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType2({Id})/Innomate.HR.Unarchive":{"post":{"tags":["EmployeeType2"],"summary":"Restore entity in EntitySet EmployeeType2","description":"Restore entity in EntitySet EmployeeType2","operationId":"EmployeeType2_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EmployeeType2({Id})/Profiles/$ref":{"post":{"tags":["EmployeeType2"],"summary":"Post entity to collection in EntitySet EmployeeType2","description":"Post entity to collection in EntitySet EmployeeType2","operationId":"EmployeeType2_Profiles_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["EmployeeType2"],"summary":"Delete entity from collection in EntitySet EmployeeType2","description":"Delete entity from collection in EntitySet EmployeeType2","operationId":"EmployeeType2_Profiles_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Employment":{"get":{"tags":["Employment"],"summary":"Get EntitySet Employment","description":"Returns the EntitySet Employment","operationId":"Employment_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Employment","schema":{"$ref":"#/definitions/ResultOfEmployment"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Employment"],"summary":"Post a new entity to EntitySet Employment","description":"Post a new entity to EntitySet Employment","operationId":"Employment_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Employment","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Employment"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Employment"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Employment({Id})":{"get":{"tags":["Employment"],"summary":"Get entity from Employment by key.","description":"Returns the entity with the key from Employment","operationId":"Employment_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Employment","schema":{"$ref":"#/definitions/Employment"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Employment"],"summary":"Delete entity permanently in EntitySet Employment","description":"Delete entity permanently in EntitySet Employment","operationId":"Employment_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Employment"],"summary":"Update entity in EntitySet Employment","description":"Update entity in EntitySet Employment","operationId":"Employment_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Employment","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Employment"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Employment({Id})/Innomate.HR.Archive":{"post":{"tags":["Employment"],"summary":"Delete entity in EntitySet Employment","description":"Delete entity in EntitySet Employment","operationId":"Employment_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Employment({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Employment"],"summary":"Restore entity in EntitySet Employment","description":"Restore entity in EntitySet Employment","operationId":"Employment_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Employment({Id})/Profiles/$ref":{"post":{"tags":["Employment"],"summary":"Post entity to collection in EntitySet Employment","description":"Post entity to collection in EntitySet Employment","operationId":"Employment_Profiles_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["Employment"],"summary":"Delete entity from collection in EntitySet Employment","description":"Delete entity from collection in EntitySet Employment","operationId":"Employment_Profiles_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EnrollmentFlow":{"get":{"tags":["EnrollmentFlow"],"summary":"Get EntitySet EnrollmentFlow","description":"Returns the EntitySet EnrollmentFlow","operationId":"EnrollmentFlow_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet EnrollmentFlow","schema":{"$ref":"#/definitions/ResultOfEnrollmentFlow"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["EnrollmentFlow"],"summary":"Post a new entity to EntitySet EnrollmentFlow","description":"Post a new entity to EntitySet EnrollmentFlow","operationId":"EnrollmentFlow_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"EnrollmentFlow","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EnrollmentFlow"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet EnrollmentFlow"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EnrollmentFlow({Id})":{"get":{"tags":["EnrollmentFlow"],"summary":"Get entity from EnrollmentFlow by key.","description":"Returns the entity with the key from EnrollmentFlow","operationId":"EnrollmentFlow_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet EnrollmentFlow","schema":{"$ref":"#/definitions/EnrollmentFlow"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["EnrollmentFlow"],"summary":"Delete entity permanently in EntitySet EnrollmentFlow","description":"Delete entity permanently in EntitySet EnrollmentFlow","operationId":"EnrollmentFlow_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["EnrollmentFlow"],"summary":"Update entity in EntitySet EnrollmentFlow","description":"Update entity in EntitySet EnrollmentFlow","operationId":"EnrollmentFlow_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EnrollmentFlow","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/EnrollmentFlow"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EnrollmentFlow({Id})/Innomate.HR.Archive":{"post":{"tags":["EnrollmentFlow"],"summary":"Delete entity in EntitySet EnrollmentFlow","description":"Delete entity in EntitySet EnrollmentFlow","operationId":"EnrollmentFlow_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/EnrollmentFlow({Id})/Innomate.HR.Unarchive":{"post":{"tags":["EnrollmentFlow"],"summary":"Restore entity in EntitySet EnrollmentFlow","description":"Restore entity in EntitySet EnrollmentFlow","operationId":"EnrollmentFlow_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ExaminerCompetence":{"get":{"tags":["ExaminerCompetence"],"summary":"Get EntitySet ExaminerCompetence","description":"Returns the EntitySet ExaminerCompetence","operationId":"ExaminerCompetence_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ExaminerCompetence","schema":{"$ref":"#/definitions/ResultOfExaminerCompetence"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ExaminerCompetence"],"summary":"Post a new entity to EntitySet ExaminerCompetence","description":"Post a new entity to EntitySet ExaminerCompetence","operationId":"ExaminerCompetence_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ExaminerCompetence","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ExaminerCompetence"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ExaminerCompetence"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ExaminerCompetence({Id})":{"get":{"tags":["ExaminerCompetence"],"summary":"Get entity from ExaminerCompetence by key.","description":"Returns the entity with the key from ExaminerCompetence","operationId":"ExaminerCompetence_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ExaminerCompetence","schema":{"$ref":"#/definitions/ExaminerCompetence"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ExaminerCompetence"],"summary":"Delete entity permanently in EntitySet ExaminerCompetence","description":"Delete entity permanently in EntitySet ExaminerCompetence","operationId":"ExaminerCompetence_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ExaminerCompetence"],"summary":"Update entity in EntitySet ExaminerCompetence","description":"Update entity in EntitySet ExaminerCompetence","operationId":"ExaminerCompetence_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ExaminerCompetence","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ExaminerCompetence"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ExaminerCompetence({Id})/Innomate.HR.Archive":{"post":{"tags":["ExaminerCompetence"],"summary":"Delete entity in EntitySet ExaminerCompetence","description":"Delete entity in EntitySet ExaminerCompetence","operationId":"ExaminerCompetence_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ExaminerCompetence({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ExaminerCompetence"],"summary":"Restore entity in EntitySet ExaminerCompetence","description":"Restore entity in EntitySet ExaminerCompetence","operationId":"ExaminerCompetence_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/FileCategory":{"get":{"tags":["FileCategory"],"summary":"Get EntitySet FileCategory","description":"Returns the EntitySet FileCategory","operationId":"FileCategory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet FileCategory","schema":{"$ref":"#/definitions/ResultOfFileCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["FileCategory"],"summary":"Post a new entity to EntitySet FileCategory","description":"Post a new entity to EntitySet FileCategory","operationId":"FileCategory_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"FileCategory","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/FileCategory"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet FileCategory"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/FileCategory({Id})":{"get":{"tags":["FileCategory"],"summary":"Get entity from FileCategory by key.","description":"Returns the entity with the key from FileCategory","operationId":"FileCategory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet FileCategory","schema":{"$ref":"#/definitions/FileCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["FileCategory"],"summary":"Delete entity permanently in EntitySet FileCategory","description":"Delete entity permanently in EntitySet FileCategory","operationId":"FileCategory_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["FileCategory"],"summary":"Update entity in EntitySet FileCategory","description":"Update entity in EntitySet FileCategory","operationId":"FileCategory_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"FileCategory","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/FileCategory"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/FileCategory({Id})/Innomate.HR.Archive":{"post":{"tags":["FileCategory"],"summary":"Delete entity in EntitySet FileCategory","description":"Delete entity in EntitySet FileCategory","operationId":"FileCategory_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/FileCategory({Id})/Innomate.HR.Unarchive":{"post":{"tags":["FileCategory"],"summary":"Restore entity in EntitySet FileCategory","description":"Restore entity in EntitySet FileCategory","operationId":"FileCategory_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Form":{"get":{"tags":["Form"],"summary":"Get EntitySet Form","description":"Returns the EntitySet Form","operationId":"Form_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Form","schema":{"$ref":"#/definitions/ResultOfForm"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Form({Id})":{"get":{"tags":["Form"],"summary":"Get entity from Form by key.","description":"Returns the entity with the key from Form","operationId":"Form_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Form","schema":{"$ref":"#/definitions/Form"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Form({Id})/Innomate.HR.Archive":{"post":{"tags":["Form"],"summary":"Delete entity in EntitySet Form","description":"Delete entity in EntitySet Form","operationId":"Form_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Form({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Form"],"summary":"Restore entity in EntitySet Form","description":"Restore entity in EntitySet Form","operationId":"Form_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/FormTemplate":{"get":{"tags":["FormTemplate"],"summary":"Get EntitySet FormTemplate","description":"Returns the EntitySet FormTemplate","operationId":"FormTemplate_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet FormTemplate","schema":{"$ref":"#/definitions/ResultOfFormTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/FormTemplate({Id})":{"get":{"tags":["FormTemplate"],"summary":"Get entity from FormTemplate by key.","description":"Returns the entity with the key from FormTemplate","operationId":"FormTemplate_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet FormTemplate","schema":{"$ref":"#/definitions/FormTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/FormTemplate({Id})/Innomate.HR.Archive":{"post":{"tags":["FormTemplate"],"summary":"Delete entity in EntitySet FormTemplate","description":"Delete entity in EntitySet FormTemplate","operationId":"FormTemplate_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/FormTemplate({Id})/Innomate.HR.Unarchive":{"post":{"tags":["FormTemplate"],"summary":"Restore entity in EntitySet FormTemplate","description":"Restore entity in EntitySet FormTemplate","operationId":"FormTemplate_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/GenericProfile":{"get":{"tags":["GenericProfile"],"summary":"Get EntitySet GenericProfile","description":"Returns the EntitySet GenericProfile","operationId":"GenericProfile_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet GenericProfile","schema":{"$ref":"#/definitions/ResultOfGenericProfile"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["GenericProfile"],"summary":"Post a new entity to EntitySet GenericProfile","description":"Post a new entity to EntitySet GenericProfile","operationId":"GenericProfile_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"GenericProfile","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/GenericProfile"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet GenericProfile"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/GenericProfile({Id})":{"get":{"tags":["GenericProfile"],"summary":"Get entity from GenericProfile by key.","description":"Returns the entity with the key from GenericProfile","operationId":"GenericProfile_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet GenericProfile","schema":{"$ref":"#/definitions/GenericProfile"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["GenericProfile"],"summary":"Delete entity permanently in EntitySet GenericProfile","description":"Delete entity permanently in EntitySet GenericProfile","operationId":"GenericProfile_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["GenericProfile"],"summary":"Update entity in EntitySet GenericProfile","description":"Update entity in EntitySet GenericProfile","operationId":"GenericProfile_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"GenericProfile","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/GenericProfile"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/GenericProfile({Id})/Innomate.HR.Archive":{"post":{"tags":["GenericProfile"],"summary":"Delete entity in EntitySet GenericProfile","description":"Delete entity in EntitySet GenericProfile","operationId":"GenericProfile_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/GenericProfile({Id})/Innomate.HR.Unarchive":{"post":{"tags":["GenericProfile"],"summary":"Restore entity in EntitySet GenericProfile","description":"Restore entity in EntitySet GenericProfile","operationId":"GenericProfile_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/HiddenQuestionnaireTemplate":{"get":{"tags":["HiddenQuestionnaireTemplate"],"summary":"Get EntitySet HiddenQuestionnaireTemplate","description":"Returns the EntitySet HiddenQuestionnaireTemplate","operationId":"HiddenQuestionnaireTemplate_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet HiddenQuestionnaireTemplate","schema":{"$ref":"#/definitions/ResultOfHiddenQuestionnaireTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/HiddenQuestionnaireTemplate({Id})":{"get":{"tags":["HiddenQuestionnaireTemplate"],"summary":"Get entity from HiddenQuestionnaireTemplate by key.","description":"Returns the entity with the key from HiddenQuestionnaireTemplate","operationId":"HiddenQuestionnaireTemplate_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet HiddenQuestionnaireTemplate","schema":{"$ref":"#/definitions/HiddenQuestionnaireTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/HiddenQuestionnaireTemplate({Id})/Innomate.HR.Archive":{"post":{"tags":["HiddenQuestionnaireTemplate"],"summary":"Delete entity in EntitySet HiddenQuestionnaireTemplate","description":"Delete entity in EntitySet HiddenQuestionnaireTemplate","operationId":"HiddenQuestionnaireTemplate_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/HiddenQuestionnaireTemplate({Id})/Innomate.HR.Unarchive":{"post":{"tags":["HiddenQuestionnaireTemplate"],"summary":"Restore entity in EntitySet HiddenQuestionnaireTemplate","description":"Restore entity in EntitySet HiddenQuestionnaireTemplate","operationId":"HiddenQuestionnaireTemplate_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Importance":{"get":{"tags":["Importance"],"summary":"Get EntitySet Importance","description":"Returns the EntitySet Importance","operationId":"Importance_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Importance","schema":{"$ref":"#/definitions/ResultOfImportance"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Importance"],"summary":"Post a new entity to EntitySet Importance","description":"Post a new entity to EntitySet Importance","operationId":"Importance_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Importance","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Importance"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Importance"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Importance({Id})":{"get":{"tags":["Importance"],"summary":"Get entity from Importance by key.","description":"Returns the entity with the key from Importance","operationId":"Importance_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Importance","schema":{"$ref":"#/definitions/Importance"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Importance"],"summary":"Delete entity permanently in EntitySet Importance","description":"Delete entity permanently in EntitySet Importance","operationId":"Importance_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Importance"],"summary":"Update entity in EntitySet Importance","description":"Update entity in EntitySet Importance","operationId":"Importance_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Importance","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Importance"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Importance({Id})/Innomate.HR.Archive":{"post":{"tags":["Importance"],"summary":"Delete entity in EntitySet Importance","description":"Delete entity in EntitySet Importance","operationId":"Importance_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Importance({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Importance"],"summary":"Restore entity in EntitySet Importance","description":"Restore entity in EntitySet Importance","operationId":"Importance_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplication":{"get":{"tags":["JobApplication"],"summary":"Get EntitySet JobApplication","description":"Returns the EntitySet JobApplication","operationId":"JobApplication_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobApplication","schema":{"$ref":"#/definitions/ResultOfJobApplication"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobApplication"],"summary":"Post a new entity to EntitySet JobApplication","description":"Post a new entity to EntitySet JobApplication","operationId":"JobApplication_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobApplication","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobApplication"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobApplication"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplication({Id})":{"get":{"tags":["JobApplication"],"summary":"Get entity from JobApplication by key.","description":"Returns the entity with the key from JobApplication","operationId":"JobApplication_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobApplication","schema":{"$ref":"#/definitions/JobApplication"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobApplication"],"summary":"Delete entity permanently in EntitySet JobApplication","description":"Delete entity permanently in EntitySet JobApplication","operationId":"JobApplication_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobApplication"],"summary":"Update entity in EntitySet JobApplication","description":"Update entity in EntitySet JobApplication","operationId":"JobApplication_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobApplication","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobApplication"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplication({Id})/Innomate.HR.Archive":{"post":{"tags":["JobApplication"],"summary":"Delete entity in EntitySet JobApplication","description":"Delete entity in EntitySet JobApplication","operationId":"JobApplication_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplication({Id})/Innomate.HR.Unarchive":{"post":{"tags":["JobApplication"],"summary":"Restore entity in EntitySet JobApplication","description":"Restore entity in EntitySet JobApplication","operationId":"JobApplication_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplicationRating":{"get":{"tags":["JobApplicationRating"],"summary":"Get EntitySet JobApplicationRating","description":"Returns the EntitySet JobApplicationRating","operationId":"JobApplicationRating_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobApplicationRating","schema":{"$ref":"#/definitions/ResultOfJobApplicationRating"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobApplicationRating"],"summary":"Post a new entity to EntitySet JobApplicationRating","description":"Post a new entity to EntitySet JobApplicationRating","operationId":"JobApplicationRating_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobApplicationRating","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobApplicationRating"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobApplicationRating"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplicationRating({Id})":{"get":{"tags":["JobApplicationRating"],"summary":"Get entity from JobApplicationRating by key.","description":"Returns the entity with the key from JobApplicationRating","operationId":"JobApplicationRating_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobApplicationRating","schema":{"$ref":"#/definitions/JobApplicationRating"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobApplicationRating"],"summary":"Delete entity permanently in EntitySet JobApplicationRating","description":"Delete entity permanently in EntitySet JobApplicationRating","operationId":"JobApplicationRating_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobApplicationRating"],"summary":"Update entity in EntitySet JobApplicationRating","description":"Update entity in EntitySet JobApplicationRating","operationId":"JobApplicationRating_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobApplicationRating","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobApplicationRating"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplicationRating({Id})/Innomate.HR.Archive":{"post":{"tags":["JobApplicationRating"],"summary":"Delete entity in EntitySet JobApplicationRating","description":"Delete entity in EntitySet JobApplicationRating","operationId":"JobApplicationRating_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplicationRating({Id})/Innomate.HR.Unarchive":{"post":{"tags":["JobApplicationRating"],"summary":"Restore entity in EntitySet JobApplicationRating","description":"Restore entity in EntitySet JobApplicationRating","operationId":"JobApplicationRating_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplicationStatus":{"get":{"tags":["JobApplicationStatus"],"summary":"Get EntitySet JobApplicationStatus","description":"Returns the EntitySet JobApplicationStatus","operationId":"JobApplicationStatus_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobApplicationStatus","schema":{"$ref":"#/definitions/ResultOfJobApplicationStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobApplicationStatus"],"summary":"Post a new entity to EntitySet JobApplicationStatus","description":"Post a new entity to EntitySet JobApplicationStatus","operationId":"JobApplicationStatus_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobApplicationStatus","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobApplicationStatus"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobApplicationStatus"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplicationStatus({Id})":{"get":{"tags":["JobApplicationStatus"],"summary":"Get entity from JobApplicationStatus by key.","description":"Returns the entity with the key from JobApplicationStatus","operationId":"JobApplicationStatus_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobApplicationStatus","schema":{"$ref":"#/definitions/JobApplicationStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobApplicationStatus"],"summary":"Delete entity permanently in EntitySet JobApplicationStatus","description":"Delete entity permanently in EntitySet JobApplicationStatus","operationId":"JobApplicationStatus_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobApplicationStatus"],"summary":"Update entity in EntitySet JobApplicationStatus","description":"Update entity in EntitySet JobApplicationStatus","operationId":"JobApplicationStatus_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobApplicationStatus","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobApplicationStatus"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplicationStatus({Id})/Innomate.HR.Archive":{"post":{"tags":["JobApplicationStatus"],"summary":"Delete entity in EntitySet JobApplicationStatus","description":"Delete entity in EntitySet JobApplicationStatus","operationId":"JobApplicationStatus_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobApplicationStatus({Id})/Innomate.HR.Unarchive":{"post":{"tags":["JobApplicationStatus"],"summary":"Restore entity in EntitySet JobApplicationStatus","description":"Restore entity in EntitySet JobApplicationStatus","operationId":"JobApplicationStatus_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobBoard":{"get":{"tags":["JobBoard"],"summary":"Get EntitySet JobBoard","description":"Returns the EntitySet JobBoard","operationId":"JobBoard_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobBoard","schema":{"$ref":"#/definitions/ResultOfJobBoard"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobBoard"],"summary":"Post a new entity to EntitySet JobBoard","description":"Post a new entity to EntitySet JobBoard","operationId":"JobBoard_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobBoard","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobBoard"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobBoard"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobBoard({Id})":{"get":{"tags":["JobBoard"],"summary":"Get entity from JobBoard by key.","description":"Returns the entity with the key from JobBoard","operationId":"JobBoard_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobBoard","schema":{"$ref":"#/definitions/JobBoard"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobBoard"],"summary":"Delete entity permanently in EntitySet JobBoard","description":"Delete entity permanently in EntitySet JobBoard","operationId":"JobBoard_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobBoard"],"summary":"Update entity in EntitySet JobBoard","description":"Update entity in EntitySet JobBoard","operationId":"JobBoard_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobBoard","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobBoard"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobBoard({Id})/Innomate.HR.Archive":{"post":{"tags":["JobBoard"],"summary":"Delete entity in EntitySet JobBoard","description":"Delete entity in EntitySet JobBoard","operationId":"JobBoard_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobBoard({Id})/Innomate.HR.Unarchive":{"post":{"tags":["JobBoard"],"summary":"Restore entity in EntitySet JobBoard","description":"Restore entity in EntitySet JobBoard","operationId":"JobBoard_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobCategory":{"get":{"tags":["JobCategory"],"summary":"Get EntitySet JobCategory","description":"Returns the EntitySet JobCategory","operationId":"JobCategory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobCategory","schema":{"$ref":"#/definitions/ResultOfJobCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobCategory"],"summary":"Post a new entity to EntitySet JobCategory","description":"Post a new entity to EntitySet JobCategory","operationId":"JobCategory_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobCategory","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobCategory"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobCategory"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobCategory({Id})":{"get":{"tags":["JobCategory"],"summary":"Get entity from JobCategory by key.","description":"Returns the entity with the key from JobCategory","operationId":"JobCategory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobCategory","schema":{"$ref":"#/definitions/JobCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobCategory"],"summary":"Delete entity permanently in EntitySet JobCategory","description":"Delete entity permanently in EntitySet JobCategory","operationId":"JobCategory_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobCategory"],"summary":"Update entity in EntitySet JobCategory","description":"Update entity in EntitySet JobCategory","operationId":"JobCategory_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobCategory","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobCategory"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobCategory({Id})/Innomate.HR.Archive":{"post":{"tags":["JobCategory"],"summary":"Delete entity in EntitySet JobCategory","description":"Delete entity in EntitySet JobCategory","operationId":"JobCategory_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobCategory({Id})/Innomate.HR.Unarchive":{"post":{"tags":["JobCategory"],"summary":"Restore entity in EntitySet JobCategory","description":"Restore entity in EntitySet JobCategory","operationId":"JobCategory_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobDescription":{"get":{"tags":["JobDescription"],"summary":"Get EntitySet JobDescription","description":"Returns the EntitySet JobDescription","operationId":"JobDescription_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobDescription","schema":{"$ref":"#/definitions/ResultOfJobDescription"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobDescription"],"summary":"Post a new entity to EntitySet JobDescription","description":"Post a new entity to EntitySet JobDescription","operationId":"JobDescription_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobDescription","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobDescription"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobDescription"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobDescription({Id})":{"get":{"tags":["JobDescription"],"summary":"Get entity from JobDescription by key.","description":"Returns the entity with the key from JobDescription","operationId":"JobDescription_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobDescription","schema":{"$ref":"#/definitions/JobDescription"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobDescription"],"summary":"Delete entity permanently in EntitySet JobDescription","description":"Delete entity permanently in EntitySet JobDescription","operationId":"JobDescription_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobDescription"],"summary":"Update entity in EntitySet JobDescription","description":"Update entity in EntitySet JobDescription","operationId":"JobDescription_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobDescription","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobDescription"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobDescriptionField":{"get":{"tags":["JobDescriptionField"],"summary":"Get EntitySet JobDescriptionField","description":"Returns the EntitySet JobDescriptionField","operationId":"JobDescriptionField_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobDescriptionField","schema":{"$ref":"#/definitions/ResultOfJobDescriptionField"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobDescriptionField"],"summary":"Post a new entity to EntitySet JobDescriptionField","description":"Post a new entity to EntitySet JobDescriptionField","operationId":"JobDescriptionField_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobDescriptionField","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobDescriptionField"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobDescriptionField"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobDescriptionField({Id})":{"get":{"tags":["JobDescriptionField"],"summary":"Get entity from JobDescriptionField by key.","description":"Returns the entity with the key from JobDescriptionField","operationId":"JobDescriptionField_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobDescriptionField","schema":{"$ref":"#/definitions/JobDescriptionField"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobDescriptionField"],"summary":"Delete entity permanently in EntitySet JobDescriptionField","description":"Delete entity permanently in EntitySet JobDescriptionField","operationId":"JobDescriptionField_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobDescriptionField"],"summary":"Update entity in EntitySet JobDescriptionField","description":"Update entity in EntitySet JobDescriptionField","operationId":"JobDescriptionField_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobDescriptionField","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobDescriptionField"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobDescriptionFieldType":{"get":{"tags":["JobDescriptionFieldType"],"summary":"Get EntitySet JobDescriptionFieldType","description":"Returns the EntitySet JobDescriptionFieldType","operationId":"JobDescriptionFieldType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobDescriptionFieldType","schema":{"$ref":"#/definitions/ResultOfJobDescriptionFieldType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobDescriptionFieldType"],"summary":"Post a new entity to EntitySet JobDescriptionFieldType","description":"Post a new entity to EntitySet JobDescriptionFieldType","operationId":"JobDescriptionFieldType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobDescriptionFieldType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobDescriptionFieldType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobDescriptionFieldType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobDescriptionFieldType({Id})":{"get":{"tags":["JobDescriptionFieldType"],"summary":"Get entity from JobDescriptionFieldType by key.","description":"Returns the entity with the key from JobDescriptionFieldType","operationId":"JobDescriptionFieldType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobDescriptionFieldType","schema":{"$ref":"#/definitions/JobDescriptionFieldType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobDescriptionFieldType"],"summary":"Delete entity permanently in EntitySet JobDescriptionFieldType","description":"Delete entity permanently in EntitySet JobDescriptionFieldType","operationId":"JobDescriptionFieldType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobDescriptionFieldType"],"summary":"Update entity in EntitySet JobDescriptionFieldType","description":"Update entity in EntitySet JobDescriptionFieldType","operationId":"JobDescriptionFieldType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobDescriptionFieldType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobDescriptionFieldType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobDescriptionTemplatePosition":{"get":{"tags":["JobDescriptionTemplatePosition"],"summary":"Get EntitySet JobDescriptionTemplatePosition","description":"Returns the EntitySet JobDescriptionTemplatePosition","operationId":"JobDescriptionTemplatePosition_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobDescriptionTemplatePosition","schema":{"$ref":"#/definitions/ResultOfJobDescriptionTemplatePosition"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobDescriptionTemplatePosition"],"summary":"Post a new entity to EntitySet JobDescriptionTemplatePosition","description":"Post a new entity to EntitySet JobDescriptionTemplatePosition","operationId":"JobDescriptionTemplatePosition_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobDescriptionTemplatePosition","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobDescriptionTemplatePosition"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobDescriptionTemplatePosition"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobDescriptionTemplatePosition({Id})":{"get":{"tags":["JobDescriptionTemplatePosition"],"summary":"Get entity from JobDescriptionTemplatePosition by key.","description":"Returns the entity with the key from JobDescriptionTemplatePosition","operationId":"JobDescriptionTemplatePosition_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobDescriptionTemplatePosition","schema":{"$ref":"#/definitions/JobDescriptionTemplatePosition"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobDescriptionTemplatePosition"],"summary":"Delete entity permanently in EntitySet JobDescriptionTemplatePosition","description":"Delete entity permanently in EntitySet JobDescriptionTemplatePosition","operationId":"JobDescriptionTemplatePosition_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobDescriptionTemplatePosition"],"summary":"Update entity in EntitySet JobDescriptionTemplatePosition","description":"Update entity in EntitySet JobDescriptionTemplatePosition","operationId":"JobDescriptionTemplatePosition_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobDescriptionTemplatePosition","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobDescriptionTemplatePosition"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobOpening":{"get":{"tags":["JobOpening"],"summary":"Get EntitySet JobOpening","description":"Returns the EntitySet JobOpening","operationId":"JobOpening_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet JobOpening","schema":{"$ref":"#/definitions/ResultOfJobOpening"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["JobOpening"],"summary":"Post a new entity to EntitySet JobOpening","description":"Post a new entity to EntitySet JobOpening","operationId":"JobOpening_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"JobOpening","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/JobOpening"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet JobOpening"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobOpening({Id})":{"get":{"tags":["JobOpening"],"summary":"Get entity from JobOpening by key.","description":"Returns the entity with the key from JobOpening","operationId":"JobOpening_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet JobOpening","schema":{"$ref":"#/definitions/JobOpening"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["JobOpening"],"summary":"Delete entity permanently in EntitySet JobOpening","description":"Delete entity permanently in EntitySet JobOpening","operationId":"JobOpening_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["JobOpening"],"summary":"Update entity in EntitySet JobOpening","description":"Update entity in EntitySet JobOpening","operationId":"JobOpening_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"JobOpening","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/JobOpening"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobOpening({Id})/Innomate.HR.Archive":{"post":{"tags":["JobOpening"],"summary":"Delete entity in EntitySet JobOpening","description":"Delete entity in EntitySet JobOpening","operationId":"JobOpening_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobOpening({Id})/Innomate.HR.Unarchive":{"post":{"tags":["JobOpening"],"summary":"Restore entity in EntitySet JobOpening","description":"Restore entity in EntitySet JobOpening","operationId":"JobOpening_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/JobOpening({Id})/JobBoards/$ref":{"post":{"tags":["JobOpening"],"summary":"Post entity to collection in EntitySet JobOpening","description":"Post entity to collection in EntitySet JobOpening","operationId":"JobOpening_JobBoards_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["JobOpening"],"summary":"Delete entity from collection in EntitySet JobOpening","description":"Delete entity from collection in EntitySet JobOpening","operationId":"JobOpening_JobBoards_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Lesson":{"get":{"tags":["Lesson"],"summary":"Get EntitySet Lesson","description":"Returns the EntitySet Lesson","operationId":"Lesson_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Lesson","schema":{"$ref":"#/definitions/ResultOfLesson"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Lesson"],"summary":"Post a new entity to EntitySet Lesson","description":"Post a new entity to EntitySet Lesson","operationId":"Lesson_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Lesson","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Lesson"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Lesson"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Lesson({Id})":{"get":{"tags":["Lesson"],"summary":"Get entity from Lesson by key.","description":"Returns the entity with the key from Lesson","operationId":"Lesson_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Lesson","schema":{"$ref":"#/definitions/Lesson"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Lesson"],"summary":"Delete entity permanently in EntitySet Lesson","description":"Delete entity permanently in EntitySet Lesson","operationId":"Lesson_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Lesson"],"summary":"Update entity in EntitySet Lesson","description":"Update entity in EntitySet Lesson","operationId":"Lesson_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Lesson","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Lesson"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Lesson({Id})/Innomate.HR.Archive":{"post":{"tags":["Lesson"],"summary":"Delete entity in EntitySet Lesson","description":"Delete entity in EntitySet Lesson","operationId":"Lesson_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Lesson({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Lesson"],"summary":"Restore entity in EntitySet Lesson","description":"Restore entity in EntitySet Lesson","operationId":"Lesson_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Level":{"get":{"tags":["Level"],"summary":"Get EntitySet Level","description":"Returns the EntitySet Level","operationId":"Level_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Level","schema":{"$ref":"#/definitions/ResultOfLevel"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Level"],"summary":"Post a new entity to EntitySet Level","description":"Post a new entity to EntitySet Level","operationId":"Level_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Level","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Level"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Level"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Level({Id})":{"get":{"tags":["Level"],"summary":"Get entity from Level by key.","description":"Returns the entity with the key from Level","operationId":"Level_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Level","schema":{"$ref":"#/definitions/Level"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Level"],"summary":"Delete entity permanently in EntitySet Level","description":"Delete entity permanently in EntitySet Level","operationId":"Level_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Level"],"summary":"Update entity in EntitySet Level","description":"Update entity in EntitySet Level","operationId":"Level_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Level","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Level"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Level({Id})/Innomate.HR.Archive":{"post":{"tags":["Level"],"summary":"Delete entity in EntitySet Level","description":"Delete entity in EntitySet Level","operationId":"Level_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Level({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Level"],"summary":"Restore entity in EntitySet Level","description":"Restore entity in EntitySet Level","operationId":"Level_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/MainEventLog":{"get":{"tags":["MainEventLog"],"summary":"Get EntitySet MainEventLog","description":"Returns the EntitySet MainEventLog","operationId":"MainEventLog_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet MainEventLog","schema":{"$ref":"#/definitions/ResultOfMainEventLog"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/MainEventLog({Id})":{"get":{"tags":["MainEventLog"],"summary":"Get entity from MainEventLog by key.","description":"Returns the entity with the key from MainEventLog","operationId":"MainEventLog_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet MainEventLog","schema":{"$ref":"#/definitions/MainEventLog"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Media":{"get":{"tags":["Media"],"summary":"Get EntitySet Media","description":"Returns the EntitySet Media","operationId":"Media_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Media","schema":{"$ref":"#/definitions/ResultOfMedia"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Media"],"summary":"Post a new entity to EntitySet Media","description":"Post a new entity to EntitySet Media","operationId":"Media_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Media","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Media"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Media"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Media({Id})":{"get":{"tags":["Media"],"summary":"Get entity from Media by key.","description":"Returns the entity with the key from Media","operationId":"Media_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Media","schema":{"$ref":"#/definitions/Media"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Media"],"summary":"Delete entity permanently in EntitySet Media","description":"Delete entity permanently in EntitySet Media","operationId":"Media_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Media"],"summary":"Update entity in EntitySet Media","description":"Update entity in EntitySet Media","operationId":"Media_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Media","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Media"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Media({Id})/Innomate.HR.Archive":{"post":{"tags":["Media"],"summary":"Delete entity in EntitySet Media","description":"Delete entity in EntitySet Media","operationId":"Media_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Media({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Media"],"summary":"Restore entity in EntitySet Media","description":"Restore entity in EntitySet Media","operationId":"Media_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/MediaType":{"get":{"tags":["MediaType"],"summary":"Get EntitySet MediaType","description":"Returns the EntitySet MediaType","operationId":"MediaType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet MediaType","schema":{"$ref":"#/definitions/ResultOfMediaType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["MediaType"],"summary":"Post a new entity to EntitySet MediaType","description":"Post a new entity to EntitySet MediaType","operationId":"MediaType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"MediaType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/MediaType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet MediaType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/MediaType({Id})":{"get":{"tags":["MediaType"],"summary":"Get entity from MediaType by key.","description":"Returns the entity with the key from MediaType","operationId":"MediaType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet MediaType","schema":{"$ref":"#/definitions/MediaType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["MediaType"],"summary":"Delete entity permanently in EntitySet MediaType","description":"Delete entity permanently in EntitySet MediaType","operationId":"MediaType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["MediaType"],"summary":"Update entity in EntitySet MediaType","description":"Update entity in EntitySet MediaType","operationId":"MediaType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"MediaType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/MediaType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/MediaType({Id})/Innomate.HR.Archive":{"post":{"tags":["MediaType"],"summary":"Delete entity in EntitySet MediaType","description":"Delete entity in EntitySet MediaType","operationId":"MediaType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/MediaType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["MediaType"],"summary":"Restore entity in EntitySet MediaType","description":"Restore entity in EntitySet MediaType","operationId":"MediaType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/NextOfKin":{"get":{"tags":["NextOfKin"],"summary":"Get EntitySet NextOfKin","description":"Returns the EntitySet NextOfKin","operationId":"NextOfKin_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet NextOfKin","schema":{"$ref":"#/definitions/ResultOfNextOfKin"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["NextOfKin"],"summary":"Post a new entity to EntitySet NextOfKin","description":"Post a new entity to EntitySet NextOfKin","operationId":"NextOfKin_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"NextOfKin","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/NextOfKin"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet NextOfKin"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/NextOfKin({Id})":{"get":{"tags":["NextOfKin"],"summary":"Get entity from NextOfKin by key.","description":"Returns the entity with the key from NextOfKin","operationId":"NextOfKin_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet NextOfKin","schema":{"$ref":"#/definitions/NextOfKin"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["NextOfKin"],"summary":"Delete entity permanently in EntitySet NextOfKin","description":"Delete entity permanently in EntitySet NextOfKin","operationId":"NextOfKin_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["NextOfKin"],"summary":"Update entity in EntitySet NextOfKin","description":"Update entity in EntitySet NextOfKin","operationId":"NextOfKin_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"NextOfKin","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/NextOfKin"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/NextOfKin({Id})/Innomate.HR.Archive":{"post":{"tags":["NextOfKin"],"summary":"Delete entity in EntitySet NextOfKin","description":"Delete entity in EntitySet NextOfKin","operationId":"NextOfKin_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/NextOfKin({Id})/Innomate.HR.Unarchive":{"post":{"tags":["NextOfKin"],"summary":"Restore entity in EntitySet NextOfKin","description":"Restore entity in EntitySet NextOfKin","operationId":"NextOfKin_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Party":{"get":{"tags":["Party"],"summary":"Get EntitySet Party","description":"Returns the EntitySet Party","operationId":"Party_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Party","schema":{"$ref":"#/definitions/ResultOfParty"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Party({Id})":{"get":{"tags":["Party"],"summary":"Get entity from Party by key.","description":"Returns the entity with the key from Party","operationId":"Party_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Party","schema":{"$ref":"#/definitions/Party"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Person":{"get":{"tags":["Person"],"summary":"Get EntitySet Person","description":"Returns the EntitySet Person","operationId":"Person_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Person","schema":{"$ref":"#/definitions/ResultOfPerson"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Person"],"summary":"Post a new entity to EntitySet Person","description":"Post a new entity to EntitySet Person","operationId":"Person_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Person","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Person"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Person"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Person({Id})":{"get":{"tags":["Person"],"summary":"Get entity from Person by key.","description":"Returns the entity with the key from Person","operationId":"Person_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Person","schema":{"$ref":"#/definitions/Person"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Person"],"summary":"Delete entity permanently in EntitySet Person","description":"Delete entity permanently in EntitySet Person","operationId":"Person_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Person"],"summary":"Update entity in EntitySet Person","description":"Update entity in EntitySet Person","operationId":"Person_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Person","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Person"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Person({Id})/Innomate.HR.Archive":{"post":{"tags":["Person"],"summary":"Delete entity in EntitySet Person","description":"Delete entity in EntitySet Person","operationId":"Person_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Person({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Person"],"summary":"Restore entity in EntitySet Person","description":"Restore entity in EntitySet Person","operationId":"Person_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Person({Id})/Profiles/$ref":{"post":{"tags":["Person"],"summary":"Post entity to collection in EntitySet Person","description":"Post entity to collection in EntitySet Person","operationId":"Person_Profiles_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["Person"],"summary":"Delete entity from collection in EntitySet Person","description":"Delete entity from collection in EntitySet Person","operationId":"Person_Profiles_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonApproval":{"get":{"tags":["PersonApproval"],"summary":"Get EntitySet PersonApproval","description":"Returns the EntitySet PersonApproval","operationId":"PersonApproval_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet PersonApproval","schema":{"$ref":"#/definitions/ResultOfPersonApproval"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["PersonApproval"],"summary":"Post a new entity to EntitySet PersonApproval","description":"Post a new entity to EntitySet PersonApproval","operationId":"PersonApproval_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"PersonApproval","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PersonApproval"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet PersonApproval"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonApproval({Id})":{"get":{"tags":["PersonApproval"],"summary":"Get entity from PersonApproval by key.","description":"Returns the entity with the key from PersonApproval","operationId":"PersonApproval_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet PersonApproval","schema":{"$ref":"#/definitions/PersonApproval"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["PersonApproval"],"summary":"Delete entity permanently in EntitySet PersonApproval","description":"Delete entity permanently in EntitySet PersonApproval","operationId":"PersonApproval_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["PersonApproval"],"summary":"Update entity in EntitySet PersonApproval","description":"Update entity in EntitySet PersonApproval","operationId":"PersonApproval_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"PersonApproval","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PersonApproval"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonApproval({Id})/Innomate.HR.Archive":{"post":{"tags":["PersonApproval"],"summary":"Delete entity in EntitySet PersonApproval","description":"Delete entity in EntitySet PersonApproval","operationId":"PersonApproval_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonApproval({Id})/Innomate.HR.Unarchive":{"post":{"tags":["PersonApproval"],"summary":"Restore entity in EntitySet PersonApproval","description":"Restore entity in EntitySet PersonApproval","operationId":"PersonApproval_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonApprovalHistory":{"get":{"tags":["PersonApprovalHistory"],"summary":"Get EntitySet PersonApprovalHistory","description":"Returns the EntitySet PersonApprovalHistory","operationId":"PersonApprovalHistory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet PersonApprovalHistory","schema":{"$ref":"#/definitions/ResultOfPersonApprovalHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/PersonApprovalHistory({Id})":{"get":{"tags":["PersonApprovalHistory"],"summary":"Get entity from PersonApprovalHistory by key.","description":"Returns the entity with the key from PersonApprovalHistory","operationId":"PersonApprovalHistory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet PersonApprovalHistory","schema":{"$ref":"#/definitions/PersonApprovalHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/PersonCompetency":{"get":{"tags":["PersonCompetency"],"summary":"Get EntitySet PersonCompetency","description":"Returns the EntitySet PersonCompetency","operationId":"PersonCompetency_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet PersonCompetency","schema":{"$ref":"#/definitions/ResultOfPersonCompetency"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["PersonCompetency"],"summary":"Post a new entity to EntitySet PersonCompetency","description":"Post a new entity to EntitySet PersonCompetency","operationId":"PersonCompetency_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"PersonCompetency","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PersonCompetency"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet PersonCompetency"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonCompetency({Id})":{"get":{"tags":["PersonCompetency"],"summary":"Get entity from PersonCompetency by key.","description":"Returns the entity with the key from PersonCompetency","operationId":"PersonCompetency_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet PersonCompetency","schema":{"$ref":"#/definitions/PersonCompetency"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["PersonCompetency"],"summary":"Delete entity permanently in EntitySet PersonCompetency","description":"Delete entity permanently in EntitySet PersonCompetency","operationId":"PersonCompetency_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["PersonCompetency"],"summary":"Update entity in EntitySet PersonCompetency","description":"Update entity in EntitySet PersonCompetency","operationId":"PersonCompetency_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"PersonCompetency","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PersonCompetency"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonCompetencyHistory":{"get":{"tags":["PersonCompetencyHistory"],"summary":"Get EntitySet PersonCompetencyHistory","description":"Returns the EntitySet PersonCompetencyHistory","operationId":"PersonCompetencyHistory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet PersonCompetencyHistory","schema":{"$ref":"#/definitions/ResultOfPersonCompetencyHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/PersonCompetencyHistory({Id})":{"get":{"tags":["PersonCompetencyHistory"],"summary":"Get entity from PersonCompetencyHistory by key.","description":"Returns the entity with the key from PersonCompetencyHistory","operationId":"PersonCompetencyHistory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet PersonCompetencyHistory","schema":{"$ref":"#/definitions/PersonCompetencyHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/PersonNote":{"get":{"tags":["PersonNote"],"summary":"Get EntitySet PersonNote","description":"Returns the EntitySet PersonNote","operationId":"PersonNote_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet PersonNote","schema":{"$ref":"#/definitions/ResultOfPersonNote"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["PersonNote"],"summary":"Post a new entity to EntitySet PersonNote","description":"Post a new entity to EntitySet PersonNote","operationId":"PersonNote_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"PersonNote","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PersonNote"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet PersonNote"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonNote({Id})":{"get":{"tags":["PersonNote"],"summary":"Get entity from PersonNote by key.","description":"Returns the entity with the key from PersonNote","operationId":"PersonNote_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet PersonNote","schema":{"$ref":"#/definitions/PersonNote"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["PersonNote"],"summary":"Delete entity permanently in EntitySet PersonNote","description":"Delete entity permanently in EntitySet PersonNote","operationId":"PersonNote_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["PersonNote"],"summary":"Update entity in EntitySet PersonNote","description":"Update entity in EntitySet PersonNote","operationId":"PersonNote_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"PersonNote","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PersonNote"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonNote({Id})/Innomate.HR.Archive":{"post":{"tags":["PersonNote"],"summary":"Delete entity in EntitySet PersonNote","description":"Delete entity in EntitySet PersonNote","operationId":"PersonNote_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PersonNote({Id})/Innomate.HR.Unarchive":{"post":{"tags":["PersonNote"],"summary":"Restore entity in EntitySet PersonNote","description":"Restore entity in EntitySet PersonNote","operationId":"PersonNote_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Position":{"get":{"tags":["Position"],"summary":"Get EntitySet Position","description":"Returns the EntitySet Position","operationId":"Position_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Position","schema":{"$ref":"#/definitions/ResultOfPosition"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Position"],"summary":"Post a new entity to EntitySet Position","description":"Post a new entity to EntitySet Position","operationId":"Position_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Position","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Position"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Position"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Position({Id})":{"get":{"tags":["Position"],"summary":"Get entity from Position by key.","description":"Returns the entity with the key from Position","operationId":"Position_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Position","schema":{"$ref":"#/definitions/Position"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Position"],"summary":"Delete entity permanently in EntitySet Position","description":"Delete entity permanently in EntitySet Position","operationId":"Position_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Position"],"summary":"Update entity in EntitySet Position","description":"Update entity in EntitySet Position","operationId":"Position_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Position","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Position"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Position({Id})/Innomate.HR.Archive":{"post":{"tags":["Position"],"summary":"Delete entity in EntitySet Position","description":"Delete entity in EntitySet Position","operationId":"Position_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Position({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Position"],"summary":"Restore entity in EntitySet Position","description":"Restore entity in EntitySet Position","operationId":"Position_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Position({Id})/Profiles/$ref":{"post":{"tags":["Position"],"summary":"Post entity to collection in EntitySet Position","description":"Post entity to collection in EntitySet Position","operationId":"Position_Profiles_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["Position"],"summary":"Delete entity from collection in EntitySet Position","description":"Delete entity from collection in EntitySet Position","operationId":"Position_Profiles_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PositionType":{"get":{"tags":["PositionType"],"summary":"Get EntitySet PositionType","description":"Returns the EntitySet PositionType","operationId":"PositionType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet PositionType","schema":{"$ref":"#/definitions/ResultOfPositionType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["PositionType"],"summary":"Post a new entity to EntitySet PositionType","description":"Post a new entity to EntitySet PositionType","operationId":"PositionType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"PositionType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PositionType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet PositionType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PositionType({Id})":{"get":{"tags":["PositionType"],"summary":"Get entity from PositionType by key.","description":"Returns the entity with the key from PositionType","operationId":"PositionType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet PositionType","schema":{"$ref":"#/definitions/PositionType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["PositionType"],"summary":"Delete entity permanently in EntitySet PositionType","description":"Delete entity permanently in EntitySet PositionType","operationId":"PositionType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["PositionType"],"summary":"Update entity in EntitySet PositionType","description":"Update entity in EntitySet PositionType","operationId":"PositionType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"PositionType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PositionType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PositionType({Id})/Innomate.HR.Archive":{"post":{"tags":["PositionType"],"summary":"Delete entity in EntitySet PositionType","description":"Delete entity in EntitySet PositionType","operationId":"PositionType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PositionType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["PositionType"],"summary":"Restore entity in EntitySet PositionType","description":"Restore entity in EntitySet PositionType","operationId":"PositionType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PostalCode":{"get":{"tags":["PostalCode"],"summary":"Get EntitySet PostalCode","description":"Returns the EntitySet PostalCode","operationId":"PostalCode_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet PostalCode","schema":{"$ref":"#/definitions/ResultOfPostalCode"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["PostalCode"],"summary":"Post a new entity to EntitySet PostalCode","description":"Post a new entity to EntitySet PostalCode","operationId":"PostalCode_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"PostalCode","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PostalCode"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet PostalCode"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PostalCode({Id})":{"get":{"tags":["PostalCode"],"summary":"Get entity from PostalCode by key.","description":"Returns the entity with the key from PostalCode","operationId":"PostalCode_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet PostalCode","schema":{"$ref":"#/definitions/PostalCode"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["PostalCode"],"summary":"Delete entity permanently in EntitySet PostalCode","description":"Delete entity permanently in EntitySet PostalCode","operationId":"PostalCode_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["PostalCode"],"summary":"Update entity in EntitySet PostalCode","description":"Update entity in EntitySet PostalCode","operationId":"PostalCode_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"PostalCode","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PostalCode"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PostalCode({Id})/Innomate.HR.Archive":{"post":{"tags":["PostalCode"],"summary":"Delete entity in EntitySet PostalCode","description":"Delete entity in EntitySet PostalCode","operationId":"PostalCode_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/PostalCode({Id})/Innomate.HR.Unarchive":{"post":{"tags":["PostalCode"],"summary":"Restore entity in EntitySet PostalCode","description":"Restore entity in EntitySet PostalCode","operationId":"PostalCode_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Process":{"get":{"tags":["Process"],"summary":"Get EntitySet Process","description":"Returns the EntitySet Process","operationId":"Process_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Process","schema":{"$ref":"#/definitions/ResultOfProcess"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Process"],"summary":"Post a new entity to EntitySet Process","description":"Post a new entity to EntitySet Process","operationId":"Process_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Process","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Process"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Process"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Process({Id})":{"get":{"tags":["Process"],"summary":"Get entity from Process by key.","description":"Returns the entity with the key from Process","operationId":"Process_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Process","schema":{"$ref":"#/definitions/Process"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Process"],"summary":"Delete entity permanently in EntitySet Process","description":"Delete entity permanently in EntitySet Process","operationId":"Process_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Process"],"summary":"Update entity in EntitySet Process","description":"Update entity in EntitySet Process","operationId":"Process_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Process","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Process"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Process({Id})/Innomate.HR.Archive":{"post":{"tags":["Process"],"summary":"Delete entity in EntitySet Process","description":"Delete entity in EntitySet Process","operationId":"Process_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Process({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Process"],"summary":"Restore entity in EntitySet Process","description":"Restore entity in EntitySet Process","operationId":"Process_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProcessStatus":{"get":{"tags":["ProcessStatus"],"summary":"Get EntitySet ProcessStatus","description":"Returns the EntitySet ProcessStatus","operationId":"ProcessStatus_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ProcessStatus","schema":{"$ref":"#/definitions/ResultOfProcessStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ProcessStatus"],"summary":"Post a new entity to EntitySet ProcessStatus","description":"Post a new entity to EntitySet ProcessStatus","operationId":"ProcessStatus_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ProcessStatus","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ProcessStatus"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ProcessStatus"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProcessStatus({Id})":{"get":{"tags":["ProcessStatus"],"summary":"Get entity from ProcessStatus by key.","description":"Returns the entity with the key from ProcessStatus","operationId":"ProcessStatus_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ProcessStatus","schema":{"$ref":"#/definitions/ProcessStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ProcessStatus"],"summary":"Delete entity permanently in EntitySet ProcessStatus","description":"Delete entity permanently in EntitySet ProcessStatus","operationId":"ProcessStatus_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ProcessStatus"],"summary":"Update entity in EntitySet ProcessStatus","description":"Update entity in EntitySet ProcessStatus","operationId":"ProcessStatus_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ProcessStatus","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ProcessStatus"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProcessStatus({Id})/Innomate.HR.Archive":{"post":{"tags":["ProcessStatus"],"summary":"Delete entity in EntitySet ProcessStatus","description":"Delete entity in EntitySet ProcessStatus","operationId":"ProcessStatus_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProcessStatus({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ProcessStatus"],"summary":"Restore entity in EntitySet ProcessStatus","description":"Restore entity in EntitySet ProcessStatus","operationId":"ProcessStatus_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProcessType":{"get":{"tags":["ProcessType"],"summary":"Get EntitySet ProcessType","description":"Returns the EntitySet ProcessType","operationId":"ProcessType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ProcessType","schema":{"$ref":"#/definitions/ResultOfProcessType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ProcessType"],"summary":"Post a new entity to EntitySet ProcessType","description":"Post a new entity to EntitySet ProcessType","operationId":"ProcessType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ProcessType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ProcessType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ProcessType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProcessType({Id})":{"get":{"tags":["ProcessType"],"summary":"Get entity from ProcessType by key.","description":"Returns the entity with the key from ProcessType","operationId":"ProcessType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ProcessType","schema":{"$ref":"#/definitions/ProcessType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ProcessType"],"summary":"Delete entity permanently in EntitySet ProcessType","description":"Delete entity permanently in EntitySet ProcessType","operationId":"ProcessType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ProcessType"],"summary":"Update entity in EntitySet ProcessType","description":"Update entity in EntitySet ProcessType","operationId":"ProcessType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ProcessType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ProcessType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProcessType({Id})/Innomate.HR.Archive":{"post":{"tags":["ProcessType"],"summary":"Delete entity in EntitySet ProcessType","description":"Delete entity in EntitySet ProcessType","operationId":"ProcessType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProcessType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ProcessType"],"summary":"Restore entity in EntitySet ProcessType","description":"Restore entity in EntitySet ProcessType","operationId":"ProcessType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Profile":{"get":{"tags":["Profile"],"summary":"Get EntitySet Profile","description":"Returns the EntitySet Profile","operationId":"Profile_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Profile","schema":{"$ref":"#/definitions/ResultOfProfile"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Profile({Id})":{"get":{"tags":["Profile"],"summary":"Get entity from Profile by key.","description":"Returns the entity with the key from Profile","operationId":"Profile_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Profile","schema":{"$ref":"#/definitions/Profile"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Profile({Id})/Innomate.HR.Archive":{"post":{"tags":["Profile"],"summary":"Delete entity in EntitySet Profile","description":"Delete entity in EntitySet Profile","operationId":"Profile_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Profile({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Profile"],"summary":"Restore entity in EntitySet Profile","description":"Restore entity in EntitySet Profile","operationId":"Profile_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProfileActivity":{"get":{"tags":["ProfileActivity"],"summary":"Get EntitySet ProfileActivity","description":"Returns the EntitySet ProfileActivity","operationId":"ProfileActivity_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ProfileActivity","schema":{"$ref":"#/definitions/ResultOfProfileActivity"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ProfileActivity"],"summary":"Post a new entity to EntitySet ProfileActivity","description":"Post a new entity to EntitySet ProfileActivity","operationId":"ProfileActivity_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ProfileActivity","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ProfileActivity"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ProfileActivity"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProfileActivity({Id})":{"get":{"tags":["ProfileActivity"],"summary":"Get entity from ProfileActivity by key.","description":"Returns the entity with the key from ProfileActivity","operationId":"ProfileActivity_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ProfileActivity","schema":{"$ref":"#/definitions/ProfileActivity"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ProfileActivity"],"summary":"Delete entity permanently in EntitySet ProfileActivity","description":"Delete entity permanently in EntitySet ProfileActivity","operationId":"ProfileActivity_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ProfileActivity"],"summary":"Update entity in EntitySet ProfileActivity","description":"Update entity in EntitySet ProfileActivity","operationId":"ProfileActivity_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ProfileActivity","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ProfileActivity"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProfileCompetency":{"get":{"tags":["ProfileCompetency"],"summary":"Get EntitySet ProfileCompetency","description":"Returns the EntitySet ProfileCompetency","operationId":"ProfileCompetency_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ProfileCompetency","schema":{"$ref":"#/definitions/ResultOfProfileCompetency"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ProfileCompetency"],"summary":"Post a new entity to EntitySet ProfileCompetency","description":"Post a new entity to EntitySet ProfileCompetency","operationId":"ProfileCompetency_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ProfileCompetency","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ProfileCompetency"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ProfileCompetency"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ProfileCompetency({Id})":{"get":{"tags":["ProfileCompetency"],"summary":"Get entity from ProfileCompetency by key.","description":"Returns the entity with the key from ProfileCompetency","operationId":"ProfileCompetency_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ProfileCompetency","schema":{"$ref":"#/definitions/ProfileCompetency"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ProfileCompetency"],"summary":"Delete entity permanently in EntitySet ProfileCompetency","description":"Delete entity permanently in EntitySet ProfileCompetency","operationId":"ProfileCompetency_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ProfileCompetency"],"summary":"Update entity in EntitySet ProfileCompetency","description":"Update entity in EntitySet ProfileCompetency","operationId":"ProfileCompetency_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ProfileCompetency","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ProfileCompetency"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Question":{"get":{"tags":["Question"],"summary":"Get EntitySet Question","description":"Returns the EntitySet Question","operationId":"Question_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Question","schema":{"$ref":"#/definitions/ResultOfQuestion"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Question({Id})":{"get":{"tags":["Question"],"summary":"Get entity from Question by key.","description":"Returns the entity with the key from Question","operationId":"Question_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Question","schema":{"$ref":"#/definitions/Question"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/QuestionInstance":{"get":{"tags":["QuestionInstance"],"summary":"Get EntitySet QuestionInstance","description":"Returns the EntitySet QuestionInstance","operationId":"QuestionInstance_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet QuestionInstance","schema":{"$ref":"#/definitions/ResultOfQuestionInstance"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/QuestionInstance({Id})":{"get":{"tags":["QuestionInstance"],"summary":"Get entity from QuestionInstance by key.","description":"Returns the entity with the key from QuestionInstance","operationId":"QuestionInstance_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet QuestionInstance","schema":{"$ref":"#/definitions/QuestionInstance"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Questionnaire":{"get":{"tags":["Questionnaire"],"summary":"Get EntitySet Questionnaire","description":"Returns the EntitySet Questionnaire","operationId":"Questionnaire_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Questionnaire","schema":{"$ref":"#/definitions/ResultOfQuestionnaire"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Questionnaire({Id})":{"get":{"tags":["Questionnaire"],"summary":"Get entity from Questionnaire by key.","description":"Returns the entity with the key from Questionnaire","operationId":"Questionnaire_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Questionnaire","schema":{"$ref":"#/definitions/Questionnaire"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Questionnaire({Id})/Innomate.HR.Archive":{"post":{"tags":["Questionnaire"],"summary":"Delete entity in EntitySet Questionnaire","description":"Delete entity in EntitySet Questionnaire","operationId":"Questionnaire_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Questionnaire({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Questionnaire"],"summary":"Restore entity in EntitySet Questionnaire","description":"Restore entity in EntitySet Questionnaire","operationId":"Questionnaire_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/QuestionnaireResponseItem":{"get":{"tags":["QuestionnaireResponseItem"],"summary":"Get EntitySet QuestionnaireResponseItem","description":"Returns the EntitySet QuestionnaireResponseItem","operationId":"QuestionnaireResponseItem_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet QuestionnaireResponseItem","schema":{"$ref":"#/definitions/ResultOfQuestionnaireResponseItem"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/QuestionnaireResponseItem({Id})":{"get":{"tags":["QuestionnaireResponseItem"],"summary":"Get entity from QuestionnaireResponseItem by key.","description":"Returns the entity with the key from QuestionnaireResponseItem","operationId":"QuestionnaireResponseItem_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet QuestionnaireResponseItem","schema":{"$ref":"#/definitions/QuestionnaireResponseItem"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/QuestionnaireTemplate":{"get":{"tags":["QuestionnaireTemplate"],"summary":"Get EntitySet QuestionnaireTemplate","description":"Returns the EntitySet QuestionnaireTemplate","operationId":"QuestionnaireTemplate_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet QuestionnaireTemplate","schema":{"$ref":"#/definitions/ResultOfQuestionnaireTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/QuestionnaireTemplate({Id})":{"get":{"tags":["QuestionnaireTemplate"],"summary":"Get entity from QuestionnaireTemplate by key.","description":"Returns the entity with the key from QuestionnaireTemplate","operationId":"QuestionnaireTemplate_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet QuestionnaireTemplate","schema":{"$ref":"#/definitions/QuestionnaireTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/QuestionnaireTemplate({Id})/Innomate.HR.Archive":{"post":{"tags":["QuestionnaireTemplate"],"summary":"Delete entity in EntitySet QuestionnaireTemplate","description":"Delete entity in EntitySet QuestionnaireTemplate","operationId":"QuestionnaireTemplate_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/QuestionnaireTemplate({Id})/Innomate.HR.Unarchive":{"post":{"tags":["QuestionnaireTemplate"],"summary":"Restore entity in EntitySet QuestionnaireTemplate","description":"Restore entity in EntitySet QuestionnaireTemplate","operationId":"QuestionnaireTemplate_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/QuestionnaireTemplateBase":{"get":{"tags":["QuestionnaireTemplateBase"],"summary":"Get EntitySet QuestionnaireTemplateBase","description":"Returns the EntitySet QuestionnaireTemplateBase","operationId":"QuestionnaireTemplateBase_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet QuestionnaireTemplateBase","schema":{"$ref":"#/definitions/ResultOfQuestionnaireTemplateBase"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/QuestionnaireTemplateBase({Id})":{"get":{"tags":["QuestionnaireTemplateBase"],"summary":"Get entity from QuestionnaireTemplateBase by key.","description":"Returns the entity with the key from QuestionnaireTemplateBase","operationId":"QuestionnaireTemplateBase_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet QuestionnaireTemplateBase","schema":{"$ref":"#/definitions/QuestionnaireTemplateBase"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/QuestionnaireType":{"get":{"tags":["QuestionnaireType"],"summary":"Get EntitySet QuestionnaireType","description":"Returns the EntitySet QuestionnaireType","operationId":"QuestionnaireType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet QuestionnaireType","schema":{"$ref":"#/definitions/ResultOfQuestionnaireType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["QuestionnaireType"],"summary":"Post a new entity to EntitySet QuestionnaireType","description":"Post a new entity to EntitySet QuestionnaireType","operationId":"QuestionnaireType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"QuestionnaireType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/QuestionnaireType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet QuestionnaireType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/QuestionnaireType({Id})":{"get":{"tags":["QuestionnaireType"],"summary":"Get entity from QuestionnaireType by key.","description":"Returns the entity with the key from QuestionnaireType","operationId":"QuestionnaireType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet QuestionnaireType","schema":{"$ref":"#/definitions/QuestionnaireType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["QuestionnaireType"],"summary":"Delete entity permanently in EntitySet QuestionnaireType","description":"Delete entity permanently in EntitySet QuestionnaireType","operationId":"QuestionnaireType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["QuestionnaireType"],"summary":"Update entity in EntitySet QuestionnaireType","description":"Update entity in EntitySet QuestionnaireType","operationId":"QuestionnaireType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"QuestionnaireType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/QuestionnaireType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/QuestionnaireType({Id})/Innomate.HR.Archive":{"post":{"tags":["QuestionnaireType"],"summary":"Delete entity in EntitySet QuestionnaireType","description":"Delete entity in EntitySet QuestionnaireType","operationId":"QuestionnaireType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/QuestionnaireType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["QuestionnaireType"],"summary":"Restore entity in EntitySet QuestionnaireType","description":"Restore entity in EntitySet QuestionnaireType","operationId":"QuestionnaireType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruiterComment":{"get":{"tags":["RecruiterComment"],"summary":"Get EntitySet RecruiterComment","description":"Returns the EntitySet RecruiterComment","operationId":"RecruiterComment_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet RecruiterComment","schema":{"$ref":"#/definitions/ResultOfRecruiterComment"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/RecruiterComment({Id})":{"get":{"tags":["RecruiterComment"],"summary":"Get entity from RecruiterComment by key.","description":"Returns the entity with the key from RecruiterComment","operationId":"RecruiterComment_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet RecruiterComment","schema":{"$ref":"#/definitions/RecruiterComment"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/RecruiterRating":{"get":{"tags":["RecruiterRating"],"summary":"Get EntitySet RecruiterRating","description":"Returns the EntitySet RecruiterRating","operationId":"RecruiterRating_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet RecruiterRating","schema":{"$ref":"#/definitions/ResultOfRecruiterRating"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["RecruiterRating"],"summary":"Post a new entity to EntitySet RecruiterRating","description":"Post a new entity to EntitySet RecruiterRating","operationId":"RecruiterRating_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"RecruiterRating","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/RecruiterRating"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet RecruiterRating"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruiterRating({Id})":{"get":{"tags":["RecruiterRating"],"summary":"Get entity from RecruiterRating by key.","description":"Returns the entity with the key from RecruiterRating","operationId":"RecruiterRating_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet RecruiterRating","schema":{"$ref":"#/definitions/RecruiterRating"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["RecruiterRating"],"summary":"Delete entity permanently in EntitySet RecruiterRating","description":"Delete entity permanently in EntitySet RecruiterRating","operationId":"RecruiterRating_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["RecruiterRating"],"summary":"Update entity in EntitySet RecruiterRating","description":"Update entity in EntitySet RecruiterRating","operationId":"RecruiterRating_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"RecruiterRating","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/RecruiterRating"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruitingTeamMembership":{"get":{"tags":["RecruitingTeamMembership"],"summary":"Get EntitySet RecruitingTeamMembership","description":"Returns the EntitySet RecruitingTeamMembership","operationId":"RecruitingTeamMembership_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet RecruitingTeamMembership","schema":{"$ref":"#/definitions/ResultOfRecruitingTeamMembership"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["RecruitingTeamMembership"],"summary":"Post a new entity to EntitySet RecruitingTeamMembership","description":"Post a new entity to EntitySet RecruitingTeamMembership","operationId":"RecruitingTeamMembership_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"RecruitingTeamMembership","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/RecruitingTeamMembership"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet RecruitingTeamMembership"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruitingTeamMembership({Id})":{"get":{"tags":["RecruitingTeamMembership"],"summary":"Get entity from RecruitingTeamMembership by key.","description":"Returns the entity with the key from RecruitingTeamMembership","operationId":"RecruitingTeamMembership_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet RecruitingTeamMembership","schema":{"$ref":"#/definitions/RecruitingTeamMembership"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["RecruitingTeamMembership"],"summary":"Delete entity permanently in EntitySet RecruitingTeamMembership","description":"Delete entity permanently in EntitySet RecruitingTeamMembership","operationId":"RecruitingTeamMembership_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["RecruitingTeamMembership"],"summary":"Update entity in EntitySet RecruitingTeamMembership","description":"Update entity in EntitySet RecruitingTeamMembership","operationId":"RecruitingTeamMembership_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"RecruitingTeamMembership","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/RecruitingTeamMembership"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruitingTeamMembership({Id})/Innomate.HR.Archive":{"post":{"tags":["RecruitingTeamMembership"],"summary":"Delete entity in EntitySet RecruitingTeamMembership","description":"Delete entity in EntitySet RecruitingTeamMembership","operationId":"RecruitingTeamMembership_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruitingTeamMembership({Id})/Innomate.HR.Unarchive":{"post":{"tags":["RecruitingTeamMembership"],"summary":"Restore entity in EntitySet RecruitingTeamMembership","description":"Restore entity in EntitySet RecruitingTeamMembership","operationId":"RecruitingTeamMembership_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruitingTeamRole":{"get":{"tags":["RecruitingTeamRole"],"summary":"Get EntitySet RecruitingTeamRole","description":"Returns the EntitySet RecruitingTeamRole","operationId":"RecruitingTeamRole_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet RecruitingTeamRole","schema":{"$ref":"#/definitions/ResultOfRecruitingTeamRole"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["RecruitingTeamRole"],"summary":"Post a new entity to EntitySet RecruitingTeamRole","description":"Post a new entity to EntitySet RecruitingTeamRole","operationId":"RecruitingTeamRole_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"RecruitingTeamRole","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/RecruitingTeamRole"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet RecruitingTeamRole"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruitingTeamRole({Id})":{"get":{"tags":["RecruitingTeamRole"],"summary":"Get entity from RecruitingTeamRole by key.","description":"Returns the entity with the key from RecruitingTeamRole","operationId":"RecruitingTeamRole_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet RecruitingTeamRole","schema":{"$ref":"#/definitions/RecruitingTeamRole"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["RecruitingTeamRole"],"summary":"Delete entity permanently in EntitySet RecruitingTeamRole","description":"Delete entity permanently in EntitySet RecruitingTeamRole","operationId":"RecruitingTeamRole_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["RecruitingTeamRole"],"summary":"Update entity in EntitySet RecruitingTeamRole","description":"Update entity in EntitySet RecruitingTeamRole","operationId":"RecruitingTeamRole_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"RecruitingTeamRole","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/RecruitingTeamRole"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruitingTeamRole({Id})/Innomate.HR.Archive":{"post":{"tags":["RecruitingTeamRole"],"summary":"Delete entity in EntitySet RecruitingTeamRole","description":"Delete entity in EntitySet RecruitingTeamRole","operationId":"RecruitingTeamRole_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/RecruitingTeamRole({Id})/Innomate.HR.Unarchive":{"post":{"tags":["RecruitingTeamRole"],"summary":"Restore entity in EntitySet RecruitingTeamRole","description":"Restore entity in EntitySet RecruitingTeamRole","operationId":"RecruitingTeamRole_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Resource":{"get":{"tags":["Resource"],"summary":"Get EntitySet Resource","description":"Returns the EntitySet Resource","operationId":"Resource_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Resource","schema":{"$ref":"#/definitions/ResultOfResource"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Resource"],"summary":"Post a new entity to EntitySet Resource","description":"Post a new entity to EntitySet Resource","operationId":"Resource_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Resource","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Resource"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Resource"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Resource({Id})":{"get":{"tags":["Resource"],"summary":"Get entity from Resource by key.","description":"Returns the entity with the key from Resource","operationId":"Resource_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Resource","schema":{"$ref":"#/definitions/Resource"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Resource"],"summary":"Delete entity permanently in EntitySet Resource","description":"Delete entity permanently in EntitySet Resource","operationId":"Resource_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Resource"],"summary":"Update entity in EntitySet Resource","description":"Update entity in EntitySet Resource","operationId":"Resource_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Resource","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Resource"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Resource({Id})/Innomate.HR.Archive":{"post":{"tags":["Resource"],"summary":"Delete entity in EntitySet Resource","description":"Delete entity in EntitySet Resource","operationId":"Resource_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Resource({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Resource"],"summary":"Restore entity in EntitySet Resource","description":"Restore entity in EntitySet Resource","operationId":"Resource_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceCategory":{"get":{"tags":["ResourceCategory"],"summary":"Get EntitySet ResourceCategory","description":"Returns the EntitySet ResourceCategory","operationId":"ResourceCategory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ResourceCategory","schema":{"$ref":"#/definitions/ResultOfResourceCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ResourceCategory"],"summary":"Post a new entity to EntitySet ResourceCategory","description":"Post a new entity to EntitySet ResourceCategory","operationId":"ResourceCategory_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ResourceCategory","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ResourceCategory"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ResourceCategory"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceCategory({Id})":{"get":{"tags":["ResourceCategory"],"summary":"Get entity from ResourceCategory by key.","description":"Returns the entity with the key from ResourceCategory","operationId":"ResourceCategory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ResourceCategory","schema":{"$ref":"#/definitions/ResourceCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ResourceCategory"],"summary":"Delete entity permanently in EntitySet ResourceCategory","description":"Delete entity permanently in EntitySet ResourceCategory","operationId":"ResourceCategory_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ResourceCategory"],"summary":"Update entity in EntitySet ResourceCategory","description":"Update entity in EntitySet ResourceCategory","operationId":"ResourceCategory_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ResourceCategory","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ResourceCategory"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceCategory({Id})/Innomate.HR.Archive":{"post":{"tags":["ResourceCategory"],"summary":"Delete entity in EntitySet ResourceCategory","description":"Delete entity in EntitySet ResourceCategory","operationId":"ResourceCategory_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceCategory({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ResourceCategory"],"summary":"Restore entity in EntitySet ResourceCategory","description":"Restore entity in EntitySet ResourceCategory","operationId":"ResourceCategory_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceGrant":{"get":{"tags":["ResourceGrant"],"summary":"Get EntitySet ResourceGrant","description":"Returns the EntitySet ResourceGrant","operationId":"ResourceGrant_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ResourceGrant","schema":{"$ref":"#/definitions/ResultOfResourceGrant"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ResourceGrant"],"summary":"Post a new entity to EntitySet ResourceGrant","description":"Post a new entity to EntitySet ResourceGrant","operationId":"ResourceGrant_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ResourceGrant","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ResourceGrant"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ResourceGrant"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceGrant({Id})":{"get":{"tags":["ResourceGrant"],"summary":"Get entity from ResourceGrant by key.","description":"Returns the entity with the key from ResourceGrant","operationId":"ResourceGrant_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ResourceGrant","schema":{"$ref":"#/definitions/ResourceGrant"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ResourceGrant"],"summary":"Delete entity permanently in EntitySet ResourceGrant","description":"Delete entity permanently in EntitySet ResourceGrant","operationId":"ResourceGrant_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ResourceGrant"],"summary":"Update entity in EntitySet ResourceGrant","description":"Update entity in EntitySet ResourceGrant","operationId":"ResourceGrant_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ResourceGrant","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ResourceGrant"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceGrant({Id})/Innomate.HR.Archive":{"post":{"tags":["ResourceGrant"],"summary":"Delete entity in EntitySet ResourceGrant","description":"Delete entity in EntitySet ResourceGrant","operationId":"ResourceGrant_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceGrant({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ResourceGrant"],"summary":"Restore entity in EntitySet ResourceGrant","description":"Restore entity in EntitySet ResourceGrant","operationId":"ResourceGrant_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceStatus":{"get":{"tags":["ResourceStatus"],"summary":"Get EntitySet ResourceStatus","description":"Returns the EntitySet ResourceStatus","operationId":"ResourceStatus_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ResourceStatus","schema":{"$ref":"#/definitions/ResultOfResourceStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ResourceStatus"],"summary":"Post a new entity to EntitySet ResourceStatus","description":"Post a new entity to EntitySet ResourceStatus","operationId":"ResourceStatus_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ResourceStatus","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ResourceStatus"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ResourceStatus"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceStatus({Id})":{"get":{"tags":["ResourceStatus"],"summary":"Get entity from ResourceStatus by key.","description":"Returns the entity with the key from ResourceStatus","operationId":"ResourceStatus_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ResourceStatus","schema":{"$ref":"#/definitions/ResourceStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ResourceStatus"],"summary":"Delete entity permanently in EntitySet ResourceStatus","description":"Delete entity permanently in EntitySet ResourceStatus","operationId":"ResourceStatus_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ResourceStatus"],"summary":"Update entity in EntitySet ResourceStatus","description":"Update entity in EntitySet ResourceStatus","operationId":"ResourceStatus_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ResourceStatus","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ResourceStatus"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceStatus({Id})/Innomate.HR.Archive":{"post":{"tags":["ResourceStatus"],"summary":"Delete entity in EntitySet ResourceStatus","description":"Delete entity in EntitySet ResourceStatus","operationId":"ResourceStatus_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceStatus({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ResourceStatus"],"summary":"Restore entity in EntitySet ResourceStatus","description":"Restore entity in EntitySet ResourceStatus","operationId":"ResourceStatus_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceSupplier":{"get":{"tags":["ResourceSupplier"],"summary":"Get EntitySet ResourceSupplier","description":"Returns the EntitySet ResourceSupplier","operationId":"ResourceSupplier_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ResourceSupplier","schema":{"$ref":"#/definitions/ResultOfResourceSupplier"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ResourceSupplier"],"summary":"Post a new entity to EntitySet ResourceSupplier","description":"Post a new entity to EntitySet ResourceSupplier","operationId":"ResourceSupplier_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ResourceSupplier","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ResourceSupplier"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ResourceSupplier"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceSupplier({Id})":{"get":{"tags":["ResourceSupplier"],"summary":"Get entity from ResourceSupplier by key.","description":"Returns the entity with the key from ResourceSupplier","operationId":"ResourceSupplier_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ResourceSupplier","schema":{"$ref":"#/definitions/ResourceSupplier"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ResourceSupplier"],"summary":"Delete entity permanently in EntitySet ResourceSupplier","description":"Delete entity permanently in EntitySet ResourceSupplier","operationId":"ResourceSupplier_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ResourceSupplier"],"summary":"Update entity in EntitySet ResourceSupplier","description":"Update entity in EntitySet ResourceSupplier","operationId":"ResourceSupplier_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ResourceSupplier","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ResourceSupplier"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceSupplier({Id})/Innomate.HR.Archive":{"post":{"tags":["ResourceSupplier"],"summary":"Delete entity in EntitySet ResourceSupplier","description":"Delete entity in EntitySet ResourceSupplier","operationId":"ResourceSupplier_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceSupplier({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ResourceSupplier"],"summary":"Restore entity in EntitySet ResourceSupplier","description":"Restore entity in EntitySet ResourceSupplier","operationId":"ResourceSupplier_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceType":{"get":{"tags":["ResourceType"],"summary":"Get EntitySet ResourceType","description":"Returns the EntitySet ResourceType","operationId":"ResourceType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet ResourceType","schema":{"$ref":"#/definitions/ResultOfResourceType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["ResourceType"],"summary":"Post a new entity to EntitySet ResourceType","description":"Post a new entity to EntitySet ResourceType","operationId":"ResourceType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"ResourceType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ResourceType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet ResourceType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceType({Id})":{"get":{"tags":["ResourceType"],"summary":"Get entity from ResourceType by key.","description":"Returns the entity with the key from ResourceType","operationId":"ResourceType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet ResourceType","schema":{"$ref":"#/definitions/ResourceType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["ResourceType"],"summary":"Delete entity permanently in EntitySet ResourceType","description":"Delete entity permanently in EntitySet ResourceType","operationId":"ResourceType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["ResourceType"],"summary":"Update entity in EntitySet ResourceType","description":"Update entity in EntitySet ResourceType","operationId":"ResourceType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"ResourceType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ResourceType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceType({Id})/Innomate.HR.Archive":{"post":{"tags":["ResourceType"],"summary":"Delete entity in EntitySet ResourceType","description":"Delete entity in EntitySet ResourceType","operationId":"ResourceType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/ResourceType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["ResourceType"],"summary":"Restore entity in EntitySet ResourceType","description":"Restore entity in EntitySet ResourceType","operationId":"ResourceType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Salary":{"get":{"tags":["Salary"],"summary":"Get EntitySet Salary","description":"Returns the EntitySet Salary","operationId":"Salary_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Salary","schema":{"$ref":"#/definitions/ResultOfSalary"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Salary"],"summary":"Post a new entity to EntitySet Salary","description":"Post a new entity to EntitySet Salary","operationId":"Salary_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Salary","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Salary"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Salary"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Salary({Id})":{"get":{"tags":["Salary"],"summary":"Get entity from Salary by key.","description":"Returns the entity with the key from Salary","operationId":"Salary_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Salary","schema":{"$ref":"#/definitions/Salary"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Salary"],"summary":"Delete entity permanently in EntitySet Salary","description":"Delete entity permanently in EntitySet Salary","operationId":"Salary_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Salary"],"summary":"Update entity in EntitySet Salary","description":"Update entity in EntitySet Salary","operationId":"Salary_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Salary","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Salary"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Salary({Id})/Innomate.HR.Archive":{"post":{"tags":["Salary"],"summary":"Delete entity in EntitySet Salary","description":"Delete entity in EntitySet Salary","operationId":"Salary_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Salary({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Salary"],"summary":"Restore entity in EntitySet Salary","description":"Restore entity in EntitySet Salary","operationId":"Salary_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SalaryType":{"get":{"tags":["SalaryType"],"summary":"Get EntitySet SalaryType","description":"Returns the EntitySet SalaryType","operationId":"SalaryType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet SalaryType","schema":{"$ref":"#/definitions/ResultOfSalaryType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["SalaryType"],"summary":"Post a new entity to EntitySet SalaryType","description":"Post a new entity to EntitySet SalaryType","operationId":"SalaryType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"SalaryType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/SalaryType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet SalaryType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SalaryType({Id})":{"get":{"tags":["SalaryType"],"summary":"Get entity from SalaryType by key.","description":"Returns the entity with the key from SalaryType","operationId":"SalaryType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet SalaryType","schema":{"$ref":"#/definitions/SalaryType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["SalaryType"],"summary":"Delete entity permanently in EntitySet SalaryType","description":"Delete entity permanently in EntitySet SalaryType","operationId":"SalaryType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["SalaryType"],"summary":"Update entity in EntitySet SalaryType","description":"Update entity in EntitySet SalaryType","operationId":"SalaryType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"SalaryType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/SalaryType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SalaryType({Id})/Innomate.HR.Archive":{"post":{"tags":["SalaryType"],"summary":"Delete entity in EntitySet SalaryType","description":"Delete entity in EntitySet SalaryType","operationId":"SalaryType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SalaryType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["SalaryType"],"summary":"Restore entity in EntitySet SalaryType","description":"Restore entity in EntitySet SalaryType","operationId":"SalaryType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubject":{"get":{"tags":["SchoolSubject"],"summary":"Get EntitySet SchoolSubject","description":"Returns the EntitySet SchoolSubject","operationId":"SchoolSubject_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet SchoolSubject","schema":{"$ref":"#/definitions/ResultOfSchoolSubject"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["SchoolSubject"],"summary":"Post a new entity to EntitySet SchoolSubject","description":"Post a new entity to EntitySet SchoolSubject","operationId":"SchoolSubject_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"SchoolSubject","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/SchoolSubject"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet SchoolSubject"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubject({Id})":{"get":{"tags":["SchoolSubject"],"summary":"Get entity from SchoolSubject by key.","description":"Returns the entity with the key from SchoolSubject","operationId":"SchoolSubject_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet SchoolSubject","schema":{"$ref":"#/definitions/SchoolSubject"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["SchoolSubject"],"summary":"Delete entity permanently in EntitySet SchoolSubject","description":"Delete entity permanently in EntitySet SchoolSubject","operationId":"SchoolSubject_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["SchoolSubject"],"summary":"Update entity in EntitySet SchoolSubject","description":"Update entity in EntitySet SchoolSubject","operationId":"SchoolSubject_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"SchoolSubject","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/SchoolSubject"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubject({Id})/Innomate.HR.Archive":{"post":{"tags":["SchoolSubject"],"summary":"Delete entity in EntitySet SchoolSubject","description":"Delete entity in EntitySet SchoolSubject","operationId":"SchoolSubject_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubject({Id})/Innomate.HR.Unarchive":{"post":{"tags":["SchoolSubject"],"summary":"Restore entity in EntitySet SchoolSubject","description":"Restore entity in EntitySet SchoolSubject","operationId":"SchoolSubject_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubjectCategory":{"get":{"tags":["SchoolSubjectCategory"],"summary":"Get EntitySet SchoolSubjectCategory","description":"Returns the EntitySet SchoolSubjectCategory","operationId":"SchoolSubjectCategory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet SchoolSubjectCategory","schema":{"$ref":"#/definitions/ResultOfSchoolSubjectCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["SchoolSubjectCategory"],"summary":"Post a new entity to EntitySet SchoolSubjectCategory","description":"Post a new entity to EntitySet SchoolSubjectCategory","operationId":"SchoolSubjectCategory_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"SchoolSubjectCategory","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/SchoolSubjectCategory"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet SchoolSubjectCategory"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubjectCategory({Id})":{"get":{"tags":["SchoolSubjectCategory"],"summary":"Get entity from SchoolSubjectCategory by key.","description":"Returns the entity with the key from SchoolSubjectCategory","operationId":"SchoolSubjectCategory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet SchoolSubjectCategory","schema":{"$ref":"#/definitions/SchoolSubjectCategory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["SchoolSubjectCategory"],"summary":"Delete entity permanently in EntitySet SchoolSubjectCategory","description":"Delete entity permanently in EntitySet SchoolSubjectCategory","operationId":"SchoolSubjectCategory_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["SchoolSubjectCategory"],"summary":"Update entity in EntitySet SchoolSubjectCategory","description":"Update entity in EntitySet SchoolSubjectCategory","operationId":"SchoolSubjectCategory_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"SchoolSubjectCategory","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/SchoolSubjectCategory"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubjectCategory({Id})/Innomate.HR.Archive":{"post":{"tags":["SchoolSubjectCategory"],"summary":"Delete entity in EntitySet SchoolSubjectCategory","description":"Delete entity in EntitySet SchoolSubjectCategory","operationId":"SchoolSubjectCategory_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubjectCategory({Id})/Innomate.HR.Unarchive":{"post":{"tags":["SchoolSubjectCategory"],"summary":"Restore entity in EntitySet SchoolSubjectCategory","description":"Restore entity in EntitySet SchoolSubjectCategory","operationId":"SchoolSubjectCategory_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubjectGroup":{"get":{"tags":["SchoolSubjectGroup"],"summary":"Get EntitySet SchoolSubjectGroup","description":"Returns the EntitySet SchoolSubjectGroup","operationId":"SchoolSubjectGroup_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet SchoolSubjectGroup","schema":{"$ref":"#/definitions/ResultOfSchoolSubjectGroup"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["SchoolSubjectGroup"],"summary":"Post a new entity to EntitySet SchoolSubjectGroup","description":"Post a new entity to EntitySet SchoolSubjectGroup","operationId":"SchoolSubjectGroup_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"SchoolSubjectGroup","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/SchoolSubjectGroup"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet SchoolSubjectGroup"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubjectGroup({Id})":{"get":{"tags":["SchoolSubjectGroup"],"summary":"Get entity from SchoolSubjectGroup by key.","description":"Returns the entity with the key from SchoolSubjectGroup","operationId":"SchoolSubjectGroup_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet SchoolSubjectGroup","schema":{"$ref":"#/definitions/SchoolSubjectGroup"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["SchoolSubjectGroup"],"summary":"Delete entity permanently in EntitySet SchoolSubjectGroup","description":"Delete entity permanently in EntitySet SchoolSubjectGroup","operationId":"SchoolSubjectGroup_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["SchoolSubjectGroup"],"summary":"Update entity in EntitySet SchoolSubjectGroup","description":"Update entity in EntitySet SchoolSubjectGroup","operationId":"SchoolSubjectGroup_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"SchoolSubjectGroup","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/SchoolSubjectGroup"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubjectGroup({Id})/Innomate.HR.Archive":{"post":{"tags":["SchoolSubjectGroup"],"summary":"Delete entity in EntitySet SchoolSubjectGroup","description":"Delete entity in EntitySet SchoolSubjectGroup","operationId":"SchoolSubjectGroup_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SchoolSubjectGroup({Id})/Innomate.HR.Unarchive":{"post":{"tags":["SchoolSubjectGroup"],"summary":"Restore entity in EntitySet SchoolSubjectGroup","description":"Restore entity in EntitySet SchoolSubjectGroup","operationId":"SchoolSubjectGroup_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/SignDocumentHistory":{"get":{"tags":["SignDocumentHistory"],"summary":"Get EntitySet SignDocumentHistory","description":"Returns the EntitySet SignDocumentHistory","operationId":"SignDocumentHistory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet SignDocumentHistory","schema":{"$ref":"#/definitions/ResultOfSignDocumentHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/SignDocumentHistory({Id})":{"get":{"tags":["SignDocumentHistory"],"summary":"Get entity from SignDocumentHistory by key.","description":"Returns the entity with the key from SignDocumentHistory","operationId":"SignDocumentHistory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet SignDocumentHistory","schema":{"$ref":"#/definitions/SignDocumentHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/SmsHistory":{"get":{"tags":["SmsHistory"],"summary":"Get EntitySet SmsHistory","description":"Returns the EntitySet SmsHistory","operationId":"SmsHistory_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet SmsHistory","schema":{"$ref":"#/definitions/ResultOfSmsHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/SmsHistory({Id})":{"get":{"tags":["SmsHistory"],"summary":"Get entity from SmsHistory by key.","description":"Returns the entity with the key from SmsHistory","operationId":"SmsHistory_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet SmsHistory","schema":{"$ref":"#/definitions/SmsHistory"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/SubQuestion":{"get":{"tags":["SubQuestion"],"summary":"Get EntitySet SubQuestion","description":"Returns the EntitySet SubQuestion","operationId":"SubQuestion_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet SubQuestion","schema":{"$ref":"#/definitions/ResultOfSubQuestion"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/SubQuestion({Id})":{"get":{"tags":["SubQuestion"],"summary":"Get entity from SubQuestion by key.","description":"Returns the entity with the key from SubQuestion","operationId":"SubQuestion_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet SubQuestion","schema":{"$ref":"#/definitions/SubQuestion"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/SubQuestionInstance":{"get":{"tags":["SubQuestionInstance"],"summary":"Get EntitySet SubQuestionInstance","description":"Returns the EntitySet SubQuestionInstance","operationId":"SubQuestionInstance_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet SubQuestionInstance","schema":{"$ref":"#/definitions/ResultOfSubQuestionInstance"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/SubQuestionInstance({Id})":{"get":{"tags":["SubQuestionInstance"],"summary":"Get entity from SubQuestionInstance by key.","description":"Returns the entity with the key from SubQuestionInstance","operationId":"SubQuestionInstance_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet SubQuestionInstance","schema":{"$ref":"#/definitions/SubQuestionInstance"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Task":{"get":{"tags":["Task"],"summary":"Get EntitySet Task","description":"Returns the EntitySet Task","operationId":"Task_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Task","schema":{"$ref":"#/definitions/ResultOfTask"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Task({Id})":{"get":{"tags":["Task"],"summary":"Get entity from Task by key.","description":"Returns the entity with the key from Task","operationId":"Task_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Task","schema":{"$ref":"#/definitions/Task"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Task({Id})/Innomate.HR.Archive":{"post":{"tags":["Task"],"summary":"Delete entity in EntitySet Task","description":"Delete entity in EntitySet Task","operationId":"Task_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Task({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Task"],"summary":"Restore entity in EntitySet Task","description":"Restore entity in EntitySet Task","operationId":"Task_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TaskList":{"get":{"tags":["TaskList"],"summary":"Get EntitySet TaskList","description":"Returns the EntitySet TaskList","operationId":"TaskList_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TaskList","schema":{"$ref":"#/definitions/ResultOfTaskList"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/TaskList({Id})":{"get":{"tags":["TaskList"],"summary":"Get entity from TaskList by key.","description":"Returns the entity with the key from TaskList","operationId":"TaskList_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TaskList","schema":{"$ref":"#/definitions/TaskList"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/TaskList({Id})/Innomate.HR.Archive":{"post":{"tags":["TaskList"],"summary":"Delete entity in EntitySet TaskList","description":"Delete entity in EntitySet TaskList","operationId":"TaskList_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TaskList({Id})/Innomate.HR.Unarchive":{"post":{"tags":["TaskList"],"summary":"Restore entity in EntitySet TaskList","description":"Restore entity in EntitySet TaskList","operationId":"TaskList_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TaskListTemplate":{"get":{"tags":["TaskListTemplate"],"summary":"Get EntitySet TaskListTemplate","description":"Returns the EntitySet TaskListTemplate","operationId":"TaskListTemplate_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TaskListTemplate","schema":{"$ref":"#/definitions/ResultOfTaskListTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/TaskListTemplate({Id})":{"get":{"tags":["TaskListTemplate"],"summary":"Get entity from TaskListTemplate by key.","description":"Returns the entity with the key from TaskListTemplate","operationId":"TaskListTemplate_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TaskListTemplate","schema":{"$ref":"#/definitions/TaskListTemplate"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/TaskListTemplate({Id})/Innomate.HR.Archive":{"post":{"tags":["TaskListTemplate"],"summary":"Delete entity in EntitySet TaskListTemplate","description":"Delete entity in EntitySet TaskListTemplate","operationId":"TaskListTemplate_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TaskListTemplate({Id})/Innomate.HR.Unarchive":{"post":{"tags":["TaskListTemplate"],"summary":"Restore entity in EntitySet TaskListTemplate","description":"Restore entity in EntitySet TaskListTemplate","operationId":"TaskListTemplate_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TeachingCompetence":{"get":{"tags":["TeachingCompetence"],"summary":"Get EntitySet TeachingCompetence","description":"Returns the EntitySet TeachingCompetence","operationId":"TeachingCompetence_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TeachingCompetence","schema":{"$ref":"#/definitions/ResultOfTeachingCompetence"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["TeachingCompetence"],"summary":"Post a new entity to EntitySet TeachingCompetence","description":"Post a new entity to EntitySet TeachingCompetence","operationId":"TeachingCompetence_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"TeachingCompetence","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TeachingCompetence"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet TeachingCompetence"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TeachingCompetence({Id})":{"get":{"tags":["TeachingCompetence"],"summary":"Get entity from TeachingCompetence by key.","description":"Returns the entity with the key from TeachingCompetence","operationId":"TeachingCompetence_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TeachingCompetence","schema":{"$ref":"#/definitions/TeachingCompetence"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["TeachingCompetence"],"summary":"Delete entity permanently in EntitySet TeachingCompetence","description":"Delete entity permanently in EntitySet TeachingCompetence","operationId":"TeachingCompetence_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["TeachingCompetence"],"summary":"Update entity in EntitySet TeachingCompetence","description":"Update entity in EntitySet TeachingCompetence","operationId":"TeachingCompetence_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"TeachingCompetence","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TeachingCompetence"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TeachingCompetence({Id})/Innomate.HR.Archive":{"post":{"tags":["TeachingCompetence"],"summary":"Delete entity in EntitySet TeachingCompetence","description":"Delete entity in EntitySet TeachingCompetence","operationId":"TeachingCompetence_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TeachingCompetence({Id})/Innomate.HR.Unarchive":{"post":{"tags":["TeachingCompetence"],"summary":"Restore entity in EntitySet TeachingCompetence","description":"Restore entity in EntitySet TeachingCompetence","operationId":"TeachingCompetence_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TerminationReason":{"get":{"tags":["TerminationReason"],"summary":"Get EntitySet TerminationReason","description":"Returns the EntitySet TerminationReason","operationId":"TerminationReason_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TerminationReason","schema":{"$ref":"#/definitions/ResultOfTerminationReason"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["TerminationReason"],"summary":"Post a new entity to EntitySet TerminationReason","description":"Post a new entity to EntitySet TerminationReason","operationId":"TerminationReason_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"TerminationReason","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TerminationReason"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet TerminationReason"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TerminationReason({Id})":{"get":{"tags":["TerminationReason"],"summary":"Get entity from TerminationReason by key.","description":"Returns the entity with the key from TerminationReason","operationId":"TerminationReason_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TerminationReason","schema":{"$ref":"#/definitions/TerminationReason"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["TerminationReason"],"summary":"Delete entity permanently in EntitySet TerminationReason","description":"Delete entity permanently in EntitySet TerminationReason","operationId":"TerminationReason_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["TerminationReason"],"summary":"Update entity in EntitySet TerminationReason","description":"Update entity in EntitySet TerminationReason","operationId":"TerminationReason_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"TerminationReason","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TerminationReason"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TerminationReason({Id})/Innomate.HR.Archive":{"post":{"tags":["TerminationReason"],"summary":"Delete entity in EntitySet TerminationReason","description":"Delete entity in EntitySet TerminationReason","operationId":"TerminationReason_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TerminationReason({Id})/Innomate.HR.Unarchive":{"post":{"tags":["TerminationReason"],"summary":"Restore entity in EntitySet TerminationReason","description":"Restore entity in EntitySet TerminationReason","operationId":"TerminationReason_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TimeZone":{"get":{"tags":["TimeZone"],"summary":"Get EntitySet TimeZone","description":"Returns the EntitySet TimeZone","operationId":"TimeZone_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TimeZone","schema":{"$ref":"#/definitions/ResultOfTimeZone"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/TimeZone({Id})":{"get":{"tags":["TimeZone"],"summary":"Get entity from TimeZone by key.","description":"Returns the entity with the key from TimeZone","operationId":"TimeZone_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TimeZone","schema":{"$ref":"#/definitions/TimeZone"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Training":{"get":{"tags":["Training"],"summary":"Get EntitySet Training","description":"Returns the EntitySet Training","operationId":"Training_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Training","schema":{"$ref":"#/definitions/ResultOfTraining"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Training"],"summary":"Post a new entity to EntitySet Training","description":"Post a new entity to EntitySet Training","operationId":"Training_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Training","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Training"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Training"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Training({Id})":{"get":{"tags":["Training"],"summary":"Get entity from Training by key.","description":"Returns the entity with the key from Training","operationId":"Training_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Training","schema":{"$ref":"#/definitions/Training"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Training"],"summary":"Delete entity permanently in EntitySet Training","description":"Delete entity permanently in EntitySet Training","operationId":"Training_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Training"],"summary":"Update entity in EntitySet Training","description":"Update entity in EntitySet Training","operationId":"Training_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Training","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Training"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Training({Id})/Innomate.HR.Archive":{"post":{"tags":["Training"],"summary":"Delete entity in EntitySet Training","description":"Delete entity in EntitySet Training","operationId":"Training_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Training({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Training"],"summary":"Restore entity in EntitySet Training","description":"Restore entity in EntitySet Training","operationId":"Training_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivity":{"get":{"tags":["TrainingActivity"],"summary":"Get EntitySet TrainingActivity","description":"Returns the EntitySet TrainingActivity","operationId":"TrainingActivity_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TrainingActivity","schema":{"$ref":"#/definitions/ResultOfTrainingActivity"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["TrainingActivity"],"summary":"Post a new entity to EntitySet TrainingActivity","description":"Post a new entity to EntitySet TrainingActivity","operationId":"TrainingActivity_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"TrainingActivity","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TrainingActivity"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet TrainingActivity"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivity({Id})":{"get":{"tags":["TrainingActivity"],"summary":"Get entity from TrainingActivity by key.","description":"Returns the entity with the key from TrainingActivity","operationId":"TrainingActivity_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TrainingActivity","schema":{"$ref":"#/definitions/TrainingActivity"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["TrainingActivity"],"summary":"Delete entity permanently in EntitySet TrainingActivity","description":"Delete entity permanently in EntitySet TrainingActivity","operationId":"TrainingActivity_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["TrainingActivity"],"summary":"Update entity in EntitySet TrainingActivity","description":"Update entity in EntitySet TrainingActivity","operationId":"TrainingActivity_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"TrainingActivity","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TrainingActivity"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivity({Id})/Innomate.HR.Archive":{"post":{"tags":["TrainingActivity"],"summary":"Delete entity in EntitySet TrainingActivity","description":"Delete entity in EntitySet TrainingActivity","operationId":"TrainingActivity_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivity({Id})/Innomate.HR.Unarchive":{"post":{"tags":["TrainingActivity"],"summary":"Restore entity in EntitySet TrainingActivity","description":"Restore entity in EntitySet TrainingActivity","operationId":"TrainingActivity_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivityGroup":{"get":{"tags":["TrainingActivityGroup"],"summary":"Get EntitySet TrainingActivityGroup","description":"Returns the EntitySet TrainingActivityGroup","operationId":"TrainingActivityGroup_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TrainingActivityGroup","schema":{"$ref":"#/definitions/ResultOfTrainingActivityGroup"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["TrainingActivityGroup"],"summary":"Post a new entity to EntitySet TrainingActivityGroup","description":"Post a new entity to EntitySet TrainingActivityGroup","operationId":"TrainingActivityGroup_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"TrainingActivityGroup","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TrainingActivityGroup"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet TrainingActivityGroup"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivityGroup({Id})":{"get":{"tags":["TrainingActivityGroup"],"summary":"Get entity from TrainingActivityGroup by key.","description":"Returns the entity with the key from TrainingActivityGroup","operationId":"TrainingActivityGroup_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TrainingActivityGroup","schema":{"$ref":"#/definitions/TrainingActivityGroup"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["TrainingActivityGroup"],"summary":"Delete entity permanently in EntitySet TrainingActivityGroup","description":"Delete entity permanently in EntitySet TrainingActivityGroup","operationId":"TrainingActivityGroup_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["TrainingActivityGroup"],"summary":"Update entity in EntitySet TrainingActivityGroup","description":"Update entity in EntitySet TrainingActivityGroup","operationId":"TrainingActivityGroup_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"TrainingActivityGroup","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TrainingActivityGroup"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivityGroup({Id})/Innomate.HR.Archive":{"post":{"tags":["TrainingActivityGroup"],"summary":"Delete entity in EntitySet TrainingActivityGroup","description":"Delete entity in EntitySet TrainingActivityGroup","operationId":"TrainingActivityGroup_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivityGroup({Id})/Innomate.HR.Unarchive":{"post":{"tags":["TrainingActivityGroup"],"summary":"Restore entity in EntitySet TrainingActivityGroup","description":"Restore entity in EntitySet TrainingActivityGroup","operationId":"TrainingActivityGroup_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivityType":{"get":{"tags":["TrainingActivityType"],"summary":"Get EntitySet TrainingActivityType","description":"Returns the EntitySet TrainingActivityType","operationId":"TrainingActivityType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TrainingActivityType","schema":{"$ref":"#/definitions/ResultOfTrainingActivityType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["TrainingActivityType"],"summary":"Post a new entity to EntitySet TrainingActivityType","description":"Post a new entity to EntitySet TrainingActivityType","operationId":"TrainingActivityType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"TrainingActivityType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TrainingActivityType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet TrainingActivityType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivityType({Id})":{"get":{"tags":["TrainingActivityType"],"summary":"Get entity from TrainingActivityType by key.","description":"Returns the entity with the key from TrainingActivityType","operationId":"TrainingActivityType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TrainingActivityType","schema":{"$ref":"#/definitions/TrainingActivityType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["TrainingActivityType"],"summary":"Delete entity permanently in EntitySet TrainingActivityType","description":"Delete entity permanently in EntitySet TrainingActivityType","operationId":"TrainingActivityType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["TrainingActivityType"],"summary":"Update entity in EntitySet TrainingActivityType","description":"Update entity in EntitySet TrainingActivityType","operationId":"TrainingActivityType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"TrainingActivityType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TrainingActivityType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivityType({Id})/Innomate.HR.Archive":{"post":{"tags":["TrainingActivityType"],"summary":"Delete entity in EntitySet TrainingActivityType","description":"Delete entity in EntitySet TrainingActivityType","operationId":"TrainingActivityType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingActivityType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["TrainingActivityType"],"summary":"Restore entity in EntitySet TrainingActivityType","description":"Restore entity in EntitySet TrainingActivityType","operationId":"TrainingActivityType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingStatus":{"get":{"tags":["TrainingStatus"],"summary":"Get EntitySet TrainingStatus","description":"Returns the EntitySet TrainingStatus","operationId":"TrainingStatus_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet TrainingStatus","schema":{"$ref":"#/definitions/ResultOfTrainingStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["TrainingStatus"],"summary":"Post a new entity to EntitySet TrainingStatus","description":"Post a new entity to EntitySet TrainingStatus","operationId":"TrainingStatus_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"TrainingStatus","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TrainingStatus"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet TrainingStatus"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingStatus({Id})":{"get":{"tags":["TrainingStatus"],"summary":"Get entity from TrainingStatus by key.","description":"Returns the entity with the key from TrainingStatus","operationId":"TrainingStatus_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet TrainingStatus","schema":{"$ref":"#/definitions/TrainingStatus"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["TrainingStatus"],"summary":"Delete entity permanently in EntitySet TrainingStatus","description":"Delete entity permanently in EntitySet TrainingStatus","operationId":"TrainingStatus_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["TrainingStatus"],"summary":"Update entity in EntitySet TrainingStatus","description":"Update entity in EntitySet TrainingStatus","operationId":"TrainingStatus_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"TrainingStatus","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TrainingStatus"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingStatus({Id})/Innomate.HR.Archive":{"post":{"tags":["TrainingStatus"],"summary":"Delete entity in EntitySet TrainingStatus","description":"Delete entity in EntitySet TrainingStatus","operationId":"TrainingStatus_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/TrainingStatus({Id})/Innomate.HR.Unarchive":{"post":{"tags":["TrainingStatus"],"summary":"Restore entity in EntitySet TrainingStatus","description":"Restore entity in EntitySet TrainingStatus","operationId":"TrainingStatus_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Unit":{"get":{"tags":["Unit"],"summary":"Get EntitySet Unit","description":"Returns the EntitySet Unit","operationId":"Unit_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet Unit","schema":{"$ref":"#/definitions/ResultOfUnit"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["Unit"],"summary":"Post a new entity to EntitySet Unit","description":"Post a new entity to EntitySet Unit","operationId":"Unit_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Unit","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Unit"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Unit"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Unit({Id})":{"get":{"tags":["Unit"],"summary":"Get entity from Unit by key.","description":"Returns the entity with the key from Unit","operationId":"Unit_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet Unit","schema":{"$ref":"#/definitions/Unit"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["Unit"],"summary":"Delete entity permanently in EntitySet Unit","description":"Delete entity permanently in EntitySet Unit","operationId":"Unit_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["Unit"],"summary":"Update entity in EntitySet Unit","description":"Update entity in EntitySet Unit","operationId":"Unit_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"Unit","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Unit"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Unit({Id})/Innomate.HR.Archive":{"post":{"tags":["Unit"],"summary":"Delete entity in EntitySet Unit","description":"Delete entity in EntitySet Unit","operationId":"Unit_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Unit({Id})/Innomate.HR.Unarchive":{"post":{"tags":["Unit"],"summary":"Restore entity in EntitySet Unit","description":"Restore entity in EntitySet Unit","operationId":"Unit_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Unit({Id})/Profiles/$ref":{"post":{"tags":["Unit"],"summary":"Post entity to collection in EntitySet Unit","description":"Post entity to collection in EntitySet Unit","operationId":"Unit_Profiles_PostManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}},"delete":{"tags":["Unit"],"summary":"Delete entity from collection in EntitySet Unit","description":"Delete entity from collection in EntitySet Unit","operationId":"Unit_Profiles_DeleteManyToMany","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"EntityReference","in":"body","description":"The entity to delete","required":true,"schema":{"$ref":"#/definitions/EntityReference"}}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/UnitType":{"get":{"tags":["UnitType"],"summary":"Get EntitySet UnitType","description":"Returns the EntitySet UnitType","operationId":"UnitType_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet UnitType","schema":{"$ref":"#/definitions/ResultOfUnitType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"post":{"tags":["UnitType"],"summary":"Post a new entity to EntitySet UnitType","description":"Post a new entity to EntitySet UnitType","operationId":"UnitType_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"UnitType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/UnitType"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet UnitType"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/UnitType({Id})":{"get":{"tags":["UnitType"],"summary":"Get entity from UnitType by key.","description":"Returns the entity with the key from UnitType","operationId":"UnitType_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet UnitType","schema":{"$ref":"#/definitions/UnitType"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}},"delete":{"tags":["UnitType"],"summary":"Delete entity permanently in EntitySet UnitType","description":"Delete entity permanently in EntitySet UnitType","operationId":"UnitType_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}},"patch":{"tags":["UnitType"],"summary":"Update entity in EntitySet UnitType","description":"Update entity in EntitySet UnitType","operationId":"UnitType_PatchById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"UnitType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/UnitType"}},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/UnitType({Id})/Innomate.HR.Archive":{"post":{"tags":["UnitType"],"summary":"Delete entity in EntitySet UnitType","description":"Delete entity in EntitySet UnitType","operationId":"UnitType_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/UnitType({Id})/Innomate.HR.Unarchive":{"post":{"tags":["UnitType"],"summary":"Restore entity in EntitySet UnitType","description":"Restore entity in EntitySet UnitType","operationId":"UnitType_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/User":{"get":{"tags":["User"],"summary":"Get EntitySet User","description":"Returns the EntitySet User","operationId":"User_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet User","schema":{"$ref":"#/definitions/ResultOfUser"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/User({Id})":{"get":{"tags":["User"],"summary":"Get entity from User by key.","description":"Returns the entity with the key from User","operationId":"User_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet User","schema":{"$ref":"#/definitions/User"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/User({Id})/Innomate.HR.Archive":{"post":{"tags":["User"],"summary":"Delete entity in EntitySet User","description":"Delete entity in EntitySet User","operationId":"User_Archive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/User({Id})/Innomate.HR.Unarchive":{"post":{"tags":["User"],"summary":"Restore entity in EntitySet User","description":"Restore entity in EntitySet User","operationId":"User_Unarchive_ActionPostById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/UserGroup":{"get":{"tags":["UserGroup"],"summary":"Get EntitySet UserGroup","description":"Returns the EntitySet UserGroup","operationId":"UserGroup_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet UserGroup","schema":{"$ref":"#/definitions/ResultOfUserGroup"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/UserGroup({Id})":{"get":{"tags":["UserGroup"],"summary":"Get entity from UserGroup by key.","description":"Returns the entity with the key from UserGroup","operationId":"UserGroup_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet UserGroup","schema":{"$ref":"#/definitions/UserGroup"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/UserGroupAssignment":{"get":{"tags":["UserGroupAssignment"],"summary":"Get EntitySet UserGroupAssignment","description":"Returns the EntitySet UserGroupAssignment","operationId":"UserGroupAssignment_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet UserGroupAssignment","schema":{"$ref":"#/definitions/ResultOfUserGroupAssignment"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/UserGroupAssignment({Id})":{"get":{"tags":["UserGroupAssignment"],"summary":"Get entity from UserGroupAssignment by key.","description":"Returns the entity with the key from UserGroupAssignment","operationId":"UserGroupAssignment_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet UserGroupAssignment","schema":{"$ref":"#/definitions/UserGroupAssignment"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/Webhook":{"post":{"tags":["Webhook"],"summary":"Post a new entity to EntitySet Webhook","description":"Post a new entity to EntitySet Webhook","operationId":"Webhook_Post","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Webhook","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Webhook"}}],"responses":{"400":{"description":"Bad request"},"201":{"description":"EntitySet Webhook"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/Webhook({Id})":{"delete":{"tags":["Webhook"],"summary":"Delete entity permanently in EntitySet Webhook","description":"Delete entity permanently in EntitySet Webhook","operationId":"Webhook_DeleteById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","type":"string"}],"responses":{"204":{"description":"Empty response"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"412":{"description":"Precondition failed"},"500":{"description":"Internal server error"}}}},"/{customerId}/odata/v1/WorkflowInstance":{"get":{"tags":["WorkflowInstance"],"summary":"Get EntitySet WorkflowInstance","description":"Returns the EntitySet WorkflowInstance","operationId":"WorkflowInstance_Get","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"$filter","in":"query","description":"Filter expression","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$orderby","in":"query","description":"Order by some property","type":"string"},{"name":"$top","in":"query","description":"Top elements","type":"integer"},{"name":"$skip","in":"query","description":"Skip elements","type":"integer"}],"responses":{"200":{"description":"EntitySet WorkflowInstance","schema":{"$ref":"#/definitions/ResultOfWorkflowInstance"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}},"/{customerId}/odata/v1/WorkflowInstance({Id})":{"get":{"tags":["WorkflowInstance"],"summary":"Get entity from WorkflowInstance by key.","description":"Returns the entity with the key from WorkflowInstance","operationId":"WorkflowInstance_GetById","parameters":[{"name":"customerId","in":"path","description":"Customer ID","required":true,"type":"string"},{"name":"Id","in":"path","description":"Key: Id","required":true,"type":"integer","format":"int32"},{"name":"$select","in":"query","description":"Select structural property","type":"string"},{"name":"$expand","in":"query","description":"Expand navigation property","type":"string"}],"responses":{"200":{"description":"EntitySet WorkflowInstance","schema":{"$ref":"#/definitions/WorkflowInstance"}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"404":{"description":"Not found"},"500":{"description":"Internal server error"},"501":{"description":"Not implemented"}}}}},"definitions":{"NamedValueDictionary":{"type":"object","properties":{}},"ResultOfNamedValueDictionary":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/NamedValueDictionary"}}}},"GlobalString":{"type":"object","properties":{"NeutralValue":{"description":"NeutralValue","type":"string"},"CultureSpecificValues":{"$ref":"#/definitions/NamedValueDictionary","description":"CultureSpecificValues"}}},"ResultOfGlobalString":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/GlobalString"}}}},"Address":{"type":"object","properties":{"Street":{"description":"Street","type":"string"},"Street2":{"description":"Street2","type":"string"},"ZipCode":{"description":"ZipCode","type":"string"},"City":{"description":"City","type":"string"},"Country":{"description":"Country","type":"string"}}},"ResultOfAddress":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Address"}}}},"CurrencyAmount":{"required":["Amount","Currency"],"type":"object","properties":{"Amount":{"format":"decimal","description":"Amount","type":"number"},"Currency":{"description":"Currency","type":"string"}}},"ResultOfCurrencyAmount":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CurrencyAmount"}}}},"DateTimeAdjustment":{"type":"object","properties":{}},"ResultOfDateTimeAdjustment":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/DateTimeAdjustment"}}}},"FileUploadData":{"type":"object","properties":{}},"ResultOfFileUploadData":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/FileUploadData"}}}},"NonRequiredCurrencyAmount":{"type":"object","properties":{"Amount":{"format":"decimal","description":"Amount","type":"number"},"Currency":{"description":"Currency","type":"string"}}},"ResultOfNonRequiredCurrencyAmount":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/NonRequiredCurrencyAmount"}}}},"TemporaryFile":{"required":["FileSize"],"type":"object","properties":{"FileName":{"description":"FileName","type":"string"},"FileSize":{"format":"int64","description":"FileSize","type":"integer"}}},"ResultOfTemporaryFile":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TemporaryFile"}}}},"DataDeclarationField":{"required":["Id","Order"],"type":"object","properties":{"Id":{"description":"Id","type":"string"},"Name":{"$ref":"#/definitions/GlobalString","description":"Name"},"TypeId":{"description":"TypeId","type":"string"},"Order":{"format":"int32","description":"Order","type":"integer"}}},"DataField":{"required":["DataDeclarationFieldId"],"type":"object","properties":{"DataDeclarationFieldId":{"description":"DataDeclarationFieldId","type":"string"},"ValueJson":{"description":"ValueJson","type":"string","readOnly":true}}},"FormTemplateField":{"required":["DataDeclarationFieldId","EditorId","Order","PageNumber"],"type":"object","properties":{"DataDeclarationFieldId":{"description":"DataDeclarationFieldId","type":"string"},"Label":{"$ref":"#/definitions/GlobalString","description":"Label"},"Description":{"$ref":"#/definitions/GlobalString","description":"Description"},"EditorId":{"description":"EditorId","type":"string"},"IsRequired":{"description":"IsRequired","type":"boolean"},"Order":{"format":"int32","description":"Order","type":"integer"},"PageNumber":{"format":"int32","description":"PageNumber","type":"integer"}}},"TriggerSetup":{"type":"object","properties":{"TriggerEventTypeId":{"description":"TriggerEventTypeId","type":"string"}}},"EntityBase":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"}}},"ResultOfEntityBase":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/EntityBase"}}}},"ArchivableEntity":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true}}},"ResultOfArchivableEntity":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ArchivableEntity"}}}},"Absence":{"required":["FromDate"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"AbsentPersonId":{"format":"int32","description":"AbsentPersonId","type":"integer"},"AbsenceTypeId":{"format":"int32","description":"AbsenceTypeId","type":"integer"},"FromDate":{"format":"date-time","description":"FromDate","type":"string"},"ToDate":{"format":"date-time","description":"ToDate","type":"string"},"Status":{"description":"Status","type":"string"},"ExpectedLastAbsenceDate":{"format":"date","description":"ExpectedLastAbsenceDate","type":"string"},"NumberOfDaysAbsent":{"format":"decimal","description":"NumberOfDaysAbsent","type":"number"},"Notes":{"description":"Notes","type":"string"}}},"ResultOfAbsence":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Absence"}}}},"AbsenceType":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Category":{"description":"Category","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfAbsenceType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/AbsenceType"}}}},"Accountability":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"ParentId":{"format":"int32","description":"ParentId","type":"integer"},"ChildId":{"format":"int32","description":"ChildId","type":"integer"},"AccountabilityTypeId":{"format":"int32","description":"AccountabilityTypeId","type":"integer"},"FromDate":{"format":"date-time","description":"FromDate","type":"string"},"ToDate":{"format":"date-time","description":"ToDate","type":"string"},"Note":{"description":"Note","type":"string"},"ExtraBit1":{"description":"ExtraBit1","type":"boolean"},"ExtraBit2":{"description":"ExtraBit2","type":"boolean"},"ExtraBit3":{"description":"ExtraBit3","type":"boolean"},"ExtraText1":{"description":"ExtraText1","type":"string"},"ExtraText2":{"description":"ExtraText2","type":"string"},"ExtraText3":{"description":"ExtraText3","type":"string"},"ExtraDecimal1":{"format":"decimal","description":"ExtraDecimal1","type":"number"},"ExtraDecimal2":{"format":"decimal","description":"ExtraDecimal2","type":"number"},"ExtraDecimal3":{"format":"decimal","description":"ExtraDecimal3","type":"number"},"ExtraInteger1":{"format":"int32","description":"ExtraInteger1","type":"integer"},"ExtraInteger2":{"format":"int32","description":"ExtraInteger2","type":"integer"},"ExtraInteger3":{"format":"int32","description":"ExtraInteger3","type":"integer"},"ExtraDate1":{"format":"date","description":"ExtraDate1","type":"string"},"ExtraDate2":{"format":"date","description":"ExtraDate2","type":"string"},"ExtraDate3":{"format":"date","description":"ExtraDate3","type":"string"},"ExtraDateTime1":{"format":"date-time","description":"ExtraDateTime1","type":"string"},"ExtraDateTime2":{"format":"date-time","description":"ExtraDateTime2","type":"string"},"ExtraDateTime3":{"format":"date-time","description":"ExtraDateTime3","type":"string"},"ExtraMultilineText1":{"description":"ExtraMultilineText1","type":"string"},"ExtraMultilineText2":{"description":"ExtraMultilineText2","type":"string"},"ExtraMultilineText3":{"description":"ExtraMultilineText3","type":"string"},"ProLoenEmployeeId":{"description":"ProLoenEmployeeId","type":"string"},"ProLoenCustomerId":{"description":"ProLoenCustomerId","type":"string"}}},"ResultOfAccountability":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Accountability"}}}},"AccountabilityType":{"required":["AccountabilityTypeId","GlobalName","EntityType","ParentEntityType","ChildEntityType"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"AccountabilityTypeId":{"description":"AccountabilityTypeId","type":"string"},"GlobalName":{"$ref":"#/definitions/GlobalString","description":"GlobalName"},"PluralName":{"$ref":"#/definitions/GlobalString","description":"PluralName"},"EntityType":{"description":"EntityType","type":"string"},"ParentEntityType":{"description":"ParentEntityType","type":"string"},"ParentLabel":{"$ref":"#/definitions/GlobalString","description":"ParentLabel"},"ParentCollectionLabel":{"$ref":"#/definitions/GlobalString","description":"ParentCollectionLabel"},"ChildEntityType":{"description":"ChildEntityType","type":"string"},"ChildLabel":{"$ref":"#/definitions/GlobalString","description":"ChildLabel"},"ChildCollectionLabel":{"$ref":"#/definitions/GlobalString","description":"ChildCollectionLabel"},"GlobalDescription":{"$ref":"#/definitions/GlobalString","description":"GlobalDescription"}}},"ResultOfAccountabilityType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/AccountabilityType"}}}},"ActionItem":{"required":["Task"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"CategoryId":{"format":"int32","description":"CategoryId","type":"integer"},"Task":{"description":"Task","type":"string"},"Method":{"description":"Method","type":"string"},"ResponsiblePersonId":{"format":"int32","description":"ResponsiblePersonId","type":"integer"},"StartDate":{"format":"date","description":"StartDate","type":"string"},"Deadline":{"format":"date","description":"Deadline","type":"string"},"EvaluationDeadline":{"format":"date","description":"EvaluationDeadline","type":"string"},"PercentComplete":{"format":"int32","description":"PercentComplete","type":"integer"},"Status":{"description":"Status","type":"string"},"Obsolete":{"description":"Obsolete","type":"boolean"},"CompletedDate":{"format":"date-time","description":"CompletedDate","type":"string","readOnly":true},"ExtraDate1":{"format":"date","description":"ExtraDate1","type":"string"},"ExtraNote1":{"description":"ExtraNote1","type":"string"},"ExtraNote2":{"description":"ExtraNote2","type":"string"}}},"ResultOfActionItem":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ActionItem"}}}},"ActionItemCategory":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"},"Ordering":{"description":"Ordering","type":"string"}}},"ResultOfActionItemCategory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ActionItemCategory"}}}},"Advertisement":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"JobOpeningId":{"format":"int32","description":"JobOpeningId","type":"integer"},"MediaId":{"format":"int32","description":"MediaId","type":"integer"},"Description":{"description":"Description","type":"string"},"AdvertisingDate":{"format":"date","description":"AdvertisingDate","type":"string"},"Price":{"format":"decimal","description":"Price","type":"number"},"SeenCount":{"format":"int32","description":"SeenCount","type":"integer","readOnly":true},"Note":{"description":"Note","type":"string"}}},"ResultOfAdvertisement":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Advertisement"}}}},"Approval":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"QuestionnaireId":{"format":"int32","description":"QuestionnaireId","type":"integer"},"ExpectedApproverId":{"format":"int32","description":"ExpectedApproverId","type":"integer"},"ApprovedById":{"format":"int32","description":"ApprovedById","type":"integer"},"Approved":{"format":"date-time","description":"Approved","type":"string"}}},"ResultOfApproval":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Approval"}}}},"ApprovalType":{"required":["Name","Category"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Category":{"description":"Category","type":"string"},"Code":{"description":"Code","type":"string"},"ValidityPeriod":{"description":"ValidityPeriod","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfApprovalType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ApprovalType"}}}},"AttachedEmailHistory":{"required":["Status","Receivers"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"Status":{"description":"Status","type":"string"},"SentAt":{"format":"date-time","description":"SentAt","type":"string"},"Receivers":{"description":"Receivers","type":"string"},"Subject":{"description":"Subject","type":"string"},"DeleteHistoryOnSent":{"description":"DeleteHistoryOnSent","type":"boolean"},"Content":{"description":"Content","type":"string"}}},"ResultOfAttachedEmailHistory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/AttachedEmailHistory"}}}},"AttachedFile":{"required":["Name","Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"PersonReferenceId":{"format":"int32","description":"PersonReferenceId","type":"integer"},"TrainingReferenceId":{"format":"int32","description":"TrainingReferenceId","type":"integer"},"JobApplicationReferenceId":{"format":"int32","description":"JobApplicationReferenceId","type":"integer"},"ResourceReferenceId":{"format":"int32","description":"ResourceReferenceId","type":"integer"},"ResourceGrantReferenceId":{"format":"int32","description":"ResourceGrantReferenceId","type":"integer"},"Name":{"description":"Name","type":"string"},"FileSize":{"format":"int32","description":"FileSize","type":"integer","readOnly":true},"UploadDate":{"format":"date-time","description":"UploadDate","type":"string","readOnly":true},"Data":{"description":"Data","type":"string"},"UploaderId":{"format":"int32","description":"UploaderId","type":"integer"},"Description":{"description":"Description","type":"string"},"FileCategoryId":{"format":"int32","description":"FileCategoryId","type":"integer"},"DocumentDate":{"format":"date","description":"DocumentDate","type":"string"},"ObsoleteDate":{"format":"date","description":"ObsoleteDate","type":"string"},"DeletionDate":{"format":"date","description":"DeletionDate","type":"string"},"Status":{"description":"Status","type":"string"},"BaseTextAvailable":{"description":"BaseTextAvailable","type":"boolean","readOnly":true},"Log":{"description":"Log","type":"string"},"BaseText":{"description":"BaseText","type":"string"}}},"ResultOfAttachedFile":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/AttachedFile"}}}},"CalendarItem":{"required":["Status","Subject"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Status":{"description":"Status","type":"string"},"Subject":{"description":"Subject","type":"string"},"Place":{"description":"Place","type":"string"},"StartTime":{"format":"date-time","description":"StartTime","type":"string"},"FinishTime":{"format":"date-time","description":"FinishTime","type":"string"},"FormattedDescription":{"description":"FormattedDescription","type":"string"},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"}}},"ResultOfCalendarItem":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CalendarItem"}}}},"CatalogSection":{"required":["SectionId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"SectionId":{"description":"SectionId","type":"string"},"Name":{"description":"Name","type":"string"},"Ordering":{"description":"Ordering","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfCatalogSection":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CatalogSection"}}}},"Competence":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"CompetenceId":{"description":"CompetenceId","type":"string"},"CompetenceTypeOneId":{"format":"int32","description":"CompetenceTypeOneId","type":"integer"},"CompetenceTypeTwoId":{"format":"int32","description":"CompetenceTypeTwoId","type":"integer"},"Note":{"description":"Note","type":"string"},"NumberOfStatements":{"format":"int32","description":"NumberOfStatements","type":"integer","readOnly":true}}},"ResultOfCompetence":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Competence"}}}},"CompetenceStatement":{"required":["Statement"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"CompetenceId":{"format":"int32","description":"CompetenceId","type":"integer"},"LevelId":{"format":"int32","description":"LevelId","type":"integer"},"Statement":{"description":"Statement","type":"string"}}},"ResultOfCompetenceStatement":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CompetenceStatement"}}}},"CompetenceTypeOne":{"required":["CompetenceTypeId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"CompetenceTypeId":{"description":"CompetenceTypeId","type":"string"},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfCompetenceTypeOne":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CompetenceTypeOne"}}}},"CompetenceTypeTwo":{"required":["CompetenceTypeId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"CompetenceTypeId":{"description":"CompetenceTypeId","type":"string"},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfCompetenceTypeTwo":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CompetenceTypeTwo"}}}},"ContentProvider":{"required":["ProviderId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"ProviderId":{"description":"ProviderId","type":"string"},"Name":{"description":"Name","type":"string"},"Contact":{"description":"Contact","type":"string"},"Phone":{"description":"Phone","type":"string"},"Email":{"description":"Email","type":"string"},"Url":{"description":"Url","type":"string"},"Fax":{"description":"Fax","type":"string"},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Note":{"description":"Note","type":"string"}}},"ResultOfContentProvider":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ContentProvider"}}}},"Course":{"required":["Name","Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"CourseId":{"description":"CourseId","type":"string"},"Status":{"description":"Status","type":"string"},"SectionId":{"format":"int32","description":"SectionId","type":"integer"},"TrainingActivityId":{"format":"int32","description":"TrainingActivityId","type":"integer"},"EnrollmentFlowId":{"format":"int32","description":"EnrollmentFlowId","type":"integer"},"UnitId":{"format":"int32","description":"UnitId","type":"integer"},"TrainingActivityGroupId":{"format":"int32","description":"TrainingActivityGroupId","type":"integer"},"TrainingActivityTypeId":{"format":"int32","description":"TrainingActivityTypeId","type":"integer"},"Price":{"format":"decimal","description":"Price","type":"number"},"Duration":{"format":"decimal","description":"Duration","type":"number"},"Url":{"description":"Url","type":"string"},"MinParticipants":{"format":"int32","description":"MinParticipants","type":"integer"},"MaxParticipants":{"format":"int32","description":"MaxParticipants","type":"integer"},"NumberOfEnrollments":{"format":"int32","description":"NumberOfEnrollments","type":"integer","readOnly":true},"NumberOfParticipants":{"format":"int32","description":"NumberOfParticipants","type":"integer","readOnly":true},"AvailableSeats":{"format":"int32","description":"AvailableSeats","type":"integer","readOnly":true},"ApplicationDeadline":{"format":"date","description":"ApplicationDeadline","type":"string"},"FromDate":{"format":"date-time","description":"FromDate","type":"string","readOnly":true},"ToDate":{"format":"date-time","description":"ToDate","type":"string","readOnly":true},"InternalNotes":{"description":"InternalNotes","type":"string"},"ShortDescription":{"description":"ShortDescription","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfCourse":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Course"}}}},"CourseEnrollment":{"required":["EntryDate"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"CourseId":{"format":"int32","description":"CourseId","type":"integer"},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"StatusId":{"format":"int32","description":"StatusId","type":"integer"},"EntryDate":{"format":"date","description":"EntryDate","type":"string"},"Note":{"description":"Note","type":"string"},"Events":{"description":"Events","type":"string"}}},"ResultOfCourseEnrollment":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CourseEnrollment"}}}},"CourseEnrollmentStatus":{"required":["StatusId"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"StatusId":{"description":"StatusId","type":"string"},"TrainingStatusId":{"format":"int32","description":"TrainingStatusId","type":"integer"},"UpdateTraining":{"description":"UpdateTraining","type":"boolean"}}},"ResultOfCourseEnrollmentStatus":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CourseEnrollmentStatus"}}}},"CourseLecturer":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"CourseId":{"format":"int32","description":"CourseId","type":"integer"},"LecturerId":{"format":"int32","description":"LecturerId","type":"integer"}}},"ResultOfCourseLecturer":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CourseLecturer"}}}},"CourseLocation":{"required":["CourseLocationId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"CourseLocationId":{"description":"CourseLocationId","type":"string"},"Name":{"description":"Name","type":"string"},"Phone":{"description":"Phone","type":"string"},"Email":{"description":"Email","type":"string"},"Url":{"description":"Url","type":"string"},"Fax":{"description":"Fax","type":"string"},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Note":{"description":"Note","type":"string"}}},"ResultOfCourseLocation":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CourseLocation"}}}},"CvInfo":{"required":["Heading"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"CvSectionId":{"format":"int32","description":"CvSectionId","type":"integer"},"Heading":{"description":"Heading","type":"string"},"FromDate":{"format":"date","description":"FromDate","type":"string"},"ToDate":{"format":"date","description":"ToDate","type":"string"},"Description":{"description":"Description","type":"string"},"Link":{"description":"Link","type":"string"}}},"ResultOfCvInfo":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CvInfo"}}}},"CvSection":{"required":["Section"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Section":{"description":"Section","type":"string"},"Ordering":{"description":"Ordering","type":"string"}}},"ResultOfCvSection":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/CvSection"}}}},"DataDeclaration":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"$ref":"#/definitions/GlobalString","description":"Name"},"Description":{"$ref":"#/definitions/GlobalString","description":"Description"},"Fields":{"description":"Fields","type":"array","items":{"$ref":"#/definitions/DataDeclarationField"}}}},"ResultOfDataDeclaration":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/DataDeclaration"}}}},"DataDeclarationTemplate":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"DataDeclarationId":{"format":"int32","description":"DataDeclarationId","type":"integer"},"Name":{"$ref":"#/definitions/GlobalString","description":"Name"},"Description":{"$ref":"#/definitions/GlobalString","description":"Description"},"HtmlTemplate":{"description":"HtmlTemplate","type":"string"},"TextTemplate":{"description":"TextTemplate","type":"string"}}},"ResultOfDataDeclarationTemplate":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/DataDeclarationTemplate"}}}},"DialogSession":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Finished":{"description":"Finished","type":"boolean"},"Note":{"description":"Note","type":"string"}}},"ResultOfDialogSession":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/DialogSession"}}}},"EmailHistory":{"required":["Status","Receivers"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"Status":{"description":"Status","type":"string"},"SentAt":{"format":"date-time","description":"SentAt","type":"string"},"Receivers":{"description":"Receivers","type":"string"},"Subject":{"description":"Subject","type":"string"},"DeleteHistoryOnSent":{"description":"DeleteHistoryOnSent","type":"boolean"},"Content":{"description":"Content","type":"string"}}},"ResultOfEmailHistory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/EmailHistory"}}}},"EmployeeType":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"TypeId":{"description":"TypeId","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfEmployeeType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/EmployeeType"}}}},"EmployeeType2":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"TypeId":{"description":"TypeId","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfEmployeeType2":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/EmployeeType2"}}}},"Employment":{"required":["EmployeeId"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"ParentId":{"format":"int32","description":"ParentId","type":"integer"},"ChildId":{"format":"int32","description":"ChildId","type":"integer"},"AccountabilityTypeId":{"format":"int32","description":"AccountabilityTypeId","type":"integer"},"FromDate":{"format":"date-time","description":"FromDate","type":"string"},"ToDate":{"format":"date-time","description":"ToDate","type":"string"},"Note":{"description":"Note","type":"string"},"ExtraBit1":{"description":"ExtraBit1","type":"boolean"},"ExtraBit2":{"description":"ExtraBit2","type":"boolean"},"ExtraBit3":{"description":"ExtraBit3","type":"boolean"},"ExtraText1":{"description":"ExtraText1","type":"string"},"ExtraText2":{"description":"ExtraText2","type":"string"},"ExtraText3":{"description":"ExtraText3","type":"string"},"ExtraDecimal1":{"format":"decimal","description":"ExtraDecimal1","type":"number"},"ExtraDecimal2":{"format":"decimal","description":"ExtraDecimal2","type":"number"},"ExtraDecimal3":{"format":"decimal","description":"ExtraDecimal3","type":"number"},"ExtraInteger1":{"format":"int32","description":"ExtraInteger1","type":"integer"},"ExtraInteger2":{"format":"int32","description":"ExtraInteger2","type":"integer"},"ExtraInteger3":{"format":"int32","description":"ExtraInteger3","type":"integer"},"ExtraDate1":{"format":"date","description":"ExtraDate1","type":"string"},"ExtraDate2":{"format":"date","description":"ExtraDate2","type":"string"},"ExtraDate3":{"format":"date","description":"ExtraDate3","type":"string"},"ExtraDateTime1":{"format":"date-time","description":"ExtraDateTime1","type":"string"},"ExtraDateTime2":{"format":"date-time","description":"ExtraDateTime2","type":"string"},"ExtraDateTime3":{"format":"date-time","description":"ExtraDateTime3","type":"string"},"ExtraMultilineText1":{"description":"ExtraMultilineText1","type":"string"},"ExtraMultilineText2":{"description":"ExtraMultilineText2","type":"string"},"ExtraMultilineText3":{"description":"ExtraMultilineText3","type":"string"},"ProLoenEmployeeId":{"description":"ProLoenEmployeeId","type":"string"},"ProLoenCustomerId":{"description":"ProLoenCustomerId","type":"string"},"EmployeeId":{"description":"EmployeeId","type":"string"},"Position":{"description":"Position","type":"string"},"Rate":{"format":"decimal","description":"Rate","type":"number"},"HoursPerWeek":{"format":"decimal","description":"HoursPerWeek","type":"number"},"EmployeeTypeId":{"format":"int32","description":"EmployeeTypeId","type":"integer"},"EmployeeType2Id":{"format":"int32","description":"EmployeeType2Id","type":"integer"},"TerminationReasonId":{"format":"int32","description":"TerminationReasonId","type":"integer"},"DateForLayoff":{"format":"date","description":"DateForLayoff","type":"string"},"TerminationElaboration":{"description":"TerminationElaboration","type":"string"},"SalaryInformation":{"description":"SalaryInformation","type":"string"},"SalaryInformationLog":{"description":"SalaryInformationLog","type":"string"},"JobDescriptionId":{"format":"int32","description":"JobDescriptionId","type":"integer"}}},"ResultOfEmployment":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Employment"}}}},"EnrollmentFlow":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"AutomaticallyAcceptsApplications":{"description":"AutomaticallyAcceptsApplications","type":"boolean"},"OrganizationalRestrictions":{"description":"OrganizationalRestrictions","type":"string"},"NewStatusOnFullCourse":{"description":"NewStatusOnFullCourse","type":"string"},"NewStatusOnApplicationDeadline":{"description":"NewStatusOnApplicationDeadline","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfEnrollmentFlow":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/EnrollmentFlow"}}}},"ExaminerCompetence":{"required":["ValidFrom"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"SchoolSubjectId":{"format":"int32","description":"SchoolSubjectId","type":"integer"},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"ValidFrom":{"format":"date","description":"ValidFrom","type":"string"},"ValidUntil":{"format":"date","description":"ValidUntil","type":"string"},"IsFullTimeTeaching":{"description":"IsFullTimeTeaching","type":"boolean"},"IsOpenEducation":{"description":"IsOpenEducation","type":"boolean"}}},"ResultOfExaminerCompetence":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ExaminerCompetence"}}}},"FileCategory":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"},"ToBeDeletedOnTermination":{"description":"ToBeDeletedOnTermination","type":"boolean"},"ManagersPermission":{"description":"ManagersPermission","type":"string"},"EmployeesPermission":{"description":"EmployeesPermission","type":"string"}}},"ResultOfFileCategory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/FileCategory"}}}},"Profile":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"},"Created":{"format":"date-time","description":"Created","type":"string","readOnly":true},"CreatedById":{"format":"int32","description":"CreatedById","type":"integer"},"LastEdited":{"format":"date-time","description":"LastEdited","type":"string","readOnly":true},"LastEditedById":{"format":"int32","description":"LastEditedById","type":"integer"},"CreatedByUserId":{"description":"CreatedByUserId","type":"string","readOnly":true},"CreatedByUserType":{"description":"CreatedByUserType","type":"string","readOnly":true},"LastEditedByUserId":{"description":"LastEditedByUserId","type":"string","readOnly":true},"LastEditedByUserType":{"description":"LastEditedByUserType","type":"string","readOnly":true}}},"ResultOfProfile":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Profile"}}}},"GenericProfile":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"},"Created":{"format":"date-time","description":"Created","type":"string","readOnly":true},"CreatedById":{"format":"int32","description":"CreatedById","type":"integer"},"LastEdited":{"format":"date-time","description":"LastEdited","type":"string","readOnly":true},"LastEditedById":{"format":"int32","description":"LastEditedById","type":"integer"},"CreatedByUserId":{"description":"CreatedByUserId","type":"string","readOnly":true},"CreatedByUserType":{"description":"CreatedByUserType","type":"string","readOnly":true},"LastEditedByUserId":{"description":"LastEditedByUserId","type":"string","readOnly":true},"LastEditedByUserType":{"description":"LastEditedByUserType","type":"string","readOnly":true}}},"ResultOfGenericProfile":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/GenericProfile"}}}},"QuestionnaireTemplateBase":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfQuestionnaireTemplateBase":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/QuestionnaireTemplateBase"}}}},"HiddenQuestionnaireTemplate":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfHiddenQuestionnaireTemplate":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/HiddenQuestionnaireTemplate"}}}},"Importance":{"required":["ImportanceId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"ImportanceId":{"format":"int32","description":"ImportanceId","type":"integer"},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfImportance":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Importance"}}}},"JobApplication":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"JobOpeningId":{"format":"int32","description":"JobOpeningId","type":"integer"},"StatusId":{"format":"int32","description":"StatusId","type":"integer"},"JobBoardId":{"format":"int32","description":"JobBoardId","type":"integer"},"ScreeningScore":{"format":"int32","description":"ScreeningScore","type":"integer","readOnly":true},"ApplicationTime":{"format":"date-time","description":"ApplicationTime","type":"string","readOnly":true},"FirstSeenAdvertisementId":{"format":"int32","description":"FirstSeenAdvertisementId","type":"integer"},"PreferentialAccess":{"description":"PreferentialAccess","type":"boolean"},"AllowAttachingExtraFiles":{"description":"AllowAttachingExtraFiles","type":"boolean"},"DisallowAttachingFiles":{"format":"date-time","description":"DisallowAttachingFiles","type":"string"},"ApplicantNotes":{"description":"ApplicantNotes","type":"string"},"InternalNotes":{"description":"InternalNotes","type":"string"},"AverageRating":{"format":"decimal","description":"AverageRating","type":"number"},"TotalPoints":{"format":"int32","description":"TotalPoints","type":"integer","readOnly":true},"FirstName":{"description":"FirstName","type":"string"},"LastName":{"description":"LastName","type":"string"},"Name":{"description":"Name","type":"string","readOnly":true},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Phone":{"description":"Phone","type":"string"},"PhoneMobile":{"description":"PhoneMobile","type":"string"},"Url":{"description":"Url","type":"string"},"Email":{"description":"Email","type":"string"},"Photo":{"description":"Photo","type":"string"},"ApplicantShortInfo":{"description":"ApplicantShortInfo","type":"string","readOnly":true},"RetractedTime":{"format":"date-time","description":"RetractedTime","type":"string","readOnly":true}}},"ResultOfJobApplication":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobApplication"}}}},"JobApplicationRating":{"required":["RatingId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"RatingId":{"format":"int32","description":"RatingId","type":"integer"},"Name":{"description":"Name","type":"string"}}},"ResultOfJobApplicationRating":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobApplicationRating"}}}},"JobApplicationStatus":{"required":["StatusId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"StatusId":{"format":"int32","description":"StatusId","type":"integer"},"Name":{"description":"Name","type":"string"},"ApplicantIsEmployed":{"description":"ApplicantIsEmployed","type":"boolean"},"Note":{"description":"Note","type":"string"}}},"ResultOfJobApplicationStatus":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobApplicationStatus"}}}},"JobBoard":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"UseAsDefaultBoard":{"description":"UseAsDefaultBoard","type":"boolean"},"Language":{"description":"Language","type":"string"}}},"ResultOfJobBoard":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobBoard"}}}},"JobCategory":{"required":["JobCategoryId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"JobCategoryId":{"description":"JobCategoryId","type":"string"},"Name":{"description":"Name","type":"string"},"JobnetDiscoCode":{"format":"int32","description":"JobnetDiscoCode","type":"integer"},"JobnetEscoCode":{"description":"JobnetEscoCode","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfJobCategory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobCategory"}}}},"JobDescription":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"}}},"ResultOfJobDescription":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobDescription"}}}},"JobDescriptionField":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"}}},"ResultOfJobDescriptionField":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobDescriptionField"}}}},"JobDescriptionFieldType":{"required":["Heading"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"Heading":{"description":"Heading","type":"string"},"DefaultText":{"description":"DefaultText","type":"string"},"Ordering":{"description":"Ordering","type":"string"}}},"ResultOfJobDescriptionFieldType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobDescriptionFieldType"}}}},"JobDescriptionTemplatePosition":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"}}},"ResultOfJobDescriptionTemplatePosition":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobDescriptionTemplatePosition"}}}},"JobOpening":{"required":["PositionTitle","Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"PositionTitle":{"description":"PositionTitle","type":"string"},"FillingDate":{"format":"date","description":"FillingDate","type":"string"},"NumberOfPositions":{"format":"int32","description":"NumberOfPositions","type":"integer"},"UnitId":{"format":"int32","description":"UnitId","type":"integer"},"WorkPlaceId":{"format":"int32","description":"WorkPlaceId","type":"integer"},"JobCategoryId":{"format":"int32","description":"JobCategoryId","type":"integer"},"PositionId":{"format":"int32","description":"PositionId","type":"integer"},"IsPartTime":{"description":"IsPartTime","type":"boolean"},"MinimumWeeklyHours":{"format":"int32","description":"MinimumWeeklyHours","type":"integer"},"MaximumWeeklyHours":{"format":"int32","description":"MaximumWeeklyHours","type":"integer"},"IsTemporary":{"description":"IsTemporary","type":"boolean"},"IsDisabilityFriendly":{"description":"IsDisabilityFriendly","type":"boolean"},"IsWorkInTheDay":{"description":"IsWorkInTheDay","type":"boolean"},"IsWorkInTheEvening":{"description":"IsWorkInTheEvening","type":"boolean"},"IsWorkInTheNight":{"description":"IsWorkInTheNight","type":"boolean"},"IsWorkInTheWeekend":{"description":"IsWorkInTheWeekend","type":"boolean"},"IsRequiredToUseOwnCar":{"description":"IsRequiredToUseOwnCar","type":"boolean"},"RequiredDrivingLicenseTypeDK":{"description":"RequiredDrivingLicenseTypeDK","type":"string"},"JobnetJobType":{"description":"JobnetJobType","type":"string"},"SalaryLevel":{"description":"SalaryLevel","type":"string"},"Status":{"description":"Status","type":"string"},"PublishedDate":{"format":"date","description":"PublishedDate","type":"string","readOnly":true},"PublishInternally":{"description":"PublishInternally","type":"boolean"},"PublishExternally":{"description":"PublishExternally","type":"boolean"},"JobNetId":{"description":"JobNetId","type":"string","readOnly":true},"RequestedById":{"format":"int32","description":"RequestedById","type":"integer"},"RequestedDate":{"format":"date","description":"RequestedDate","type":"string"},"ApprovedById":{"format":"int32","description":"ApprovedById","type":"integer"},"ApprovedDate":{"format":"date","description":"ApprovedDate","type":"string"},"AdministrativeResponsibleId":{"format":"int32","description":"AdministrativeResponsibleId","type":"integer"},"LogNumber":{"description":"LogNumber","type":"string"},"NumberOfApplicants":{"format":"int32","description":"NumberOfApplicants","type":"integer","readOnly":true},"NumberOfCurrentApplicants":{"format":"int32","description":"NumberOfCurrentApplicants","type":"integer","readOnly":true},"NumberOfRetracted":{"format":"int32","description":"NumberOfRetracted","type":"integer","readOnly":true},"NumberOfQualifiedApplicants":{"format":"int32","description":"NumberOfQualifiedApplicants","type":"integer","readOnly":true},"NumberOfEmployedApplicants":{"format":"int32","description":"NumberOfEmployedApplicants","type":"integer","readOnly":true},"VirtualJobOpening":{"description":"VirtualJobOpening","type":"boolean"},"InternalNotes":{"description":"InternalNotes","type":"string"},"Header":{"description":"Header","type":"string"},"ShortDescription":{"description":"ShortDescription","type":"string"},"StylingKeywords":{"description":"StylingKeywords","type":"string"},"ContactPersonId":{"format":"int32","description":"ContactPersonId","type":"integer"},"ApplicationDeadline":{"format":"date-time","description":"ApplicationDeadline","type":"string"},"AutomaticallyCloseForApplications":{"description":"AutomaticallyCloseForApplications","type":"boolean"},"JobNoticeFormattedText":{"description":"JobNoticeFormattedText","type":"string"},"JobnetFormattedText":{"description":"JobnetFormattedText","type":"string"},"Language":{"description":"Language","type":"string"},"NotificationsForNewApplications":{"description":"NotificationsForNewApplications","type":"boolean"}}},"ResultOfJobOpening":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/JobOpening"}}}},"Lesson":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"CourseId":{"format":"int32","description":"CourseId","type":"integer"},"FromDateTime":{"format":"date-time","description":"FromDateTime","type":"string"},"ToDateTime":{"format":"date-time","description":"ToDateTime","type":"string"},"LecturerId":{"format":"int32","description":"LecturerId","type":"integer"},"LocationId":{"format":"int32","description":"LocationId","type":"integer"},"Room":{"description":"Room","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfLesson":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Lesson"}}}},"Level":{"required":["LevelId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"LevelId":{"format":"int32","description":"LevelId","type":"integer"},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfLevel":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Level"}}}},"MainEventLog":{"required":["UserType","DateTime","EventType"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"UserType":{"description":"UserType","type":"string"},"UserId":{"description":"UserId","type":"string"},"DateTime":{"format":"date-time","description":"DateTime","type":"string"},"EventType":{"description":"EventType","type":"string"},"Data":{"description":"Data","type":"string"},"SessionId":{"description":"SessionId","type":"string"},"CorrelationId":{"description":"CorrelationId","type":"string"}}},"ResultOfMainEventLog":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/MainEventLog"}}}},"Media":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"MediaId":{"description":"MediaId","type":"string"},"MediaTypeId":{"format":"int32","description":"MediaTypeId","type":"integer"},"StandardMedia":{"description":"StandardMedia","type":"string"},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Phone":{"description":"Phone","type":"string"},"Email":{"description":"Email","type":"string"},"Url":{"description":"Url","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfMedia":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Media"}}}},"MediaType":{"required":["MediaTypeId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"MediaTypeId":{"description":"MediaTypeId","type":"string"},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfMediaType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/MediaType"}}}},"NextOfKin":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"RelatedPersonId":{"format":"int32","description":"RelatedPersonId","type":"integer"},"Relation":{"description":"Relation","type":"string"},"Phone1":{"description":"Phone1","type":"string"},"Phone2":{"description":"Phone2","type":"string"},"Email":{"description":"Email","type":"string"},"DateOfBirth":{"format":"date","description":"DateOfBirth","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfNextOfKin":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/NextOfKin"}}}},"Party":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Email":{"description":"Email","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfParty":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Party"}}}},"Person":{"required":["Name","FirstName","LastName"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Email":{"description":"Email","type":"string"},"Note":{"description":"Note","type":"string"},"FirstName":{"description":"FirstName","type":"string"},"MiddleName":{"description":"MiddleName","type":"string"},"LastName":{"description":"LastName","type":"string"},"PersonId":{"description":"PersonId","type":"string"},"Cpr":{"description":"Cpr","type":"string"},"Nationality":{"description":"Nationality","type":"string"},"Gender":{"description":"Gender","type":"string"},"Account":{"description":"Account","type":"string"},"Birthday":{"format":"date","description":"Birthday","type":"string"},"PhoneWork":{"description":"PhoneWork","type":"string"},"PhonePrivate":{"description":"PhonePrivate","type":"string"},"PhoneMobile":{"description":"PhoneMobile","type":"string"},"PhoneLocal":{"description":"PhoneLocal","type":"string"},"Initials":{"description":"Initials","type":"string"},"PersonTitle":{"description":"PersonTitle","type":"string"},"PrivateEmail":{"description":"PrivateEmail","type":"string"},"ExtraUrl1":{"description":"ExtraUrl1","type":"string"},"ExtraUrl2":{"description":"ExtraUrl2","type":"string"},"ExtraUrl3":{"description":"ExtraUrl3","type":"string"},"WebAddress":{"description":"WebAddress","type":"string"},"Photo":{"description":"Photo","type":"string"},"EmploymentDate":{"format":"date","description":"EmploymentDate","type":"string"},"TerminationDate":{"format":"date","description":"TerminationDate","type":"string"},"JubileeDate":{"format":"date","description":"JubileeDate","type":"string"},"ExtraBit1":{"description":"ExtraBit1","type":"boolean"},"ExtraBit2":{"description":"ExtraBit2","type":"boolean"},"ExtraBit3":{"description":"ExtraBit3","type":"boolean"},"ExtraText1":{"description":"ExtraText1","type":"string"},"ExtraText2":{"description":"ExtraText2","type":"string"},"ExtraText3":{"description":"ExtraText3","type":"string"},"ExtraDateTime1":{"format":"date-time","description":"ExtraDateTime1","type":"string"},"ExtraDateTime2":{"format":"date-time","description":"ExtraDateTime2","type":"string"},"ExtraDateTime3":{"format":"date-time","description":"ExtraDateTime3","type":"string"},"ExtraDecimal1":{"format":"decimal","description":"ExtraDecimal1","type":"number"},"ExtraDecimal2":{"format":"decimal","description":"ExtraDecimal2","type":"number"},"ExtraDecimal3":{"format":"decimal","description":"ExtraDecimal3","type":"number"},"ExtraInteger1":{"format":"int32","description":"ExtraInteger1","type":"integer"},"ExtraInteger2":{"format":"int32","description":"ExtraInteger2","type":"integer"},"ExtraInteger3":{"format":"int32","description":"ExtraInteger3","type":"integer"},"ExtraDate1":{"format":"date","description":"ExtraDate1","type":"string"},"ExtraDate2":{"format":"date","description":"ExtraDate2","type":"string"},"ExtraDate3":{"format":"date","description":"ExtraDate3","type":"string"},"ExtraMultilineText1":{"description":"ExtraMultilineText1","type":"string"},"ExtraMultilineText2":{"description":"ExtraMultilineText2","type":"string"},"ExtraMultilineText3":{"description":"ExtraMultilineText3","type":"string"},"FormalTechnicalCompetenceDate":{"format":"date","description":"FormalTechnicalCompetenceDate","type":"string"},"FormalPedagogicalCompetenceDate":{"format":"date","description":"FormalPedagogicalCompetenceDate","type":"string"},"SlsCreationDate":{"format":"date","description":"SlsCreationDate","type":"string"},"SlsSerialNumber":{"format":"int32","description":"SlsSerialNumber","type":"integer"},"Status":{"description":"Status","type":"string"},"UserId":{"format":"int32","description":"UserId","type":"integer"},"PreferredLanguage":{"description":"PreferredLanguage","type":"string"},"TimeZoneId":{"format":"int32","description":"TimeZoneId","type":"integer"},"PreventAutomaticDeletion":{"description":"PreventAutomaticDeletion","type":"boolean"},"NoteRegardingDeletion":{"description":"NoteRegardingDeletion","type":"string"}}},"ResultOfPerson":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Person"}}}},"PersonApproval":{"required":["Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"ApprovalTypeId":{"format":"int32","description":"ApprovalTypeId","type":"integer"},"ExpectedApproverId":{"format":"int32","description":"ExpectedApproverId","type":"integer"},"Status":{"description":"Status","type":"string"},"ValidFrom":{"format":"date","description":"ValidFrom","type":"string"},"ExpirationDate":{"format":"date","description":"ExpirationDate","type":"string"},"Note":{"description":"Note","type":"string"},"Created":{"format":"date-time","description":"Created","type":"string","readOnly":true},"CreatedById":{"format":"int32","description":"CreatedById","type":"integer"},"LastEdited":{"format":"date-time","description":"LastEdited","type":"string","readOnly":true},"LastEditedById":{"format":"int32","description":"LastEditedById","type":"integer"},"CreatedByUserId":{"description":"CreatedByUserId","type":"string","readOnly":true},"CreatedByUserType":{"description":"CreatedByUserType","type":"string","readOnly":true},"LastEditedByUserId":{"description":"LastEditedByUserId","type":"string","readOnly":true},"LastEditedByUserType":{"description":"LastEditedByUserType","type":"string","readOnly":true}}},"ResultOfPersonApproval":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/PersonApproval"}}}},"PersonApprovalHistory":{"required":["Changed","Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ApprovalId":{"format":"int32","description":"ApprovalId","type":"integer"},"Changed":{"format":"date-time","description":"Changed","type":"string"},"ChangedById":{"format":"int32","description":"ChangedById","type":"integer"},"ChangedByUserId":{"description":"ChangedByUserId","type":"string"},"ChangedByUserType":{"description":"ChangedByUserType","type":"string"},"Status":{"description":"Status","type":"string"}}},"ResultOfPersonApprovalHistory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/PersonApprovalHistory"}}}},"PersonCompetency":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"CompetenceId":{"format":"int32","description":"CompetenceId","type":"integer"},"StatusId":{"format":"int32","description":"StatusId","type":"integer"},"TargetId":{"format":"int32","description":"TargetId","type":"integer"}}},"ResultOfPersonCompetency":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/PersonCompetency"}}}},"PersonCompetencyHistory":{"required":["Changed"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"CompetenceId":{"format":"int32","description":"CompetenceId","type":"integer"},"StatusId":{"format":"int32","description":"StatusId","type":"integer"},"TargetId":{"format":"int32","description":"TargetId","type":"integer"},"Changed":{"format":"date-time","description":"Changed","type":"string"},"ChangedById":{"format":"int32","description":"ChangedById","type":"integer"}}},"ResultOfPersonCompetencyHistory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/PersonCompetencyHistory"}}}},"PersonNote":{"required":["Note"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"Note":{"description":"Note","type":"string"},"Created":{"format":"date-time","description":"Created","type":"string","readOnly":true},"CreatedById":{"format":"int32","description":"CreatedById","type":"integer"},"LastEdited":{"format":"date-time","description":"LastEdited","type":"string","readOnly":true},"LastEditedById":{"format":"int32","description":"LastEditedById","type":"integer"},"CreatedByUserId":{"description":"CreatedByUserId","type":"string","readOnly":true},"CreatedByUserType":{"description":"CreatedByUserType","type":"string","readOnly":true},"LastEditedByUserId":{"description":"LastEditedByUserId","type":"string","readOnly":true},"LastEditedByUserType":{"description":"LastEditedByUserType","type":"string","readOnly":true}}},"ResultOfPersonNote":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/PersonNote"}}}},"Position":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Email":{"description":"Email","type":"string"},"Note":{"description":"Note","type":"string"},"Weight":{"format":"decimal","description":"Weight","type":"number"},"PositionTypeId":{"format":"int32","description":"PositionTypeId","type":"integer"},"JobDescriptionId":{"format":"int32","description":"JobDescriptionId","type":"integer"}}},"ResultOfPosition":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Position"}}}},"PositionType":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfPositionType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/PositionType"}}}},"PostalCode":{"required":["PostalCodeId","City"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"PostalCodeId":{"description":"PostalCodeId","type":"string"},"City":{"description":"City","type":"string"}}},"ResultOfPostalCode":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/PostalCode"}}}},"Process":{"required":["Description"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"ProcessTypeId":{"format":"int32","description":"ProcessTypeId","type":"integer"},"Description":{"description":"Description","type":"string"},"ProcessStatusId":{"format":"int32","description":"ProcessStatusId","type":"integer"},"SubjectId":{"format":"int32","description":"SubjectId","type":"integer"},"ResponsibleId":{"format":"int32","description":"ResponsibleId","type":"integer"},"StartDate":{"format":"date","description":"StartDate","type":"string"},"EndDate":{"format":"date","description":"EndDate","type":"string"},"EvaluationDeadline":{"format":"date","description":"EvaluationDeadline","type":"string"},"ExtraDate1":{"format":"date","description":"ExtraDate1","type":"string"},"ExtraDate2":{"format":"date","description":"ExtraDate2","type":"string"},"ExtraText1":{"description":"ExtraText1","type":"string"},"ExtraText2":{"description":"ExtraText2","type":"string"},"ExtraInteger1":{"format":"int32","description":"ExtraInteger1","type":"integer"},"ExtraInteger2":{"format":"int32","description":"ExtraInteger2","type":"integer"},"Events":{"description":"Events","type":"string"},"ExtraMultilineText1":{"description":"ExtraMultilineText1","type":"string"},"ExtraMultilineText2":{"description":"ExtraMultilineText2","type":"string"}}},"ResultOfProcess":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Process"}}}},"ProcessStatus":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"ProcessTypeId":{"format":"int32","description":"ProcessTypeId","type":"integer"},"Name":{"description":"Name","type":"string"},"ProcessStatusType":{"description":"ProcessStatusType","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfProcessStatus":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ProcessStatus"}}}},"ProcessType":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfProcessType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ProcessType"}}}},"ProfileActivity":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ProfileId":{"format":"int32","description":"ProfileId","type":"integer"},"TrainingActivityId":{"format":"int32","description":"TrainingActivityId","type":"integer"}}},"ResultOfProfileActivity":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ProfileActivity"}}}},"ProfileCompetency":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"CompetenceId":{"format":"int32","description":"CompetenceId","type":"integer"},"LevelId":{"format":"int32","description":"LevelId","type":"integer"}}},"ResultOfProfileCompetency":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ProfileCompetency"}}}},"Question":{"required":["Type"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"Type":{"description":"Type","type":"string"},"Text":{"description":"Text","type":"string"}}},"ResultOfQuestion":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Question"}}}},"QuestionInstance":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"QuestionId":{"format":"int32","description":"QuestionId","type":"integer"},"QuestionnaireTemplateId":{"format":"int32","description":"QuestionnaireTemplateId","type":"integer"},"Explanatory":{"description":"Explanatory","type":"string"},"HasImportance":{"description":"HasImportance","type":"boolean"},"ImportanceSteps":{"format":"int32","description":"ImportanceSteps","type":"integer"},"ImportanceText":{"description":"ImportanceText","type":"string"},"ImportanceLowLabel":{"description":"ImportanceLowLabel","type":"string"},"ImportanceHighLabel":{"description":"ImportanceHighLabel","type":"string"},"ShowImportanceNumbers":{"description":"ShowImportanceNumbers","type":"boolean"},"HasComment":{"description":"HasComment","type":"boolean"},"CommentText":{"description":"CommentText","type":"string"}}},"ResultOfQuestionInstance":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/QuestionInstance"}}}},"Questionnaire":{"required":["Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"FinishedDate":{"format":"date-time","description":"FinishedDate","type":"string"},"IsAnonymous":{"description":"IsAnonymous","type":"boolean"},"QuestionnaireTemplateId":{"format":"int32","description":"QuestionnaireTemplateId","type":"integer"},"Status":{"description":"Status","type":"string"},"RespondentId":{"format":"int32","description":"RespondentId","type":"integer"},"UnitId":{"format":"int32","description":"UnitId","type":"integer"},"Description":{"description":"Description","type":"string"},"DialogSessionId":{"format":"int32","description":"DialogSessionId","type":"integer"},"QuestionnaireTypeId":{"format":"int32","description":"QuestionnaireTypeId","type":"integer"},"Created":{"format":"date-time","description":"Created","type":"string","readOnly":true},"CreatedById":{"format":"int32","description":"CreatedById","type":"integer"},"LastEdited":{"format":"date-time","description":"LastEdited","type":"string","readOnly":true},"LastEditedById":{"format":"int32","description":"LastEditedById","type":"integer"},"CreatedByUserId":{"description":"CreatedByUserId","type":"string","readOnly":true},"CreatedByUserType":{"description":"CreatedByUserType","type":"string","readOnly":true},"LastEditedByUserId":{"description":"LastEditedByUserId","type":"string","readOnly":true},"LastEditedByUserType":{"description":"LastEditedByUserType","type":"string","readOnly":true},"Deadline":{"format":"date","description":"Deadline","type":"string"},"CompleteAutomatically":{"description":"CompleteAutomatically","type":"boolean"},"DeletionDate":{"format":"date","description":"DeletionDate","type":"string"}}},"ResultOfQuestionnaire":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Questionnaire"}}}},"QuestionnaireResponseItem":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"QuestionnaireId":{"format":"int32","description":"QuestionnaireId","type":"integer"},"QuestionId":{"format":"int32","description":"QuestionId","type":"integer"},"SubQuestionId":{"format":"int32","description":"SubQuestionId","type":"integer"},"FormattedText":{"description":"FormattedText","type":"string"},"PrimaryNumber":{"format":"int32","description":"PrimaryNumber","type":"integer"},"Importance":{"format":"int32","description":"Importance","type":"integer"}}},"ResultOfQuestionnaireResponseItem":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/QuestionnaireResponseItem"}}}},"QuestionnaireTemplate":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfQuestionnaireTemplate":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/QuestionnaireTemplate"}}}},"QuestionnaireType":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfQuestionnaireType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/QuestionnaireType"}}}},"RecruiterComment":{"required":["Text"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"JobApplicationId":{"format":"int32","description":"JobApplicationId","type":"integer"},"Text":{"description":"Text","type":"string"},"CreationTime":{"format":"date-time","description":"CreationTime","type":"string","readOnly":true},"AuthorId":{"format":"int32","description":"AuthorId","type":"integer"},"EditedById":{"format":"int32","description":"EditedById","type":"integer"},"EditedTime":{"format":"date-time","description":"EditedTime","type":"string","readOnly":true}}},"ResultOfRecruiterComment":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/RecruiterComment"}}}},"RecruiterRating":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"JobApplicationId":{"format":"int32","description":"JobApplicationId","type":"integer"},"RaterId":{"format":"int32","description":"RaterId","type":"integer"},"JobApplicationRatingId":{"format":"int32","description":"JobApplicationRatingId","type":"integer"}}},"ResultOfRecruiterRating":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/RecruiterRating"}}}},"RecruitingTeamMembership":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"JobOpeningId":{"format":"int32","description":"JobOpeningId","type":"integer"},"MemberId":{"format":"int32","description":"MemberId","type":"integer"},"RoleId":{"format":"int32","description":"RoleId","type":"integer"}}},"ResultOfRecruitingTeamMembership":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/RecruitingTeamMembership"}}}},"RecruitingTeamRole":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"}}},"ResultOfRecruitingTeamRole":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/RecruitingTeamRole"}}}},"Resource":{"required":["NameOrId"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"NameOrId":{"description":"NameOrId","type":"string"},"ResourceTypeId":{"format":"int32","description":"ResourceTypeId","type":"integer"},"StatusId":{"format":"int32","description":"StatusId","type":"integer"},"ResourceLocation":{"description":"ResourceLocation","type":"string"},"Description":{"description":"Description","type":"string"},"SerialNumber":{"description":"SerialNumber","type":"string"},"Value":{"format":"decimal","description":"Value","type":"number"},"ProcurementDate":{"format":"date","description":"ProcurementDate","type":"string"},"ProcurementMethod":{"description":"ProcurementMethod","type":"string"},"SupplierId":{"format":"int32","description":"SupplierId","type":"integer"},"ExpectedReplacementDate":{"format":"date","description":"ExpectedReplacementDate","type":"string"},"Notes":{"description":"Notes","type":"string"}}},"ResultOfResource":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Resource"}}}},"ResourceCategory":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"},"ResponsibleUnitId":{"format":"int32","description":"ResponsibleUnitId","type":"integer"}}},"ResultOfResourceCategory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ResourceCategory"}}}},"ResourceGrant":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"ResourceId":{"format":"int32","description":"ResourceId","type":"integer"},"ReceiverId":{"format":"int32","description":"ReceiverId","type":"integer"},"ReceivedTime":{"format":"date-time","description":"ReceivedTime","type":"string"},"ToBeReturnedDate":{"format":"date","description":"ToBeReturnedDate","type":"string"},"ReturnedTime":{"format":"date-time","description":"ReturnedTime","type":"string"},"Status":{"description":"Status","type":"string"},"Notes":{"description":"Notes","type":"string"}}},"ResultOfResourceGrant":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ResourceGrant"}}}},"ResourceStatus":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfResourceStatus":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ResourceStatus"}}}},"ResourceSupplier":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Phone":{"description":"Phone","type":"string"},"Email":{"description":"Email","type":"string"},"Url":{"description":"Url","type":"string"},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Note":{"description":"Note","type":"string"}}},"ResultOfResourceSupplier":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ResourceSupplier"}}}},"ResourceType":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"CategoryId":{"format":"int32","description":"CategoryId","type":"integer"},"Description":{"description":"Description","type":"string"}}},"ResultOfResourceType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/ResourceType"}}}},"Salary":{"required":["Amount","Interval"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"ReceiverId":{"format":"int32","description":"ReceiverId","type":"integer"},"SalaryTypeId":{"format":"int32","description":"SalaryTypeId","type":"integer"},"Amount":{"$ref":"#/definitions/CurrencyAmount","description":"Amount"},"Interval":{"description":"Interval","type":"string"},"StartDate":{"format":"date","description":"StartDate","type":"string"},"EndDate":{"format":"date","description":"EndDate","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfSalary":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Salary"}}}},"SalaryType":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfSalaryType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/SalaryType"}}}},"SchoolSubject":{"required":["SchoolSubjectId","Level","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"SchoolSubjectId":{"description":"SchoolSubjectId","type":"string"},"Level":{"description":"Level","type":"string"},"Name":{"description":"Name","type":"string"},"ShortDescription":{"description":"ShortDescription","type":"string"},"CategoryId":{"format":"int32","description":"CategoryId","type":"integer"}}},"ResultOfSchoolSubject":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/SchoolSubject"}}}},"SchoolSubjectCategory":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Code":{"description":"Code","type":"string"},"SchoolSubjectGroupId":{"format":"int32","description":"SchoolSubjectGroupId","type":"integer"},"Description":{"description":"Description","type":"string"}}},"ResultOfSchoolSubjectCategory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/SchoolSubjectCategory"}}}},"SchoolSubjectGroup":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Code":{"description":"Code","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfSchoolSubjectGroup":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/SchoolSubjectGroup"}}}},"SignDocumentHistory":{"required":["TaskId","UpdatedAt"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"TaskId":{"description":"TaskId","type":"string"},"ProcessId":{"description":"ProcessId","type":"string"},"Status":{"description":"Status","type":"string"},"IsCompleted":{"description":"IsCompleted","type":"boolean"},"UpdatedAt":{"format":"date-time","description":"UpdatedAt","type":"string"},"SignersStatus":{"description":"SignersStatus","type":"string"},"ErrorMessage":{"description":"ErrorMessage","type":"string"},"ErrorData":{"description":"ErrorData","type":"string"},"RejectionMessage":{"description":"RejectionMessage","type":"string"},"RejectedBy":{"description":"RejectedBy","type":"string"}}},"ResultOfSignDocumentHistory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/SignDocumentHistory"}}}},"SmsHistory":{"required":["ReceiverPhoneNumber","Status","Created"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ReceiverId":{"format":"int32","description":"ReceiverId","type":"integer"},"ReceiverPhoneNumber":{"description":"ReceiverPhoneNumber","type":"string"},"Status":{"description":"Status","type":"string"},"SenderId":{"format":"int32","description":"SenderId","type":"integer"},"Created":{"format":"date-time","description":"Created","type":"string"},"Sent":{"format":"date-time","description":"Sent","type":"string"},"SendDelayed":{"format":"date-time","description":"SendDelayed","type":"string"},"Delivered":{"format":"date-time","description":"Delivered","type":"string"},"Content":{"description":"Content","type":"string"}}},"ResultOfSmsHistory":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/SmsHistory"}}}},"SubQuestion":{"required":["Text"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"Text":{"description":"Text","type":"string"}}},"ResultOfSubQuestion":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/SubQuestion"}}}},"SubQuestionInstance":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"SubQuestionId":{"format":"int32","description":"SubQuestionId","type":"integer"},"QuestionInstanceId":{"format":"int32","description":"QuestionInstanceId","type":"integer"},"Explanatory":{"description":"Explanatory","type":"string"},"HasIndividualComment":{"description":"HasIndividualComment","type":"boolean"}}},"ResultOfSubQuestionInstance":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/SubQuestionInstance"}}}},"Task":{"required":["Heading","Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"TaskListId":{"format":"int32","description":"TaskListId","type":"integer"},"Heading":{"description":"Heading","type":"string"},"Description":{"description":"Description","type":"string"},"AssignedToId":{"format":"int32","description":"AssignedToId","type":"integer"},"Status":{"description":"Status","type":"string"},"Deadline":{"format":"date","description":"Deadline","type":"string"},"Link":{"description":"Link","type":"string"},"CreatedById":{"format":"int32","description":"CreatedById","type":"integer"},"ResponsibleUserGroupId":{"format":"int32","description":"ResponsibleUserGroupId","type":"integer"},"Completed":{"description":"Completed","type":"boolean"},"FinishedById":{"format":"int32","description":"FinishedById","type":"integer"},"CompletedTime":{"format":"date","description":"CompletedTime","type":"string","readOnly":true}}},"ResultOfTask":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Task"}}}},"TaskList":{"required":["Heading"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Heading":{"description":"Heading","type":"string"},"Deadline":{"format":"date","description":"Deadline","type":"string"},"Completed":{"description":"Completed","type":"boolean"},"ClosedById":{"format":"int32","description":"ClosedById","type":"integer"},"ClosedTime":{"format":"date","description":"ClosedTime","type":"string"},"DialogSessionId":{"format":"int32","description":"DialogSessionId","type":"integer"},"ReferenceId":{"format":"int32","description":"ReferenceId","type":"integer"}}},"ResultOfTaskList":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TaskList"}}}},"TaskListTemplate":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"DataDeclarationId":{"format":"int32","description":"DataDeclarationId","type":"integer"},"Description":{"description":"Description","type":"string"}}},"ResultOfTaskListTemplate":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TaskListTemplate"}}}},"TeachingCompetence":{"required":["ValidFrom"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"SchoolSubjectId":{"format":"int32","description":"SchoolSubjectId","type":"integer"},"ValidFrom":{"format":"date","description":"ValidFrom","type":"string"},"Priority":{"description":"Priority","type":"string"},"CompetencyPossessed":{"description":"CompetencyPossessed","type":"boolean"},"Formal":{"description":"Formal","type":"boolean"},"ExtraBit1":{"description":"ExtraBit1","type":"boolean"},"ExtraBit2":{"description":"ExtraBit2","type":"boolean"},"ExtraBit3":{"description":"ExtraBit3","type":"boolean"},"ExtraMultilineText1":{"description":"ExtraMultilineText1","type":"string"},"ExtraMultilineText2":{"description":"ExtraMultilineText2","type":"string"},"ExtraMultilineText3":{"description":"ExtraMultilineText3","type":"string"}}},"ResultOfTeachingCompetence":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TeachingCompetence"}}}},"TerminationReason":{"required":["Name","TerminationReasonType"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"TerminationReasonType":{"description":"TerminationReasonType","type":"string"},"Code":{"description":"Code","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfTerminationReason":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TerminationReason"}}}},"TimeZone":{"required":["Code"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"Code":{"description":"Code","type":"string"},"Label":{"$ref":"#/definitions/GlobalString","description":"Label"}}},"ResultOfTimeZone":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TimeZone"}}}},"Training":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"OwnerId":{"format":"int32","description":"OwnerId","type":"integer"},"ActivityId":{"format":"int32","description":"ActivityId","type":"integer"},"OtherActivity":{"description":"OtherActivity","type":"string"},"ContentProviderId":{"format":"int32","description":"ContentProviderId","type":"integer"},"OtherProvider":{"description":"OtherProvider","type":"string"},"Price":{"format":"decimal","description":"Price","type":"number"},"ActivityTypeId":{"format":"int32","description":"ActivityTypeId","type":"integer"},"Hours":{"format":"decimal","description":"Hours","type":"number"},"StartDate":{"format":"date","description":"StartDate","type":"string"},"EndDate":{"format":"date","description":"EndDate","type":"string"},"StatusId":{"format":"int32","description":"StatusId","type":"integer"},"ImportanceId":{"format":"int32","description":"ImportanceId","type":"integer"},"AccomplishedNoLaterThan":{"format":"date","description":"AccomplishedNoLaterThan","type":"string"},"Points":{"format":"int32","description":"Points","type":"integer"},"ActivityGroupId":{"format":"int32","description":"ActivityGroupId","type":"integer"},"ValidityLimit":{"format":"date","description":"ValidityLimit","type":"string"},"CourseEnrollmentId":{"format":"int32","description":"CourseEnrollmentId","type":"integer"},"TransportationExpenses":{"format":"decimal","description":"TransportationExpenses","type":"number"},"MealExpenses":{"format":"decimal","description":"MealExpenses","type":"number"},"TransportationTime":{"description":"TransportationTime","type":"string"},"WorkTime":{"description":"WorkTime","type":"string"},"AbsenceFromDate":{"format":"date-time","description":"AbsenceFromDate","type":"string"},"AbsenceToDate":{"format":"date-time","description":"AbsenceToDate","type":"string"},"TrainingLocation":{"description":"TrainingLocation","type":"string"},"ExtraDecimal1":{"format":"decimal","description":"ExtraDecimal1","type":"number"},"ExtraDecimal2":{"format":"decimal","description":"ExtraDecimal2","type":"number"},"ExtraDecimal3":{"format":"decimal","description":"ExtraDecimal3","type":"number"},"ExtraText1":{"description":"ExtraText1","type":"string"},"ExtraText2":{"description":"ExtraText2","type":"string"},"ExtraText3":{"description":"ExtraText3","type":"string"},"Note":{"description":"Note","type":"string"},"ProcessingNotes":{"description":"ProcessingNotes","type":"string"},"ExtraMultilineText1":{"description":"ExtraMultilineText1","type":"string"},"ExtraMultilineText2":{"description":"ExtraMultilineText2","type":"string"},"ExtraMultilineText3":{"description":"ExtraMultilineText3","type":"string"}}},"ResultOfTraining":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Training"}}}},"TrainingActivity":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"ActivityId":{"description":"ActivityId","type":"string"},"ContentProviderId":{"format":"int32","description":"ContentProviderId","type":"integer"},"Price":{"format":"decimal","description":"Price","type":"number"},"TypeId":{"format":"int32","description":"TypeId","type":"integer"},"Hours":{"format":"decimal","description":"Hours","type":"number"},"Points":{"format":"int32","description":"Points","type":"integer"},"TrainingActivityGroupId":{"format":"int32","description":"TrainingActivityGroupId","type":"integer"},"ValidityPeriod":{"description":"ValidityPeriod","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfTrainingActivity":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TrainingActivity"}}}},"TrainingActivityGroup":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Ordering":{"description":"Ordering","type":"string"}}},"ResultOfTrainingActivityGroup":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TrainingActivityGroup"}}}},"TrainingActivityType":{"required":["TypeId","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"TypeId":{"description":"TypeId","type":"string"},"Name":{"description":"Name","type":"string"},"Note":{"description":"Note","type":"string"}}},"ResultOfTrainingActivityType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TrainingActivityType"}}}},"TrainingStatus":{"required":["StatusId","Name","Type"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"StatusId":{"format":"int32","description":"StatusId","type":"integer"},"Name":{"description":"Name","type":"string"},"Type":{"description":"Type","type":"string"}}},"ResultOfTrainingStatus":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/TrainingStatus"}}}},"Unit":{"required":["Name","UnitStatus"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Address":{"$ref":"#/definitions/Address","description":"Address"},"Email":{"description":"Email","type":"string"},"Note":{"description":"Note","type":"string"},"UnitId":{"description":"UnitId","type":"string"},"UnitTypeId":{"format":"int32","description":"UnitTypeId","type":"integer"},"Phone":{"description":"Phone","type":"string"},"TaxId":{"description":"TaxId","type":"string"},"LocationRegistrationNumber":{"description":"LocationRegistrationNumber","type":"string"},"UnitStatus":{"description":"UnitStatus","type":"string"},"ExtraText1":{"description":"ExtraText1","type":"string"},"ExtraText2":{"description":"ExtraText2","type":"string"},"ExtraText3":{"description":"ExtraText3","type":"string"},"SlsType":{"format":"int32","description":"SlsType","type":"integer"},"SlsPurpose":{"format":"int32","description":"SlsPurpose","type":"integer"},"SlsResponsibility":{"format":"int32","description":"SlsResponsibility","type":"integer"},"SlsProject":{"format":"int32","description":"SlsProject","type":"integer"},"SlsEmploymentPlaceCode":{"format":"int32","description":"SlsEmploymentPlaceCode","type":"integer"}}},"ResultOfUnit":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Unit"}}}},"UnitType":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfUnitType":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/UnitType"}}}},"User":{"required":["UserId"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"UserId":{"description":"UserId","type":"string"},"PersonId":{"format":"int32","description":"PersonId","type":"integer"},"IsPermanentlyLockedOut":{"description":"IsPermanentlyLockedOut","type":"boolean"},"LockedOutUntil":{"format":"date-time","description":"LockedOutUntil","type":"string"},"ForceChangePassword":{"description":"ForceChangePassword","type":"boolean","readOnly":true}}},"ResultOfUser":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/User"}}}},"UserGroup":{"required":["UserFriendlyName","Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"UserFriendlyName":{"description":"UserFriendlyName","type":"string"},"Name":{"description":"Name","type":"string"},"Description":{"description":"Description","type":"string"}}},"ResultOfUserGroup":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/UserGroup"}}}},"UserGroupAssignment":{"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"PersonId":{"format":"int32","description":"PersonId","type":"integer"},"UserGroupId":{"format":"int32","description":"UserGroupId","type":"integer"},"AssignmentType":{"description":"AssignmentType","type":"string","readOnly":true},"RootId":{"format":"int32","description":"RootId","type":"integer","readOnly":true}}},"ResultOfUserGroupAssignment":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/UserGroupAssignment"}}}},"WorkflowInstance":{"required":["WorkflowTemplate","Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"WorkflowTemplate":{"description":"WorkflowTemplate","type":"string"},"Status":{"description":"Status","type":"string"},"Created":{"format":"date-time","description":"Created","type":"string"},"ExecutingUserId":{"description":"ExecutingUserId","type":"string"},"DrivingObjectShortInfo":{"description":"DrivingObjectShortInfo","type":"string"},"Batch":{"description":"Batch","type":"string"}}},"ResultOfWorkflowInstance":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/WorkflowInstance"}}}},"Form":{"required":["FormType","Status"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"FormTemplateId":{"format":"int32","description":"FormTemplateId","type":"integer"},"RespondentId":{"format":"int32","description":"RespondentId","type":"integer"},"Description":{"description":"Description","type":"string"},"SubmittedDate":{"format":"date-time","description":"SubmittedDate","type":"string"},"SubmittedById":{"format":"int32","description":"SubmittedById","type":"integer"},"Purpose":{"description":"Purpose","type":"string"},"Created":{"format":"date-time","description":"Created","type":"string","readOnly":true},"Fields":{"description":"Fields","type":"array","items":{"$ref":"#/definitions/DataField"}},"ScreeningScore":{"format":"int32","description":"ScreeningScore","type":"integer","readOnly":true},"TotalPoints":{"format":"int32","description":"TotalPoints","type":"integer","readOnly":true},"FormType":{"description":"FormType","type":"string"},"Status":{"description":"Status","type":"string"},"RejectedReason":{"description":"RejectedReason","type":"string"}}},"ResultOfForm":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/Form"}}}},"FormTemplate":{"required":["Name"],"type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"LastChanged":{"format":"date-time","description":"LastChanged","type":"string","readOnly":true},"SourceEntityId":{"description":"SourceEntityId","type":"string"},"ArchivedTime":{"format":"date-time","description":"ArchivedTime","type":"string","readOnly":true},"DataDeclarationId":{"format":"int32","description":"DataDeclarationId","type":"integer"},"Name":{"$ref":"#/definitions/GlobalString","description":"Name"},"Description":{"$ref":"#/definitions/GlobalString","description":"Description"},"UseFormForScoring":{"description":"UseFormForScoring","type":"boolean"},"Fields":{"description":"Fields","type":"array","items":{"$ref":"#/definitions/FormTemplateField"}}}},"ResultOfFormTemplate":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/FormTemplate"}}}},"Webhook":{"required":["Name","EntityTypeId","Url"],"type":"object","properties":{"Id":{"description":"Id","type":"string","readOnly":true},"Version":{"format":"int32","description":"Version","type":"integer","readOnly":true},"Name":{"description":"Name","type":"string"},"EntityTypeId":{"description":"EntityTypeId","type":"string"},"TriggerSetup":{"$ref":"#/definitions/TriggerSetup","description":"TriggerSetup"},"Url":{"description":"Url","type":"string"},"Description":{"description":"Description","type":"string"}}},"_Error":{"type":"object","properties":{}},"ResultOf_Error":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/_Error"}}}},"_InError":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}},"ResultOf_InError":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/definitions/_InError"}}}},"EntityReference":{"required":["@odata.id"],"type":"object","properties":{"@odata.id":{"default":"EntitySet(28)","type":"string"}}}}}