# ID Code Type Selections ## Create IDCodeTypeSelection - [POST /id-code-type-selections](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-type-selections/createidcodetypeselection.md): Creates a new IDCodeTypeSelection ## List IDCodeTypeSelection - [GET /id-code/{ID_Code}/type/{Type}/selections](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-type-selections/listidcodetypeselection.md): Lists all IDCodeTypeSelection for the given ID_Code and Type ## Get IDCodeTypeSelection - [GET /id-code-type-selections/{IDCodeTypeSelection_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-type-selections/getidcodetypeselection.md): Gets IDCodeTypeSelection ## Update IDCodeTypeSelection - [PUT /id-code-type-selections/{IDCodeTypeSelection_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-type-selections/updateidcodetypeselection.md): Updates a specific IDCodeTypeSelection. ## Delete IDCodeTypeSelection - [DELETE /id-code-type-selections/{IDCodeTypeSelection_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-type-selections/deleteidcodetypeselection.md): Deletes an IDCodeTypeSelection ## Create or Update Batch IDCodeTypeSelection - [PUT /id-code-type-selections-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-code-type-selections/updatebatchidcodetypeselection.md): Create or Update multiple IDCodeTypeSelection at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.