{ "openapi": "3.0.1", "info": { "title": "701x API V1", "description": "701x API", "version": "v1" }, "paths": { "/Animal/AnimalDataByFilter": { "get": { "tags": [ "Animal" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Status", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "MaleAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FemaleAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CattleNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Sex", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Age", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "Breed", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Type", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "EventTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "EventStatusId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Animal/{id}": { "get": { "tags": [ "Animal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Animal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Animal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Animal/GetByIds": { "post": { "tags": [ "Animal" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Animal": { "post": { "tags": [ "Animal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Animal/MassInsert": { "post": { "tags": [ "Animal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Animal/MassUpdate": { "post": { "tags": [ "Animal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Animal/MassDelete": { "post": { "tags": [ "Animal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Animal/MassMergeRepoint": { "post": { "tags": [ "Animal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/AnimalMergeRepointRequest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/AnimalMergeRepointRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/AnimalMergeRepointRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/AnimalMergeRepointRequest" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/AnimalMergeMap" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/AnimalMergeMap" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/AnimalMergeMap" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Animal/MassUpdateLocation": { "post": { "tags": [ "Animal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Location" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Location" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Location" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Location" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAssociation/AnimalAssociationDataByFilter": { "get": { "tags": [ "AnimalAssociation" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAssociation/{id}": { "get": { "tags": [ "AnimalAssociation" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Association" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Association" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Association" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAssociation/MassUpdate": { "post": { "tags": [ "AnimalAssociation" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAssociationControllerBasic/AnimalAssociationDataByFilter": { "get": { "tags": [ "AnimalAssociationControllerBasic" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" } } } } } } } }, "/AnimalAssociationControllerBasic/{id}": { "get": { "tags": [ "AnimalAssociationControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/DB_Animal_Association" } }, "application/json": { "schema": { "$ref": "#/components/schemas/DB_Animal_Association" } }, "text/json": { "schema": { "$ref": "#/components/schemas/DB_Animal_Association" } } } } } } }, "/AnimalAttachment/AnimalAttachmentDataByFilter": { "get": { "tags": [ "AnimalAttachment" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachment/{id}": { "get": { "tags": [ "AnimalAttachment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalAttachment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalAttachment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachment": { "post": { "tags": [ "AnimalAttachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachment/MassInsert": { "post": { "tags": [ "AnimalAttachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachment/MassUpdate": { "post": { "tags": [ "AnimalAttachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachment/MassDelete": { "post": { "tags": [ "AnimalAttachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachmentControllerAdmin/AnimalAttachmentDataByFilter": { "get": { "tags": [ "AnimalAttachmentControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachmentControllerAdmin/{id}": { "get": { "tags": [ "AnimalAttachmentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalAttachmentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalAttachmentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachmentControllerAdmin": { "post": { "tags": [ "AnimalAttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Attachment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachmentControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalAttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachmentControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalAttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalAttachmentControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalAttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalving/AnimalCalvingDataByFilter": { "get": { "tags": [ "AnimalCalving" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SireAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "DamAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CalfAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FosterAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TurnOutId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SeasonId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SemonTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "EmbryoTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalving/{id}": { "get": { "tags": [ "AnimalCalving" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalCalving" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalCalving" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalving": { "post": { "tags": [ "AnimalCalving" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalving/MassInsert": { "post": { "tags": [ "AnimalCalving" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalving/MassUpdate": { "post": { "tags": [ "AnimalCalving" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalving/MassDelete": { "post": { "tags": [ "AnimalCalving" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalvingControllerAdmin/AnimalCalvingDataByFilter": { "get": { "tags": [ "AnimalCalvingControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SireAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "DamAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CalfAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FosterAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TurnOutId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SeasonId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SemonTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "EmbryoTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalvingControllerAdmin/{id}": { "get": { "tags": [ "AnimalCalvingControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalCalvingControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalCalvingControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalvingControllerAdmin": { "post": { "tags": [ "AnimalCalvingControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Calving" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalvingControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalCalvingControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalvingControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalCalvingControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCalvingControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalCalvingControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckIn/AnimalCheckInReport": { "get": { "tags": [ "AnimalCheckIn" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StartCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "EndCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckIn/AnimalCheckInDataByFilter": { "get": { "tags": [ "AnimalCheckIn" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StartCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "EndCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckIn/{id}": { "get": { "tags": [ "AnimalCheckIn" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalCheckIn" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalCheckIn" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckIn": { "post": { "tags": [ "AnimalCheckIn" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckIn/MassInsert": { "post": { "tags": [ "AnimalCheckIn" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckIn/MassUpdate": { "post": { "tags": [ "AnimalCheckIn" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckIn/MassDelete": { "post": { "tags": [ "AnimalCheckIn" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckInControllerAdmin/AnimalCheckInReport": { "get": { "tags": [ "AnimalCheckInControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StartCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "EndCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckInControllerAdmin/AnimalCheckInDataByFilter": { "get": { "tags": [ "AnimalCheckInControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StartCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "EndCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckInControllerAdmin/{id}": { "get": { "tags": [ "AnimalCheckInControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalCheckInControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalCheckInControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckInControllerAdmin": { "post": { "tags": [ "AnimalCheckInControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckInControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalCheckInControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckInControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalCheckInControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckInControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalCheckInControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCheckInControllerBasic/AnimalCheckInReport": { "get": { "tags": [ "AnimalCheckInControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StartCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "EndCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn_Report" } } } } } } } }, "/AnimalCheckInControllerBasic/AnimalCheckInDataByFilter": { "get": { "tags": [ "AnimalCheckInControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StartCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "EndCheckInDateTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } } } } }, "/AnimalCheckInControllerBasic/{id}": { "get": { "tags": [ "AnimalCheckInControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } } } }, "put": { "tags": [ "AnimalCheckInControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "responses": { "200": { "description": "Success" } } }, "delete": { "tags": [ "AnimalCheckInControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" } } } }, "/AnimalCheckInControllerBasic": { "post": { "tags": [ "AnimalCheckInControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_CheckIn" } } } }, "responses": { "200": { "description": "Success" } } } }, "/AnimalCheckInControllerBasic/MassInsert": { "post": { "tags": [ "AnimalCheckInControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" } } } }, "/AnimalCheckInControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalCheckInControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" } } } }, "/AnimalCheckInControllerBasic/MassDelete": { "post": { "tags": [ "AnimalCheckInControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_CheckIn" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" } } } }, "/AnimalComment/AnimalCommentDataByFilter": { "get": { "tags": [ "AnimalComment" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalComment/{id}": { "get": { "tags": [ "AnimalComment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalComment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalComment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalComment": { "post": { "tags": [ "AnimalComment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalComment/MassInsert": { "post": { "tags": [ "AnimalComment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalComment/MassUpdate": { "post": { "tags": [ "AnimalComment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalComment/MassDelete": { "post": { "tags": [ "AnimalComment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCommentControllerAdmin/AnimalCommentDataByFilter": { "get": { "tags": [ "AnimalCommentControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCommentControllerAdmin/{id}": { "get": { "tags": [ "AnimalCommentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalCommentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalCommentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCommentControllerAdmin": { "post": { "tags": [ "AnimalCommentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Comment" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCommentControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalCommentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCommentControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalCommentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalCommentControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalCommentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalControllerAdmin/AnimalDataByFilter": { "get": { "tags": [ "AnimalControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Status", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "MaleAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FemaleAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CattleNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Sex", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Age", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "Breed", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Type", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "EventTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "EventStatusId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalControllerAdmin/{id}": { "get": { "tags": [ "AnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalControllerAdmin": { "post": { "tags": [ "AnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalControllerAdmin/MassUpdateLocation": { "post": { "tags": [ "AnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Location" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Location" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Location" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Location" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalControllerBasic/Get/{id}": { "get": { "tags": [ "AnimalControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } } } } }, "/AnimalControllerBasic/GetByFilter": { "get": { "tags": [ "AnimalControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CattleNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "USDANumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThanLastCheckInDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanLastCheckInDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } } } } }, "/AnimalControllerBasic/Get": { "get": { "tags": [ "AnimalControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CattleNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "USDANumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "ProductType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThanLastCheckInDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanLastCheckInDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data" } } } } } } } }, "/AnimalControllerBasic/GetAll": { "get": { "tags": [ "AnimalControllerBasic" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Basic" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Basic" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Basic" } } } } } } } }, "/AnimalControllerBasic/unpair/{CompanyId}": { "post": { "tags": [ "AnimalControllerBasic" ], "parameters": [ { "name": "CompanyId", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/UnPairItem" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/UnPairItem" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/UnPairItem" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/UnPairItem" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" } } } }, "/AnimalControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } } } } }, "/AnimalControllerBasic/Update": { "post": { "tags": [ "AnimalControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Master" } } } } } } }, "/AnimalDataBirth/AnimalDataBirthByFilter": { "get": { "tags": [ "AnimalDataBirth" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataBirth/GetAllChanges": { "get": { "tags": [ "AnimalDataBirth" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/BirthData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/BirthData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/BirthData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "AnimalDataBirth" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/BirthData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/BirthData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/BirthData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataBirth/{id}": { "get": { "tags": [ "AnimalDataBirth" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataBirth/Put/{id}": { "put": { "tags": [ "AnimalDataBirth" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataBirth/MassUpdate": { "post": { "tags": [ "AnimalDataBirth" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataBirthControllerBasic/GetAllByFilter": { "get": { "tags": [ "AnimalDataBirthControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } } } } }, "/AnimalDataBirthControllerBasic/{id}": { "get": { "tags": [ "AnimalDataBirthControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } } }, "put": { "tags": [ "AnimalDataBirthControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } } }, "delete": { "tags": [ "AnimalDataBirthControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } } } }, "/AnimalDataBirthControllerBasic": { "post": { "tags": [ "AnimalDataBirthControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } } } }, "/AnimalDataBirthControllerBasic/MassInsert": { "post": { "tags": [ "AnimalDataBirthControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } } } } }, "/AnimalDataBirthControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalDataBirthControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } } } } }, "/AnimalDataBirthControllerBasic/MassDelete": { "post": { "tags": [ "AnimalDataBirthControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" } } } } } } } }, "/AnimalDataCarcass/AnimalDataCarcassByFilter": { "get": { "tags": [ "AnimalDataCarcass" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataCarcass/GetAllChanges": { "get": { "tags": [ "AnimalDataCarcass" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/CarcassData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/CarcassData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/CarcassData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "AnimalDataCarcass" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/CarcassData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/CarcassData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/CarcassData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataCarcass/{id}": { "get": { "tags": [ "AnimalDataCarcass" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataCarcass/Put/{id}": { "put": { "tags": [ "AnimalDataCarcass" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataCarcass/MassUpdate": { "post": { "tags": [ "AnimalDataCarcass" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataCarcassControllerBasic/GetAllByFilter": { "get": { "tags": [ "AnimalDataCarcassControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } } } } }, "/AnimalDataCarcassControllerBasic/{id}": { "get": { "tags": [ "AnimalDataCarcassControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } } }, "put": { "tags": [ "AnimalDataCarcassControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } } }, "delete": { "tags": [ "AnimalDataCarcassControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } } } }, "/AnimalDataCarcassControllerBasic": { "post": { "tags": [ "AnimalDataCarcassControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } } } }, "/AnimalDataCarcassControllerBasic/MassInsert": { "post": { "tags": [ "AnimalDataCarcassControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } } } } }, "/AnimalDataCarcassControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalDataCarcassControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } } } } }, "/AnimalDataCarcassControllerBasic/MassDelete": { "post": { "tags": [ "AnimalDataCarcassControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" } } } } } } } }, "/AnimalDataOwner/AnimalDataOwnerByFilter": { "get": { "tags": [ "AnimalDataOwner" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataOwner/{id}": { "get": { "tags": [ "AnimalDataOwner" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataOwner/Put/{id}": { "put": { "tags": [ "AnimalDataOwner" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataOwner/MassUpdate": { "post": { "tags": [ "AnimalDataOwner" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataOwnerControllerBasic/GetAllByFilter": { "get": { "tags": [ "AnimalDataOwnerControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } } } } }, "/AnimalDataOwnerControllerBasic/{id}": { "get": { "tags": [ "AnimalDataOwnerControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } } }, "put": { "tags": [ "AnimalDataOwnerControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } } }, "delete": { "tags": [ "AnimalDataOwnerControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } } } }, "/AnimalDataOwnerControllerBasic": { "post": { "tags": [ "AnimalDataOwnerControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } } } }, "/AnimalDataOwnerControllerBasic/MassInsert": { "post": { "tags": [ "AnimalDataOwnerControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } } } } }, "/AnimalDataOwnerControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalDataOwnerControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } } } } }, "/AnimalDataOwnerControllerBasic/MassDelete": { "post": { "tags": [ "AnimalDataOwnerControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Owner" } } } } } } } }, "/AnimalDataUltrasound/AnimalDataUltrasoundByFilter": { "get": { "tags": [ "AnimalDataUltrasound" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataUltrasound/GetAllChanges": { "get": { "tags": [ "AnimalDataUltrasound" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/UltrasoundData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/UltrasoundData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/UltrasoundData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "AnimalDataUltrasound" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/UltrasoundData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/UltrasoundData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/UltrasoundData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataUltrasound/{id}": { "get": { "tags": [ "AnimalDataUltrasound" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataUltrasound/Put/{id}": { "put": { "tags": [ "AnimalDataUltrasound" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataUltrasound/MassUpdate": { "post": { "tags": [ "AnimalDataUltrasound" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataUltrasoundControllerBasic/GetAllByFilter": { "get": { "tags": [ "AnimalDataUltrasoundControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } } } } }, "/AnimalDataUltrasoundControllerBasic/{id}": { "get": { "tags": [ "AnimalDataUltrasoundControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } } }, "put": { "tags": [ "AnimalDataUltrasoundControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } } }, "delete": { "tags": [ "AnimalDataUltrasoundControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } } } }, "/AnimalDataUltrasoundControllerBasic": { "post": { "tags": [ "AnimalDataUltrasoundControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } } } }, "/AnimalDataUltrasoundControllerBasic/MassInsert": { "post": { "tags": [ "AnimalDataUltrasoundControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } } } } }, "/AnimalDataUltrasoundControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalDataUltrasoundControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } } } } }, "/AnimalDataUltrasoundControllerBasic/MassDelete": { "post": { "tags": [ "AnimalDataUltrasoundControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" } } } } } } } }, "/AnimalDataWean/AnimalDataWeanByFilter": { "get": { "tags": [ "AnimalDataWean" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataWean/GetAllChanges": { "get": { "tags": [ "AnimalDataWean" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/WeanData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WeanData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WeanData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "AnimalDataWean" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/WeanData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WeanData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WeanData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataWean/{id}": { "get": { "tags": [ "AnimalDataWean" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataWean/Put/{id}": { "put": { "tags": [ "AnimalDataWean" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataWean/MassUpdate": { "post": { "tags": [ "AnimalDataWean" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataWeanControllerBasic/GetAllByFilter": { "get": { "tags": [ "AnimalDataWeanControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } } } } }, "/AnimalDataWeanControllerBasic/{id}": { "get": { "tags": [ "AnimalDataWeanControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } } }, "put": { "tags": [ "AnimalDataWeanControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } } }, "delete": { "tags": [ "AnimalDataWeanControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } } } }, "/AnimalDataWeanControllerBasic": { "post": { "tags": [ "AnimalDataWeanControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } } } }, "/AnimalDataWeanControllerBasic/MassInsert": { "post": { "tags": [ "AnimalDataWeanControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } } } } }, "/AnimalDataWeanControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalDataWeanControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } } } } }, "/AnimalDataWeanControllerBasic/MassDelete": { "post": { "tags": [ "AnimalDataWeanControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" } } } } } } } }, "/AnimalDataYear/AnimalDataYearByFilter": { "get": { "tags": [ "AnimalDataYear" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataYear/GetAllChanges": { "get": { "tags": [ "AnimalDataYear" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/YearData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/YearData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/YearData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "AnimalDataYear" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/YearData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/YearData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/YearData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataYear/{id}": { "get": { "tags": [ "AnimalDataYear" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataYear/Put/{id}": { "put": { "tags": [ "AnimalDataYear" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataYear/MassUpdate": { "post": { "tags": [ "AnimalDataYear" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDataYearControllerBasic/GetAllByFilter": { "get": { "tags": [ "AnimalDataYearControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } } } } }, "/AnimalDataYearControllerBasic/{id}": { "get": { "tags": [ "AnimalDataYearControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } } }, "put": { "tags": [ "AnimalDataYearControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } } }, "delete": { "tags": [ "AnimalDataYearControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } } } }, "/AnimalDataYearControllerBasic": { "post": { "tags": [ "AnimalDataYearControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } } } }, "/AnimalDataYearControllerBasic/MassInsert": { "post": { "tags": [ "AnimalDataYearControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } } } } }, "/AnimalDataYearControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalDataYearControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } } } } }, "/AnimalDataYearControllerBasic/MassDelete": { "post": { "tags": [ "AnimalDataYearControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" } } } } } } } }, "/AnimalDNA/AnimalDNADataByFilter": { "get": { "tags": [ "AnimalDNA" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDNA/{id}": { "get": { "tags": [ "AnimalDNA" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_DNA" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_DNA" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_DNA" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDNA/MassUpdate": { "post": { "tags": [ "AnimalDNA" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalDNA/IngestBreedComposition": { "post": { "tags": [ "AnimalDNA" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BreedCompositionIngestItem" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BreedCompositionIngestItem" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BreedCompositionIngestItem" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BreedCompositionIngestItem" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPD/AnimalEPDDataByFilter": { "get": { "tags": [ "AnimalEPD" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPD/GetAllChanges": { "get": { "tags": [ "AnimalEPD" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/EPDData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/EPDData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/EPDData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "AnimalEPD" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/EPDData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/EPDData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/EPDData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPD/{id}": { "get": { "tags": [ "AnimalEPD" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalEPD" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalEPD" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPD": { "post": { "tags": [ "AnimalEPD" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPD/MassInsert": { "post": { "tags": [ "AnimalEPD" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPD/MassUpdate": { "post": { "tags": [ "AnimalEPD" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPD/MassDelete": { "post": { "tags": [ "AnimalEPD" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPDControllerAdmin/AnimalEPDDataByFilter": { "get": { "tags": [ "AnimalEPDControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPDControllerAdmin/{id}": { "get": { "tags": [ "AnimalEPDControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalEPDControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalEPDControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPDControllerAdmin": { "post": { "tags": [ "AnimalEPDControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPDControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalEPDControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPDControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalEPDControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPDControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalEPDControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalEPDControllerBasic/GetAllByFilter": { "get": { "tags": [ "AnimalEPDControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } } } } }, "/AnimalEPDControllerBasic/{id}": { "get": { "tags": [ "AnimalEPDControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } } } }, "put": { "tags": [ "AnimalEPDControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } } } }, "delete": { "tags": [ "AnimalEPDControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } } } } }, "/AnimalEPDControllerBasic": { "post": { "tags": [ "AnimalEPDControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_EPD" } } } } } } }, "/AnimalEPDControllerBasic/MassInsert": { "post": { "tags": [ "AnimalEPDControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } } } } }, "/AnimalEPDControllerBasic/MassUpdate": { "post": { "tags": [ "AnimalEPDControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } } } } }, "/AnimalEPDControllerBasic/MassDelete": { "post": { "tags": [ "AnimalEPDControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" } } } } } } } }, "/AnimalGroup/AnimalGroupDataByFilter": { "get": { "tags": [ "AnimalGroup" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroup/{id}": { "get": { "tags": [ "AnimalGroup" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalGroup" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalGroup" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroup": { "post": { "tags": [ "AnimalGroup" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroup/MassInsert": { "post": { "tags": [ "AnimalGroup" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroup/MassUpdate": { "post": { "tags": [ "AnimalGroup" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroup/MassDelete": { "post": { "tags": [ "AnimalGroup" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroupControllerAdmin/AnimalGroupDataByFilter": { "get": { "tags": [ "AnimalGroupControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "RegistrationNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroupControllerAdmin/{id}": { "get": { "tags": [ "AnimalGroupControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalGroupControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalGroupControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroupControllerAdmin": { "post": { "tags": [ "AnimalGroupControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Group" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroupControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalGroupControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroupControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalGroupControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalGroupControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalGroupControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog/AnimalLogDataByFilter": { "get": { "tags": [ "AnimalLog" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "pointer", "in": "query", "schema": { "type": "integer", "format": "int64", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Value", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog/LatestAlertSummary": { "get": { "tags": [ "AnimalLog" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "LogTypeIds", "in": "query", "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } }, { "name": "DateAfter", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "DateBefore", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/AnimalAlertSummary" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/AnimalAlertSummary" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/AnimalAlertSummary" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog/AnimalLogDataByFilterRaw": { "get": { "tags": [ "AnimalLog" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "pointer", "in": "query", "schema": { "type": "integer", "format": "int64", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Value", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog/GetAllSSE": { "get": { "tags": [ "AnimalLog" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog/{id}": { "get": { "tags": [ "AnimalLog" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalLog" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalLog" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog": { "post": { "tags": [ "AnimalLog" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog/MassInsert": { "post": { "tags": [ "AnimalLog" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog/MassUpdate": { "post": { "tags": [ "AnimalLog" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLog/MassDelete": { "post": { "tags": [ "AnimalLog" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLogControllerAdmin/AnimalLogDataByFilter": { "get": { "tags": [ "AnimalLogControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "pointer", "in": "query", "schema": { "type": "integer", "format": "int64", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Value", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLogControllerAdmin/AnimalLogDataByFilterRaw": { "get": { "tags": [ "AnimalLogControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "pointer", "in": "query", "schema": { "type": "integer", "format": "int64", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Value", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLogControllerAdmin/GetAllSSE": { "get": { "tags": [ "AnimalLogControllerAdmin" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLogControllerAdmin/{id}": { "get": { "tags": [ "AnimalLogControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalLogControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalLogControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLogControllerAdmin": { "post": { "tags": [ "AnimalLogControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Log" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLogControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalLogControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLogControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalLogControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalLogControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalLogControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalOwner/AnimalOwnerDataByFilter": { "get": { "tags": [ "AnimalOwner" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DB_Animal_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DB_Animal_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DB_Animal_Owner" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalOwner/{id}": { "get": { "tags": [ "AnimalOwner" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalOwner/MassUpdate": { "post": { "tags": [ "AnimalOwner" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalPAP/AnimalPAPDataByFilter": { "get": { "tags": [ "AnimalPAP" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalPAP/{id}": { "get": { "tags": [ "AnimalPAP" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_PAP" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_PAP" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_PAP" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalPAP/MassUpdate": { "post": { "tags": [ "AnimalPAP" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalScrotal/AnimalScrotalDataByFilter": { "get": { "tags": [ "AnimalScrotal" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalScrotal/{id}": { "get": { "tags": [ "AnimalScrotal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Scrotal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Scrotal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Scrotal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalScrotal/MassUpdate": { "post": { "tags": [ "AnimalScrotal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOut/AnimalTurnOutDataByFilter": { "get": { "tags": [ "AnimalTurnOut" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SireAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TurnOutId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SeasonId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "isShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOut/{id}": { "get": { "tags": [ "AnimalTurnOut" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalTurnOut" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalTurnOut" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOut": { "post": { "tags": [ "AnimalTurnOut" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOut/MassInsert": { "post": { "tags": [ "AnimalTurnOut" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOut/MassUpdate": { "post": { "tags": [ "AnimalTurnOut" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOut/MassDelete": { "post": { "tags": [ "AnimalTurnOut" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOutControllerAdmin/AnimalTurnOutDataByFilter": { "get": { "tags": [ "AnimalTurnOutControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SireAnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TurnOutId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SeasonId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOutControllerAdmin/{id}": { "get": { "tags": [ "AnimalTurnOutControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AnimalTurnOutControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AnimalTurnOutControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOutControllerAdmin": { "post": { "tags": [ "AnimalTurnOutControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOutControllerAdmin/MassInsert": { "post": { "tags": [ "AnimalTurnOutControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOutControllerAdmin/MassUpdate": { "post": { "tags": [ "AnimalTurnOutControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AnimalTurnOutControllerAdmin/MassDelete": { "post": { "tags": [ "AnimalTurnOutControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Association/AssociationByFilter": { "get": { "tags": [ "Association" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "userId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Association/{id}": { "get": { "tags": [ "Association" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Association_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Association/Put/{id}": { "put": { "tags": [ "Association" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Association_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Association_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Association_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Association/MassUpdate": { "post": { "tags": [ "Association" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AssociationUser/AssociationUserByFilter": { "get": { "tags": [ "AssociationUser" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "associationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "userId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "permissionLevel", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AssociationUser/{id}": { "get": { "tags": [ "AssociationUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AssociationUser/RequestsAssociationUserDataByFilter": { "get": { "tags": [ "AssociationUser" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Association_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AssociationUser/AcceptRequest/{id}": { "put": { "tags": [ "AssociationUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AssociationUser/DeclineRequest/{id}": { "put": { "tags": [ "AssociationUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AssociationUser/Post": { "post": { "tags": [ "AssociationUser" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AssociationUser/Put/{id}": { "put": { "tags": [ "AssociationUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AssociationUser/Delete/{id}": { "delete": { "tags": [ "AssociationUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Association_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Association_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Attachment/AttachmentDataByFilter": { "get": { "tags": [ "Attachment" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "WOId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FeedbackId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FileName", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "FileExtension", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "FilePath", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "FileType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Attachment/{id}": { "get": { "tags": [ "Attachment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Attachment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Attachment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Attachment": { "post": { "tags": [ "Attachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Attachment/BlobLinks": { "post": { "tags": [ "Attachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BlobLinks" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BlobLinks" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BlobLinks" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Attachment/MassInsert": { "post": { "tags": [ "Attachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Attachment/MassUpdate": { "post": { "tags": [ "Attachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Attachment/MassDelete": { "post": { "tags": [ "Attachment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AttachmentControllerAdmin/AttachmentDataByFilter": { "get": { "tags": [ "AttachmentControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "WOId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FeedbackId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FileName", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "FileExtension", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "FilePath", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "FileType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AttachmentControllerAdmin/{id}": { "get": { "tags": [ "AttachmentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "AttachmentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "AttachmentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AttachmentControllerAdmin": { "post": { "tags": [ "AttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Attachment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AttachmentControllerAdmin/BlobLinks": { "post": { "tags": [ "AttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BlobLinks" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BlobLinks" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/BlobLinks" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AttachmentControllerAdmin/MassInsert": { "post": { "tags": [ "AttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AttachmentControllerAdmin/MassUpdate": { "post": { "tags": [ "AttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/AttachmentControllerAdmin/MassDelete": { "post": { "tags": [ "AttachmentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Cart/{id}": { "get": { "tags": [ "Cart" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Cart" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Cart" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Cart/CartDataByFilter": { "get": { "tags": [ "Cart" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "SessionId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Cart/CartHistoryDataByFilter": { "get": { "tags": [ "Cart" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "SessionId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Cart/CartHistoryCountByFilter": { "get": { "tags": [ "Cart" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "SessionId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartStatus", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isSubscriptionBased", "in": "query", "schema": { "type": "boolean", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int32" } }, "application/json": { "schema": { "type": "integer", "format": "int32" } }, "text/json": { "schema": { "type": "integer", "format": "int32" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Cart": { "post": { "tags": [ "Cart" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Cart/GetBySession": { "get": { "tags": [ "Cart" ], "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "SessionId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } } } } }, "/Cart/CartDataByFilterSession": { "get": { "tags": [ "Cart" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "SessionId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } } } } } }, "/Cart/PostBySession": { "post": { "tags": [ "Cart" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } } } } }, "/Cart/PutBySession/{id}": { "put": { "tags": [ "Cart" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } } } } }, "/Cart/DeleteBySession/{id}": { "delete": { "tags": [ "Cart" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Customer_Cart_Master" } } } } } } }, "/CartControllerAdmin/{id}": { "get": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerAdmin/CartDataByFilter": { "get": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartStatus", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isSubscriptionBased", "in": "query", "schema": { "type": "boolean", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanDesiredShipDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanDesiredShipDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerAdmin/CartHistoryDataByFilter": { "get": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartStatus", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isSubscriptionBased", "in": "query", "schema": { "type": "boolean", "nullable": true } }, { "name": "OrderType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanDesiredShipDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanDesiredShipDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanShippedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanShippedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanPendingCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanPendingCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripeProductId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerAdmin/CartHistoryCountByFilter": { "get": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartStatus", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isSubscriptionBased", "in": "query", "schema": { "type": "boolean", "nullable": true } }, { "name": "OrderType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanDesiredShipDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanDesiredShipDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanShippedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanShippedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripeProductId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int32" } }, "application/json": { "schema": { "type": "integer", "format": "int32" } }, "text/json": { "schema": { "type": "integer", "format": "int32" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerAdmin/DemandRelatedCarts": { "get": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "FirstName", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LastName", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "PhoneNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "OrderType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "GreaterThenDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerAdmin": { "post": { "tags": [ "CartControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerAdmin/PurchaseStatsByProduct": { "get": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "LessThenCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "GreaterThenCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Sales_Stats" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sales_Stats" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sales_Stats" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerAdmin/ReturnedCartStats": { "get": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenReturnDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenReturnDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "OrderType", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Order_Stats" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Order_Stats" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Order_Stats" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerAdmin/SoldCartStats": { "get": { "tags": [ "CartControllerAdmin" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCheckoutDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "OrderType", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Order_Stats" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Order_Stats" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Order_Stats" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartControllerBasic/{id}": { "get": { "tags": [ "CartControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } } } } } } }, "/CartControllerBasic/CartHistoryDataByFilter": { "get": { "tags": [ "CartControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartStatus", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isSubscriptionBased", "in": "query", "schema": { "type": "boolean", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Master" } } } } } } } }, "/CartControllerBasic/CartHistoryCountByFilter": { "get": { "tags": [ "CartControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartStatus", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "isSubscriptionBased", "in": "query", "schema": { "type": "boolean", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int32" } }, "application/json": { "schema": { "type": "integer", "format": "int32" } }, "text/json": { "schema": { "type": "integer", "format": "int32" } } } } } } }, "/CartPackage/{id}": { "get": { "tags": [ "CartPackage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CartPackage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CartPackage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartPackage/CartPackageDataByFilter": { "get": { "tags": [ "CartPackage" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartPackage/CartHistoryPackageDataByFilter": { "get": { "tags": [ "CartPackage" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartPackage": { "post": { "tags": [ "CartPackage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartPackage/CartPackageDataByFilterSession": { "get": { "tags": [ "CartPackage" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "SessionId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } } } } } } }, "/CartPackage/PostBySession": { "post": { "tags": [ "CartPackage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } } } } }, "/CartPackage/PutBySession/{id}": { "put": { "tags": [ "CartPackage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } } } } }, "/CartPackage/DeleteBySession/{id}": { "delete": { "tags": [ "CartPackage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } } } } }, "/CartPackageControllerAdmin/CartPackageDataByFilter": { "get": { "tags": [ "CartPackageControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartPackageControllerAdmin/CartHistoryPackageDataByFilterAdmin": { "get": { "tags": [ "CartPackageControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "UserId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartPackageControllerAdmin/CartHistoryPackageDataByFilter": { "get": { "tags": [ "CartPackageControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Package" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartPackageControllerAdmin/{id}": { "get": { "tags": [ "CartPackageControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CartPackageControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CartPackageControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartPackageControllerAdmin": { "post": { "tags": [ "CartPackageControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Package" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProduct/{id}": { "get": { "tags": [ "CartProduct" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CartProduct" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CartProduct" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProduct/CartProductDataByFilter": { "get": { "tags": [ "CartProduct" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProduct/CartHistoryProductDataByFilter": { "get": { "tags": [ "CartProduct" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProduct": { "post": { "tags": [ "CartProduct" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProduct/CartProductDataByFilterSession": { "get": { "tags": [ "CartProduct" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "SessionId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } } } } } } }, "/CartProduct/PostBySession": { "post": { "tags": [ "CartProduct" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } } } } }, "/CartProduct/PutBySession/{id}": { "put": { "tags": [ "CartProduct" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } } } } }, "/CartProduct/DeleteBySession/{id}": { "delete": { "tags": [ "CartProduct" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } } } } }, "/CartProductControllerAdmin/CartProductDataByFilter": { "get": { "tags": [ "CartProductControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProductControllerAdmin/CartHistoryProductDataByFilter": { "get": { "tags": [ "CartProductControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProductControllerAdmin/{id}": { "get": { "tags": [ "CartProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CartProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CartProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProductControllerAdmin": { "post": { "tags": [ "CartProductControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CartProductControllerBasic/CartProductDataByFilter": { "get": { "tags": [ "CartProductControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "StripProductId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "StripePriceId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cart_Product" } } } } } } } }, "/Cell": { "get": { "tags": [ "Cell" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "Cell" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Cell/GetAllByFilter": { "get": { "tags": [ "Cell" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Cell/{id}": { "get": { "tags": [ "Cell" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Cell" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Cell" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellControllerAdmin": { "get": { "tags": [ "CellControllerAdmin" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "CellControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellControllerAdmin/GetAllByFilter": { "get": { "tags": [ "CellControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellControllerAdmin/{id}": { "get": { "tags": [ "CellControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CellControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CellControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellStrength": { "get": { "tags": [ "CellStrength" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "CellStrength" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellStrength/GetAllByFilter": { "get": { "tags": [ "CellStrength" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CellId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellStrength/{id}": { "get": { "tags": [ "CellStrength" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CellStrength" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CellStrength" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellStrengthControllerAdmin": { "get": { "tags": [ "CellStrengthControllerAdmin" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "CellStrengthControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellStrengthControllerAdmin/GetAllByFilter": { "get": { "tags": [ "CellStrengthControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CellId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Cell_Strength" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CellStrengthControllerAdmin/{id}": { "get": { "tags": [ "CellStrengthControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CellStrengthControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CellStrengthControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cell_Strength" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Comment/CommentDataByFilter": { "get": { "tags": [ "Comment" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "WOId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FeedbackId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Comment/{id}": { "get": { "tags": [ "Comment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Comment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Comment" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Comment": { "post": { "tags": [ "Comment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Comment/MassInsert": { "post": { "tags": [ "Comment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Comment/MassUpdate": { "post": { "tags": [ "Comment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Comment/MassDelete": { "post": { "tags": [ "Comment" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CommentControllerAdmin/CommentDataByFilter": { "get": { "tags": [ "CommentControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "WOId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FeedbackId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CommentControllerAdmin/{id}": { "get": { "tags": [ "CommentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CommentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CommentControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CommentControllerAdmin": { "post": { "tags": [ "CommentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CommentControllerAdmin/MassInsert": { "post": { "tags": [ "CommentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CommentControllerAdmin/MassUpdate": { "post": { "tags": [ "CommentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CommentControllerAdmin/MassDelete": { "post": { "tags": [ "CommentControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CommentMasterControllerBasic/Get/{id}": { "get": { "tags": [ "CommentMasterControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } } } } }, "/CommentMasterControllerBasic/GetByFilter": { "get": { "tags": [ "CommentMasterControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "WOId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" } } } } } } } }, "/CommentMasterControllerBasic": { "post": { "tags": [ "CommentMasterControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "responses": { "200": { "description": "Success" } } } }, "/CommentMasterControllerBasic/{id}": { "put": { "tags": [ "CommentMasterControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Comment_Master" } } } }, "responses": { "200": { "description": "Success" } } }, "delete": { "tags": [ "CommentMasterControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" } } } }, "/Company/{id}": { "get": { "tags": [ "Company" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Company" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Company" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Company/CompanyMasterDataByFilter": { "get": { "tags": [ "Company" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Company/GetAllChanges": { "get": { "tags": [ "Company" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Data" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Data" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Data" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "Company" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "includeShared", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SyncingRequestParams" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Data" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Data" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Data" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Company/GetAllChangesSSE": { "get": { "tags": [ "Company" ], "parameters": [ { "name": "lastSynced", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Company/GetAllSSE": { "get": { "tags": [ "Company" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Company/FullPullSSE": { "get": { "tags": [ "Company" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "parallelism", "in": "query", "schema": { "type": "integer", "format": "int32", "default": 5 } }, { "name": "chunkSize", "in": "query", "schema": { "type": "integer", "format": "int32", "default": 500 } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Company/GetAllCount": { "get": { "tags": [ "Company" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/RecordCounts" } }, "application/json": { "schema": { "$ref": "#/components/schemas/RecordCounts" } }, "text/json": { "schema": { "$ref": "#/components/schemas/RecordCounts" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Company": { "post": { "tags": [ "Company" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/Get/{id}": { "get": { "tags": [ "CompanyAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/GetByIds": { "post": { "tags": [ "CompanyAnimal" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/Get": { "get": { "tags": [ "CompanyAnimal" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalIds", "in": "query", "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, { "name": "CompanyTransferId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanySaleId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyPurchaseId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/CanBeAdded/{id}": { "get": { "tags": [ "CompanyAnimal" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "animalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "id", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "boolean" } }, "application/json": { "schema": { "type": "boolean" } }, "text/json": { "schema": { "type": "boolean" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/Post": { "post": { "tags": [ "CompanyAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/Put/{id}": { "put": { "tags": [ "CompanyAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/Delete/{id}": { "delete": { "tags": [ "CompanyAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/MassInsert": { "post": { "tags": [ "CompanyAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/MassUpdate": { "post": { "tags": [ "CompanyAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimal/MassDelete": { "post": { "tags": [ "CompanyAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/Get": { "get": { "tags": [ "CompanyAnimalControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyTransferId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanySaleId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyPurchaseId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/Get/{id}": { "get": { "tags": [ "CompanyAnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/GetAdmin/{id}": { "get": { "tags": [ "CompanyAnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/CanBeAdded/{id}": { "get": { "tags": [ "CompanyAnimalControllerAdmin" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "animalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "id", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "boolean" } }, "application/json": { "schema": { "type": "boolean" } }, "text/json": { "schema": { "type": "boolean" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/Post": { "post": { "tags": [ "CompanyAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/Put/{id}": { "put": { "tags": [ "CompanyAnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/Delete/{id}": { "delete": { "tags": [ "CompanyAnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/MassInsert": { "post": { "tags": [ "CompanyAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/MassUpdate": { "post": { "tags": [ "CompanyAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAnimalControllerAdmin/MassDelete": { "post": { "tags": [ "CompanyAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAssociation/{id}": { "get": { "tags": [ "CompanyAssociation" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAssociation/CompanyAssociationDataByFilter": { "get": { "tags": [ "CompanyAssociation" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "onlinePlatform", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Association", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MemberId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThanCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThanDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThanDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAssociation/Put/{id}": { "put": { "tags": [ "CompanyAssociation" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Association" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyAssociationControllerBasic/{id}": { "get": { "tags": [ "CompanyAssociationControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } } } } } } }, "/CompanyAssociationControllerBasic/GetByFilter": { "get": { "tags": [ "CompanyAssociationControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "onlinePlatform", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Association", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MemberId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association" } } } } } } } }, "/CompanyAssociationControllerBasic/Put/{id}": { "put": { "tags": [ "CompanyAssociationControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Association" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Association" } } } } } } }, "/CompanyAssociationTokenControllerBasic/{id}": { "get": { "tags": [ "CompanyAssociationTokenControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Association_Token" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Association_Token" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Association_Token" } } } } } } }, "/CompanyAssociationTokenControllerBasic/GetByFilter": { "get": { "tags": [ "CompanyAssociationTokenControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "onlinePlatform", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Association", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MemberId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association_Token" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association_Token" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Association_Token" } } } } } } } }, "/CompanyControllerAdmin/{id}": { "get": { "tags": [ "CompanyControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "CompanyControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "CompanyControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyControllerAdmin/GetByFilter": { "get": { "tags": [ "CompanyControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyControllerAdmin/GetPaginatedCompanies": { "get": { "tags": [ "CompanyControllerAdmin" ], "parameters": [ { "name": "Offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "Fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "Search", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/PaginatedCompanies" } }, "application/json": { "schema": { "$ref": "#/components/schemas/PaginatedCompanies" } }, "text/json": { "schema": { "$ref": "#/components/schemas/PaginatedCompanies" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyControllerAdmin": { "post": { "tags": [ "CompanyControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyControllerBasic/Get/{id}": { "get": { "tags": [ "CompanyControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Master" } } } } } } }, "/CompanyControllerBasic/GetByFilter": { "get": { "tags": [ "CompanyControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" } } } } } } } }, "/CompanyItem/Get/{id}": { "get": { "tags": [ "CompanyItem" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItem/GetByIds": { "post": { "tags": [ "CompanyItem" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItem/Get": { "get": { "tags": [ "CompanyItem" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyTransferId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanySaleId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyPurchaseId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItem/Post": { "post": { "tags": [ "CompanyItem" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItem/Put/{id}": { "put": { "tags": [ "CompanyItem" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItem/Delete/{id}": { "delete": { "tags": [ "CompanyItem" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItem/MassInsert": { "post": { "tags": [ "CompanyItem" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItem/MassUpdate": { "post": { "tags": [ "CompanyItem" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItem/MassDelete": { "post": { "tags": [ "CompanyItem" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItemControllerAdmin/Get": { "get": { "tags": [ "CompanyItemControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyTransferId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanySaleId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyPurchaseId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItemControllerAdmin/Get/{id}": { "get": { "tags": [ "CompanyItemControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItemControllerAdmin/Post": { "post": { "tags": [ "CompanyItemControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItemControllerAdmin/Put/{id}": { "put": { "tags": [ "CompanyItemControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItemControllerAdmin/Delete/{id}": { "delete": { "tags": [ "CompanyItemControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Item" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItemControllerAdmin/MassInsert": { "post": { "tags": [ "CompanyItemControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItemControllerAdmin/MassUpdate": { "post": { "tags": [ "CompanyItemControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyItemControllerAdmin/MassDelete": { "post": { "tags": [ "CompanyItemControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchase/Get/{id}": { "get": { "tags": [ "CompanyPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchase/Get": { "get": { "tags": [ "CompanyPurchase" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchase/Post": { "post": { "tags": [ "CompanyPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchase/Put/{id}": { "put": { "tags": [ "CompanyPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchase/Delete/{id}": { "delete": { "tags": [ "CompanyPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchase/MassInsert": { "post": { "tags": [ "CompanyPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchase/MassUpdate": { "post": { "tags": [ "CompanyPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchase/MassDelete": { "post": { "tags": [ "CompanyPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchaseControllerAdmin/Get": { "get": { "tags": [ "CompanyPurchaseControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchaseControllerAdmin/Get/{id}": { "get": { "tags": [ "CompanyPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchaseControllerAdmin/Post": { "post": { "tags": [ "CompanyPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchaseControllerAdmin/Put/{id}": { "put": { "tags": [ "CompanyPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyPurchaseControllerAdmin/Delete/{id}": { "delete": { "tags": [ "CompanyPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySale/Get/{id}": { "get": { "tags": [ "CompanySale" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySale/Get": { "get": { "tags": [ "CompanySale" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySale/Post": { "post": { "tags": [ "CompanySale" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySale/Put/{id}": { "put": { "tags": [ "CompanySale" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySale/Delete/{id}": { "delete": { "tags": [ "CompanySale" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySale/MassInsert": { "post": { "tags": [ "CompanySale" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySale/MassUpdate": { "post": { "tags": [ "CompanySale" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySale/MassDelete": { "post": { "tags": [ "CompanySale" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySaleControllerAdmin/Get": { "get": { "tags": [ "CompanySaleControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySaleControllerAdmin/Get/{id}": { "get": { "tags": [ "CompanySaleControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySaleControllerAdmin/Post": { "post": { "tags": [ "CompanySaleControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySaleControllerAdmin/Put/{id}": { "put": { "tags": [ "CompanySaleControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanySaleControllerAdmin/Delete/{id}": { "delete": { "tags": [ "CompanySaleControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Sale" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Get/{id}": { "get": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/GetOwners/{id}": { "get": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/GetAnimals/{id}": { "get": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Get": { "get": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Post": { "post": { "tags": [ "CompanyShare" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Put/{id}": { "put": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Delete/{id}": { "delete": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Send/{id}": { "put": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/UnSend/{id}": { "put": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Approve/{id}": { "put": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Deny/{id}": { "put": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Unshare/{shareId}/{animalId}": { "put": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "shareId", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "animalId", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Reshare/{shareId}/{animalId}": { "put": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "shareId", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "animalId", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Animal_Owner" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/Cancel/{id}": { "put": { "tags": [ "CompanyShare" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Share" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/MassInsert": { "post": { "tags": [ "CompanyShare" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/MassUpdate": { "post": { "tags": [ "CompanyShare" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyShare/MassDelete": { "post": { "tags": [ "CompanyShare" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Share" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/Get/{id}": { "get": { "tags": [ "CompanyTag" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/GetByIds": { "post": { "tags": [ "CompanyTag" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/Get": { "get": { "tags": [ "CompanyTag" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagIds", "in": "query", "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, { "name": "CompanyTransferId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanySaleId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyPurchaseId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/CanBeAdded/{id}": { "get": { "tags": [ "CompanyTag" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "tagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "id", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "boolean" } }, "application/json": { "schema": { "type": "boolean" } }, "text/json": { "schema": { "type": "boolean" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/Post": { "post": { "tags": [ "CompanyTag" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/Put/{id}": { "put": { "tags": [ "CompanyTag" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/Delete/{id}": { "delete": { "tags": [ "CompanyTag" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/MassInsert": { "post": { "tags": [ "CompanyTag" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/MassUpdate": { "post": { "tags": [ "CompanyTag" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTag/MassDelete": { "post": { "tags": [ "CompanyTag" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/Get": { "get": { "tags": [ "CompanyTagControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyTransferId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanySaleId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyPurchaseId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/Get/{id}": { "get": { "tags": [ "CompanyTagControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/GetAllDeviceTags": { "post": { "tags": [ "CompanyTagControllerAdmin" ], "parameters": [ { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/CanBeAdded/{id}": { "get": { "tags": [ "CompanyTagControllerAdmin" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "tagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "id", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "boolean" } }, "application/json": { "schema": { "type": "boolean" } }, "text/json": { "schema": { "type": "boolean" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/Post": { "post": { "tags": [ "CompanyTagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/Put/{id}": { "put": { "tags": [ "CompanyTagControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/Delete/{id}": { "delete": { "tags": [ "CompanyTagControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Tag" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/MassInsert": { "post": { "tags": [ "CompanyTagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/MassUpdate": { "post": { "tags": [ "CompanyTagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTagControllerAdmin/MassDelete": { "post": { "tags": [ "CompanyTagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Tag" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/Get/{id}": { "get": { "tags": [ "CompanyTransfer" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/Get": { "get": { "tags": [ "CompanyTransfer" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanySaleId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/Post": { "post": { "tags": [ "CompanyTransfer" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/Put/{id}": { "put": { "tags": [ "CompanyTransfer" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/Delete/{id}": { "delete": { "tags": [ "CompanyTransfer" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/MassInsert": { "post": { "tags": [ "CompanyTransfer" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/MassUpdate": { "post": { "tags": [ "CompanyTransfer" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/MassDelete": { "post": { "tags": [ "CompanyTransfer" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/Send/{id}": { "put": { "tags": [ "CompanyTransfer" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/Deny/{id}": { "put": { "tags": [ "CompanyTransfer" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/Approve/{id}": { "put": { "tags": [ "CompanyTransfer" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransfer/RepairShare/{id}": { "put": { "tags": [ "CompanyTransfer" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransferControllerAdmin/Get/{id}": { "get": { "tags": [ "CompanyTransferControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransferControllerAdmin/Get": { "get": { "tags": [ "CompanyTransferControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FromFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToCompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ToFarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransferControllerAdmin/Post": { "post": { "tags": [ "CompanyTransferControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransferControllerAdmin/Put/{id}": { "put": { "tags": [ "CompanyTransferControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransferControllerAdmin/{id}": { "delete": { "tags": [ "CompanyTransferControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyTransferControllerAdmin/Filled/{id}": { "put": { "tags": [ "CompanyTransferControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "isWarranty", "in": "query", "schema": { "type": "boolean", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_Transfer" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/Get/{id}": { "get": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/AllCompanyUserDataByFilter": { "get": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/RequestsCompanyUserDataByFilter": { "get": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/CompanyUserDataByFilter": { "get": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/UpdateDefaults/{id}": { "put": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/AcceptRequest/{id}": { "put": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/DeclineRequest/{id}": { "put": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/Post": { "post": { "tags": [ "CompanyUser" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/Put/{id}": { "put": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUser/Delete/{id}": { "delete": { "tags": [ "CompanyUser" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/Get/{id}": { "get": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/RequestsCompanyUserDataByFilter": { "get": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/CompanyUserDataByFilter": { "get": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/AllCompanyUserDataByFilter": { "get": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/UserCompanyData": { "get": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "UserId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "OrderBy", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/UpdateDefaults/{id}": { "put": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/AcceptRequest/{id}": { "put": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/DeclineRequest/{id}": { "put": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/Post": { "post": { "tags": [ "CompanyUserControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/Put/{id}": { "put": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerAdmin/Delete/{id}": { "delete": { "tags": [ "CompanyUserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Company_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Company_User" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CompanyUserControllerBasic/GetAllCompanyUserDataByFilter": { "get": { "tags": [ "CompanyUserControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UserId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Company_User" } } } } } } } }, "/Contact/ContactDataByFilter": { "get": { "tags": [ "Contact" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Contact/{id}": { "get": { "tags": [ "Contact" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Contact" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Contact" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Contact": { "post": { "tags": [ "Contact" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Contact/MassInsert": { "post": { "tags": [ "Contact" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Contact/MassUpdate": { "post": { "tags": [ "Contact" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Contact/MassDelete": { "post": { "tags": [ "Contact" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactAddress/ContactAddressByFilter": { "get": { "tags": [ "ContactAddress" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "ContactId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactAddress/{id}": { "get": { "tags": [ "ContactAddress" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/DB_Contact_Address" } }, "application/json": { "schema": { "$ref": "#/components/schemas/DB_Contact_Address" } }, "text/json": { "schema": { "$ref": "#/components/schemas/DB_Contact_Address" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactAddress/MassUpdate": { "post": { "tags": [ "ContactAddress" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactAddressControllerBasic/ContactAddressByFilter": { "get": { "tags": [ "ContactAddressControllerBasic" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "ContactId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } } } } } } }, "/ContactAddressControllerBasic/{id}": { "get": { "tags": [ "ContactAddressControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/DB_Contact_Address" } }, "application/json": { "schema": { "$ref": "#/components/schemas/DB_Contact_Address" } }, "text/json": { "schema": { "$ref": "#/components/schemas/DB_Contact_Address" } } } } } } }, "/ContactAddressControllerBasic/MassUpdate": { "post": { "tags": [ "ContactAddressControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" } } } } } } } }, "/ContactControllerAdmin/ContactDataByFilter": { "get": { "tags": [ "ContactControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactControllerAdmin/{id}": { "get": { "tags": [ "ContactControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "ContactControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "ContactControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactControllerAdmin": { "post": { "tags": [ "ContactControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactControllerAdmin/MassInsert": { "post": { "tags": [ "ContactControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactControllerAdmin/MassUpdate": { "post": { "tags": [ "ContactControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactControllerAdmin/MassDelete": { "post": { "tags": [ "ContactControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactControllerBasic/ContactDataByFilter": { "get": { "tags": [ "ContactControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationMember", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } } } } }, "/ContactControllerBasic/{id}": { "get": { "tags": [ "ContactControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } } } }, "put": { "tags": [ "ContactControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } } } }, "delete": { "tags": [ "ContactControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } } } } }, "/ContactControllerBasic": { "post": { "tags": [ "ContactControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Master" } } } } } } }, "/ContactControllerBasic/MassInsert": { "post": { "tags": [ "ContactControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } } } } }, "/ContactControllerBasic/MassUpdate": { "post": { "tags": [ "ContactControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } } } } }, "/ContactControllerBasic/MassDelete": { "post": { "tags": [ "ContactControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" } } } } } } } }, "/ContactMembership/{id}": { "get": { "tags": [ "ContactMembership" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "ContactMembership" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "ContactMembership" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactMembership/ContactMembershipDataByFilter": { "get": { "tags": [ "ContactMembership" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ContactId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactMembership": { "post": { "tags": [ "ContactMembership" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Contact_Membership" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactMembership/MassInsert": { "post": { "tags": [ "ContactMembership" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactMembership/MassUpdate": { "post": { "tags": [ "ContactMembership" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ContactMembership/MassDelete": { "post": { "tags": [ "ContactMembership" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/CowCalfControllerBasic/validityCheck": { "post": { "tags": [ "CowCalfControllerBasic" ], "responses": { "200": { "description": "Success" } } } }, "/Customization": { "get": { "tags": [ "Customization" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UserId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Screen", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Version", "in": "query", "schema": { "type": "number", "format": "double", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "post": { "tags": [ "Customization" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Discount/DiscountDataByFilter": { "get": { "tags": [ "Discount" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Discount_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Discount_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Discount_Master" } } } } } } } }, "/Discount/{id}": { "get": { "tags": [ "Discount" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } } } } } }, "put": { "tags": [ "Discount" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Discount" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Discount": { "post": { "tags": [ "Discount" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Discount_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Embryo/EmbryoDataByFilter": { "get": { "tags": [ "Embryo" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Embryo/{id}": { "get": { "tags": [ "Embryo" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Embryo" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Embryo" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Embryo": { "post": { "tags": [ "Embryo" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Embryo/MassInsert": { "post": { "tags": [ "Embryo" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Embryo/MassUpdate": { "post": { "tags": [ "Embryo" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Embryo/MassDelete": { "post": { "tags": [ "Embryo" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCanisterStorage/GetByFilter": { "get": { "tags": [ "EmbryoCanisterStorage" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCanisterStorage": { "post": { "tags": [ "EmbryoCanisterStorage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCanisterStorage/{id}": { "put": { "tags": [ "EmbryoCanisterStorage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "EmbryoCanisterStorage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCanisterStorage/MassInsert": { "post": { "tags": [ "EmbryoCanisterStorage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCanisterStorage/MassUpdate": { "post": { "tags": [ "EmbryoCanisterStorage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCanisterStorage/MassDelete": { "post": { "tags": [ "EmbryoCanisterStorage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCanisterStorageControllerBasic/GetByFilter": { "get": { "tags": [ "EmbryoCanisterStorageControllerBasic" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } } } } } }, "/EmbryoCanisterStorageControllerBasic/MassInsert": { "post": { "tags": [ "EmbryoCanisterStorageControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } } } } }, "/EmbryoCanisterStorageControllerBasic/MassUpdate": { "post": { "tags": [ "EmbryoCanisterStorageControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } } } } } }, "/EmbryoCanisterStorageControllerBasic/MassDelete": { "post": { "tags": [ "EmbryoCanisterStorageControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" } } } } } } } }, "/EmbryoCollection/EmbryoCollectionByFilter": { "get": { "tags": [ "EmbryoCollection" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCollection/{id}": { "get": { "tags": [ "EmbryoCollection" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "EmbryoCollection" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "EmbryoCollection" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCollection": { "post": { "tags": [ "EmbryoCollection" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCollection/MassInsert": { "post": { "tags": [ "EmbryoCollection" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCollection/MassUpdate": { "post": { "tags": [ "EmbryoCollection" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCollection/MassDelete": { "post": { "tags": [ "EmbryoCollection" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoCollectionControllerBasic/EmbryoCollectionByFilter": { "get": { "tags": [ "EmbryoCollectionControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } } } } } } }, "/EmbryoCollectionControllerBasic/{id}": { "get": { "tags": [ "EmbryoCollectionControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Collection" } } } } } } }, "/EmbryoCollectionControllerBasic/MassInsert": { "post": { "tags": [ "EmbryoCollectionControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } } } } } } }, "/EmbryoCollectionControllerBasic/MassUpdate": { "post": { "tags": [ "EmbryoCollectionControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } } } } } } }, "/EmbryoCollectionControllerBasic/MassDelete": { "post": { "tags": [ "EmbryoCollectionControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" } } } } } } } }, "/EmbryoControllerBasic/EmbryoDataByFilter": { "get": { "tags": [ "EmbryoControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } } } } } } }, "/EmbryoControllerBasic/{id}": { "get": { "tags": [ "EmbryoControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo" } } } } } } }, "/EmbryoControllerBasic/MassInsert": { "post": { "tags": [ "EmbryoControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } } } } } } }, "/EmbryoControllerBasic/MassUpdate": { "post": { "tags": [ "EmbryoControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } } } } } } }, "/EmbryoControllerBasic/MassDelete": { "post": { "tags": [ "EmbryoControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" } } } } } } } }, "/EmbryoTank/EmbryoDataByFilter": { "get": { "tags": [ "EmbryoTank" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTank/{id}": { "get": { "tags": [ "EmbryoTank" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "EmbryoTank" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "EmbryoTank" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTank": { "post": { "tags": [ "EmbryoTank" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTank/MassInsert": { "post": { "tags": [ "EmbryoTank" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTank/MassUpdate": { "post": { "tags": [ "EmbryoTank" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTank/MassDelete": { "post": { "tags": [ "EmbryoTank" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerAdmin/Get/{id}": { "get": { "tags": [ "EmbryoTankControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerAdmin/GetByFilter": { "get": { "tags": [ "EmbryoTankControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerAdmin/Post": { "post": { "tags": [ "EmbryoTankControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerAdmin/Put/{id}": { "put": { "tags": [ "EmbryoTankControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerAdmin/Delete/{id}": { "delete": { "tags": [ "EmbryoTankControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerAdmin/MassInsert": { "post": { "tags": [ "EmbryoTankControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerAdmin/MassUpdate": { "post": { "tags": [ "EmbryoTankControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerAdmin/MassDelete": { "post": { "tags": [ "EmbryoTankControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankControllerBasic/EmbryoDataByFilter": { "get": { "tags": [ "EmbryoTankControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } } } } }, "/EmbryoTankControllerBasic/{id}": { "get": { "tags": [ "EmbryoTankControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank" } } } } } } }, "/EmbryoTankControllerBasic/MassInsert": { "post": { "tags": [ "EmbryoTankControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } } } } }, "/EmbryoTankControllerBasic/MassUpdate": { "post": { "tags": [ "EmbryoTankControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } } } } }, "/EmbryoTankControllerBasic/MassDelete": { "post": { "tags": [ "EmbryoTankControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" } } } } } } } }, "/EmbryoTankPurchase/EmbryoDataByFilter": { "get": { "tags": [ "EmbryoTankPurchase" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "EmbryoTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchase/{id}": { "get": { "tags": [ "EmbryoTankPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "EmbryoTankPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "EmbryoTankPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchase": { "post": { "tags": [ "EmbryoTankPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchase/MassInsert": { "post": { "tags": [ "EmbryoTankPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchase/MassUpdate": { "post": { "tags": [ "EmbryoTankPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchase/MassDelete": { "post": { "tags": [ "EmbryoTankPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerAdmin/Get/{id}": { "get": { "tags": [ "EmbryoTankPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerAdmin/GetByFilter": { "get": { "tags": [ "EmbryoTankPurchaseControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "EmbryoTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerAdmin/Post": { "post": { "tags": [ "EmbryoTankPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerAdmin/Put/{id}": { "put": { "tags": [ "EmbryoTankPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerAdmin/Delete/{id}": { "delete": { "tags": [ "EmbryoTankPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerAdmin/MassInsert": { "post": { "tags": [ "EmbryoTankPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerAdmin/MassUpdate": { "post": { "tags": [ "EmbryoTankPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerAdmin/MassDelete": { "post": { "tags": [ "EmbryoTankPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankPurchaseControllerBasic/EmbryoDataByFilter": { "get": { "tags": [ "EmbryoTankPurchaseControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "EmbryoTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } } } } }, "/EmbryoTankPurchaseControllerBasic/{id}": { "get": { "tags": [ "EmbryoTankPurchaseControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } } } }, "/EmbryoTankPurchaseControllerBasic/MassInsert": { "post": { "tags": [ "EmbryoTankPurchaseControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } } } } }, "/EmbryoTankPurchaseControllerBasic/MassUpdate": { "post": { "tags": [ "EmbryoTankPurchaseControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } } } } }, "/EmbryoTankPurchaseControllerBasic/MassDelete": { "post": { "tags": [ "EmbryoTankPurchaseControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" } } } } } } } }, "/EmbryoTankStorage/GetByFilter": { "get": { "tags": [ "EmbryoTankStorage" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankStorage": { "post": { "tags": [ "EmbryoTankStorage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankStorage/{id}": { "put": { "tags": [ "EmbryoTankStorage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "EmbryoTankStorage" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankStorage/MassInsert": { "post": { "tags": [ "EmbryoTankStorage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankStorage/MassUpdate": { "post": { "tags": [ "EmbryoTankStorage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankStorage/MassDelete": { "post": { "tags": [ "EmbryoTankStorage" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/EmbryoTankStorageControllerBasic/GetByFilter": { "get": { "tags": [ "EmbryoTankStorageControllerBasic" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } } } } } }, "/EmbryoTankStorageControllerBasic/MassInsert": { "post": { "tags": [ "EmbryoTankStorageControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } } } } } }, "/EmbryoTankStorageControllerBasic/MassUpdate": { "post": { "tags": [ "EmbryoTankStorageControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } } } } } }, "/EmbryoTankStorageControllerBasic/MassDelete": { "post": { "tags": [ "EmbryoTankStorageControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" } } } } } } } }, "/Farm/FarmMasterDataByFilter": { "get": { "tags": [ "Farm" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Farm/{id}": { "get": { "tags": [ "Farm" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Farm" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Farm" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Farm": { "post": { "tags": [ "Farm" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Farm/MassInsert": { "post": { "tags": [ "Farm" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Farm/MassUpdate": { "post": { "tags": [ "Farm" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Farm/MassDelete": { "post": { "tags": [ "Farm" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerAdmin/Get/{id}": { "get": { "tags": [ "FarmControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerAdmin/GetByFilter": { "get": { "tags": [ "FarmControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerAdmin/Post": { "post": { "tags": [ "FarmControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerAdmin/Put/{id}": { "put": { "tags": [ "FarmControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerAdmin/Delete/{id}": { "delete": { "tags": [ "FarmControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerAdmin/MassInsert": { "post": { "tags": [ "FarmControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerAdmin/MassUpdate": { "post": { "tags": [ "FarmControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerAdmin/MassDelete": { "post": { "tags": [ "FarmControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmControllerBasic/Get/{id}": { "get": { "tags": [ "FarmControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Master" } } } } } } }, "/FarmControllerBasic/GetByFilter": { "get": { "tags": [ "FarmControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenSeenAtBaseTimeStart", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "GreaterThenSeenAtBaseTimeStart", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenSeenAtBaseTimeEnd", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "GreaterThenSeenAtBaseTimeEnd", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" } } } } } } } }, "/FarmPointOfInterest/FarmPointOfInterestDataByFilter": { "get": { "tags": [ "FarmPointOfInterest" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterest/{id}": { "get": { "tags": [ "FarmPointOfInterest" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "FarmPointOfInterest" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "FarmPointOfInterest" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterest": { "post": { "tags": [ "FarmPointOfInterest" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterest/MassInsert": { "post": { "tags": [ "FarmPointOfInterest" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterest/MassUpdate": { "post": { "tags": [ "FarmPointOfInterest" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterest/MassDelete": { "post": { "tags": [ "FarmPointOfInterest" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerAdmin/Get/{id}": { "get": { "tags": [ "FarmPointOfInterestControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerAdmin/GetByFilter": { "get": { "tags": [ "FarmPointOfInterestControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerAdmin/Post": { "post": { "tags": [ "FarmPointOfInterestControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerAdmin/Put/{id}": { "put": { "tags": [ "FarmPointOfInterestControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerAdmin/Delete/{id}": { "delete": { "tags": [ "FarmPointOfInterestControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerAdmin/MassInsert": { "post": { "tags": [ "FarmPointOfInterestControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerAdmin/MassUpdate": { "post": { "tags": [ "FarmPointOfInterestControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerAdmin/MassDelete": { "post": { "tags": [ "FarmPointOfInterestControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestControllerBasic/Get/{id}": { "get": { "tags": [ "FarmPointOfInterestControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } } } } }, "/FarmPointOfInterestControllerBasic/GetByFilter": { "get": { "tags": [ "FarmPointOfInterestControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" } } } } } } } }, "/FarmPointOfInterestPoint/FarmPointOfInterestPointDataByFilter": { "get": { "tags": [ "FarmPointOfInterestPoint" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPoint/{id}": { "get": { "tags": [ "FarmPointOfInterestPoint" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "FarmPointOfInterestPoint" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "FarmPointOfInterestPoint" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPoint": { "post": { "tags": [ "FarmPointOfInterestPoint" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPoint/MassInsert": { "post": { "tags": [ "FarmPointOfInterestPoint" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPoint/MassUpdate": { "post": { "tags": [ "FarmPointOfInterestPoint" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPoint/MassDelete": { "post": { "tags": [ "FarmPointOfInterestPoint" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPointControllerAdmin/Get/{id}": { "get": { "tags": [ "FarmPointOfInterestPointControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPointControllerAdmin/GetByFilter": { "get": { "tags": [ "FarmPointOfInterestPointControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPointControllerAdmin/Post": { "post": { "tags": [ "FarmPointOfInterestPointControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPointControllerAdmin/Put/{id}": { "put": { "tags": [ "FarmPointOfInterestPointControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPointControllerAdmin/Delete/{id}": { "delete": { "tags": [ "FarmPointOfInterestPointControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPointControllerAdmin/MassInsert": { "post": { "tags": [ "FarmPointOfInterestPointControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPointControllerAdmin/MassUpdate": { "post": { "tags": [ "FarmPointOfInterestPointControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmPointOfInterestPointControllerAdmin/MassDelete": { "post": { "tags": [ "FarmPointOfInterestPointControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFence/FarmVirtualFenceDataByFilter": { "get": { "tags": [ "FarmVirtualFence" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFence/{id}": { "get": { "tags": [ "FarmVirtualFence" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "FarmVirtualFence" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "FarmVirtualFence" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFence": { "post": { "tags": [ "FarmVirtualFence" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFence/MassInsert": { "post": { "tags": [ "FarmVirtualFence" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFence/MassUpdate": { "post": { "tags": [ "FarmVirtualFence" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFence/MassDelete": { "post": { "tags": [ "FarmVirtualFence" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/Get/{id}": { "get": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/GetByFilter": { "get": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/Post": { "post": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/Put/{id}": { "put": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/Delete/{id}": { "delete": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/MassInsert": { "post": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/MassUpdate": { "post": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/BackfillPins": { "post": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "dryRun", "in": "query", "schema": { "type": "boolean", "default": false } }, { "name": "force", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerAdmin/MassDelete": { "post": { "tags": [ "FarmVirtualFenceControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceControllerBasic/Get/{id}": { "get": { "tags": [ "FarmVirtualFenceControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } } } } }, "/FarmVirtualFenceControllerBasic/GetFarmVirtualFenceByTag": { "get": { "tags": [ "FarmVirtualFenceControllerBasic" ], "parameters": [ { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } } } } } }, "/FarmVirtualFenceControllerBasic/GetFarmVirtualFence": { "get": { "tags": [ "FarmVirtualFenceControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" } } } } } } } }, "/FarmVirtualFenceGeo/GetFarmVirtualFenceGeoByUser": { "get": { "tags": [ "FarmVirtualFenceGeo" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeo/GetFarmVirtualFenceGeoByTag": { "get": { "tags": [ "FarmVirtualFenceGeo" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } } } } } }, "/FarmVirtualFenceGeo/{id}": { "get": { "tags": [ "FarmVirtualFenceGeo" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "FarmVirtualFenceGeo" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "FarmVirtualFenceGeo" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeo": { "post": { "tags": [ "FarmVirtualFenceGeo" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeo/MassInsert": { "post": { "tags": [ "FarmVirtualFenceGeo" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeo/MassUpdate": { "post": { "tags": [ "FarmVirtualFenceGeo" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeo/MassDelete": { "post": { "tags": [ "FarmVirtualFenceGeo" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerAdmin/Get/{id}": { "get": { "tags": [ "FarmVirtualFenceGeoControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerAdmin/GetByFilter": { "get": { "tags": [ "FarmVirtualFenceGeoControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerAdmin/Post": { "post": { "tags": [ "FarmVirtualFenceGeoControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerAdmin/Put/{id}": { "put": { "tags": [ "FarmVirtualFenceGeoControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerAdmin/Delete/{id}": { "delete": { "tags": [ "FarmVirtualFenceGeoControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerAdmin/MassInsert": { "post": { "tags": [ "FarmVirtualFenceGeoControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerAdmin/MassUpdate": { "post": { "tags": [ "FarmVirtualFenceGeoControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerAdmin/MassDelete": { "post": { "tags": [ "FarmVirtualFenceGeoControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFenceGeoControllerBasic/GetFarmVirtualFenceGeoByTag": { "get": { "tags": [ "FarmVirtualFenceGeoControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } } } } } }, "/FarmVirtualFenceGeoControllerBasic/GetFarmVirtualFenceGeo": { "get": { "tags": [ "FarmVirtualFenceGeoControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" } } } } } } } }, "/FarmVirtualFencePoint/FarmVirtualFencePointByFilter": { "get": { "tags": [ "FarmVirtualFencePoint" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePoint/{id}": { "get": { "tags": [ "FarmVirtualFencePoint" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "FarmVirtualFencePoint" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "FarmVirtualFencePoint" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePoint": { "post": { "tags": [ "FarmVirtualFencePoint" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePoint/MassInsert": { "post": { "tags": [ "FarmVirtualFencePoint" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePoint/MassUpdate": { "post": { "tags": [ "FarmVirtualFencePoint" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePoint/MassDelete": { "post": { "tags": [ "FarmVirtualFencePoint" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerAdmin/Get/{id}": { "get": { "tags": [ "FarmVirtualFencePointControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerAdmin/GetByFilter": { "get": { "tags": [ "FarmVirtualFencePointControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerAdmin/Post": { "post": { "tags": [ "FarmVirtualFencePointControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerAdmin/Put/{id}": { "put": { "tags": [ "FarmVirtualFencePointControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerAdmin/Delete/{id}": { "delete": { "tags": [ "FarmVirtualFencePointControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerAdmin/MassInsert": { "post": { "tags": [ "FarmVirtualFencePointControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerAdmin/MassUpdate": { "post": { "tags": [ "FarmVirtualFencePointControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerAdmin/MassDelete": { "post": { "tags": [ "FarmVirtualFencePointControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FarmVirtualFencePointControllerBasic/GetFarmVirtualFencePoint": { "get": { "tags": [ "FarmVirtualFencePointControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" } } } } } } } }, "/Feedback/{id}": { "get": { "tags": [ "Feedback" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Feedback" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Feedback" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Feedback/FeedbackDataByFilter": { "get": { "tags": [ "Feedback" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Area", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Feedback", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Feedback": { "post": { "tags": [ "Feedback" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Feedback/MassInsert": { "post": { "tags": [ "Feedback" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Feedback/MassUpdate": { "post": { "tags": [ "Feedback" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Feedback/MassDelete": { "post": { "tags": [ "Feedback" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/Get/{id}": { "get": { "tags": [ "FeedbackControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/GetByFilter": { "get": { "tags": [ "FeedbackControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Area", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Feedback", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/Post": { "post": { "tags": [ "FeedbackControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/Put/{id}": { "put": { "tags": [ "FeedbackControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/PutImage/{id}": { "put": { "tags": [ "FeedbackControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Feedback_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/{id}": { "delete": { "tags": [ "FeedbackControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/MassInsert": { "post": { "tags": [ "FeedbackControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/MassUpdate": { "post": { "tags": [ "FeedbackControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/FeedbackControllerAdmin/MassDelete": { "post": { "tags": [ "FeedbackControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Feedback_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Group/GroupDataByFilter": { "get": { "tags": [ "Group" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Group/{id}": { "get": { "tags": [ "Group" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Group" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Group" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Group": { "post": { "tags": [ "Group" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Group/MassInsert": { "post": { "tags": [ "Group" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Group/MassUpdate": { "post": { "tags": [ "Group" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Group/MassDelete": { "post": { "tags": [ "Group" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/GroupControllerAdmin/Get/{id}": { "get": { "tags": [ "GroupControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/GroupControllerAdmin/GetByFilter": { "get": { "tags": [ "GroupControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Code", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Description", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/GroupControllerAdmin/Post": { "post": { "tags": [ "GroupControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/GroupControllerAdmin/Put/{id}": { "put": { "tags": [ "GroupControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Group_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Group_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/GroupControllerAdmin/Delete/{id}": { "delete": { "tags": [ "GroupControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/GroupControllerAdmin/MassInsert": { "post": { "tags": [ "GroupControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/GroupControllerAdmin/MassUpdate": { "post": { "tags": [ "GroupControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/GroupControllerAdmin/MassDelete": { "post": { "tags": [ "GroupControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Invoice/{id}": { "post": { "tags": [ "Invoice" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "includeMedications", "in": "query", "schema": { "type": "boolean" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "get": { "tags": [ "Invoice" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Invoice/BulkPost": { "post": { "tags": [ "Invoice" ], "parameters": [ { "name": "IncludeMedications", "in": "query", "schema": { "type": "boolean" } }, { "name": "CombinedFileName", "in": "query", "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/LogDataByFilter": { "get": { "tags": [ "LogMaster" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "pointer", "in": "query", "schema": { "type": "integer", "format": "int64", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/LogDataByFilterRaw": { "get": { "tags": [ "LogMaster" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "pointer", "in": "query", "schema": { "type": "integer", "format": "int64", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/GetAllSSE": { "get": { "tags": [ "LogMaster" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/Get/{id}": { "get": { "tags": [ "LogMaster" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster": { "post": { "tags": [ "LogMaster" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/{id}": { "put": { "tags": [ "LogMaster" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "LogMaster" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/HasBeenSeen": { "put": { "tags": [ "LogMaster" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/MassInsert": { "post": { "tags": [ "LogMaster" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/MassUpdate": { "post": { "tags": [ "LogMaster" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMaster/MassDelete": { "post": { "tags": [ "LogMaster" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/GetByFilter": { "get": { "tags": [ "LogMasterControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "pointer", "in": "query", "schema": { "type": "integer", "format": "int64", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/GetByFilterPaginated": { "get": { "tags": [ "LogMasterControllerAdmin" ], "parameters": [ { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "pointer", "in": "query", "schema": { "type": "integer", "format": "int64", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_MasterPaginated_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_MasterPaginated_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_MasterPaginated_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/GetAllSSE": { "get": { "tags": [ "LogMasterControllerAdmin" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/Get/{id}": { "get": { "tags": [ "LogMasterControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin": { "post": { "tags": [ "LogMasterControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/{id}": { "put": { "tags": [ "LogMasterControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "LogMasterControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/HasBeenSeen": { "put": { "tags": [ "LogMasterControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/MassInsert": { "post": { "tags": [ "LogMasterControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/MassUpdate": { "post": { "tags": [ "LogMasterControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerAdmin/MassDelete": { "post": { "tags": [ "LogMasterControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/LogMasterControllerBasic/Get/{id}": { "get": { "tags": [ "LogMasterControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } } } } }, "/LogMasterControllerBasic/GetByFilter": { "get": { "tags": [ "LogMasterControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" } } } } } } } }, "/LogMasterControllerBasic/PostTagEvent": { "post": { "tags": [ "LogMasterControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Log_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Log_Master" } } } }, "responses": { "200": { "description": "Success" } } } }, "/Medication/Get/{id}": { "get": { "tags": [ "Medication" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication/GetByFilter": { "get": { "tags": [ "Medication" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication/Post": { "post": { "tags": [ "Medication" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication/Put/{id}": { "put": { "tags": [ "Medication" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication/Delete/{id}": { "delete": { "tags": [ "Medication" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication": { "post": { "tags": [ "Medication" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication/{id}": { "put": { "tags": [ "Medication" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Medication" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication/MassInsert": { "post": { "tags": [ "Medication" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication/MassUpdate": { "post": { "tags": [ "Medication" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Medication/MassDelete": { "post": { "tags": [ "Medication" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationControllerAdmin/Get/{id}": { "get": { "tags": [ "MedicationControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationControllerAdmin/GetByFilter": { "get": { "tags": [ "MedicationControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationControllerAdmin/Post": { "post": { "tags": [ "MedicationControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationControllerAdmin/Put/{id}": { "put": { "tags": [ "MedicationControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationControllerAdmin/Delete/{id}": { "delete": { "tags": [ "MedicationControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationControllerAdmin/MassInsert": { "post": { "tags": [ "MedicationControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationControllerAdmin/MassUpdate": { "post": { "tags": [ "MedicationControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationControllerAdmin/MassDelete": { "post": { "tags": [ "MedicationControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/Get/{id}": { "get": { "tags": [ "MedicationPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/GetByFilter": { "get": { "tags": [ "MedicationPurchase" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SemonTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/Post": { "post": { "tags": [ "MedicationPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/Put/{id}": { "put": { "tags": [ "MedicationPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/Delete/{id}": { "delete": { "tags": [ "MedicationPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase": { "post": { "tags": [ "MedicationPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/{id}": { "put": { "tags": [ "MedicationPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "MedicationPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/MassInsert": { "post": { "tags": [ "MedicationPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/MassUpdate": { "post": { "tags": [ "MedicationPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchase/MassDelete": { "post": { "tags": [ "MedicationPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchaseControllerAdmin/Get/{id}": { "get": { "tags": [ "MedicationPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchaseControllerAdmin/GetByFilter": { "get": { "tags": [ "MedicationPurchaseControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SemonTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchaseControllerAdmin/Post": { "post": { "tags": [ "MedicationPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchaseControllerAdmin/Put/{id}": { "put": { "tags": [ "MedicationPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Medication_Purchase" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchaseControllerAdmin/Delete/{id}": { "delete": { "tags": [ "MedicationPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchaseControllerAdmin/MassInsert": { "post": { "tags": [ "MedicationPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchaseControllerAdmin/MassUpdate": { "post": { "tags": [ "MedicationPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/MedicationPurchaseControllerAdmin/MassDelete": { "post": { "tags": [ "MedicationPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Package/PackageDataByFilter": { "get": { "tags": [ "Package" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Master" } } } } } } } }, "/Package/{id}": { "get": { "tags": [ "Package" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } } } }, "put": { "tags": [ "Package" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Package" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Package": { "post": { "tags": [ "Package" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageControllerAdmin/PackageDataByFilter": { "get": { "tags": [ "PackageControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageControllerAdmin/{id}": { "get": { "tags": [ "PackageControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "PackageControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "PackageControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageControllerAdmin": { "post": { "tags": [ "PackageControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageProduct/PackageProductDataByFilter": { "get": { "tags": [ "PackageProduct" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Product" } } } } } } } }, "/PackageProduct/{id}": { "get": { "tags": [ "PackageProduct" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } } } }, "put": { "tags": [ "PackageProduct" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "PackageProduct" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageProduct": { "post": { "tags": [ "PackageProduct" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageProductControllerAdmin/Packag_ProductDataByFilter": { "get": { "tags": [ "PackageProductControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "packageId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "showInActive", "in": "query", "schema": { "type": "boolean" } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Package_Product" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageProductControllerAdmin/{id}": { "get": { "tags": [ "PackageProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "PackageProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "PackageProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageProductControllerAdmin": { "post": { "tags": [ "PackageProductControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Package_Product" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PackageProductControllerAdmin/MassDeleteByPackage/{packageId}": { "delete": { "tags": [ "PackageProductControllerAdmin" ], "parameters": [ { "name": "packageId", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNote/{id}": { "get": { "tags": [ "PatchNote" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "PatchNote" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "PatchNote" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNote/PatchNoteDataByFilter": { "get": { "tags": [ "PatchNote" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNote": { "post": { "tags": [ "PatchNote" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNote/MassInsert": { "post": { "tags": [ "PatchNote" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNote/MassUpdate": { "post": { "tags": [ "PatchNote" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNote/MassDelete": { "post": { "tags": [ "PatchNote" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNoteControllerAdmin/Get/{id}": { "get": { "tags": [ "PatchNoteControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNoteControllerAdmin/GetByFilter": { "get": { "tags": [ "PatchNoteControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNoteControllerAdmin": { "post": { "tags": [ "PatchNoteControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNoteControllerAdmin/{id}": { "put": { "tags": [ "PatchNoteControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "PatchNoteControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Patch_Note" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNoteControllerAdmin/MassInsert": { "post": { "tags": [ "PatchNoteControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNoteControllerAdmin/MassUpdate": { "post": { "tags": [ "PatchNoteControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PatchNoteControllerAdmin/MassDelete": { "post": { "tags": [ "PatchNoteControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Patch_Note" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PlannedAction/PlannedActionDataByFilter": { "get": { "tags": [ "PlannedAction" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DB_Planned_Action" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DB_Planned_Action" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DB_Planned_Action" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PlannedAction/{id}": { "get": { "tags": [ "PlannedAction" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Planned_Action" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Planned_Action" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Planned_Action" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/PlannedAction/MassUpdate": { "post": { "tags": [ "PlannedAction" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Product/ProductDataByFilter": { "get": { "tags": [ "Product" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } } } } } } }, "/Product/{id}": { "get": { "tags": [ "Product" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } } } }, "put": { "tags": [ "Product" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Product" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Product": { "post": { "tags": [ "Product" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductControllerAdmin/ProductDataByFilter": { "get": { "tags": [ "ProductControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductControllerAdmin/RecommendedProducts": { "get": { "tags": [ "ProductControllerAdmin" ], "parameters": [ { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductControllerAdmin/{id}": { "get": { "tags": [ "ProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "ProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "ProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductControllerAdmin": { "post": { "tags": [ "ProductControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductControllerAdmin/UpdateWithSequence/{id}": { "put": { "tags": [ "ProductControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductMedia/ProductMediaByFilter": { "get": { "tags": [ "ProductMedia" ], "parameters": [ { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "limit", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "packageId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Type", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "sequence", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Media" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Media" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Media" } } } } } } } }, "/ProductMediaControllerAdmin/ProductMediaByFilter": { "get": { "tags": [ "ProductMediaControllerAdmin" ], "parameters": [ { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "limit", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "packageId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Type", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "sequence", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Media" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Media" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Media" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductMediaControllerAdmin": { "post": { "tags": [ "ProductMediaControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Media" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductMediaControllerAdmin/MassUpdateMediaProdIds": { "post": { "tags": [ "ProductMediaControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/MassUpdateMedia" } }, "application/json": { "schema": { "$ref": "#/components/schemas/MassUpdateMedia" } }, "text/json": { "schema": { "$ref": "#/components/schemas/MassUpdateMedia" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/MassUpdateMedia" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductMediaControllerAdmin/{id}": { "put": { "tags": [ "ProductMediaControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Media" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "ProductMediaControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Media" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductMediaControllerAdmin/MassDeleteByProduct/{productId}": { "delete": { "tags": [ "ProductMediaControllerAdmin" ], "parameters": [ { "name": "productId", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductOption/ProductOptionsByFilter": { "get": { "tags": [ "ProductOption" ], "parameters": [ { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "optionProductId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } } } } } } }, "/ProductOptionControllerAdmin/ProductOptionsByProduct": { "get": { "tags": [ "ProductOptionControllerAdmin" ], "parameters": [ { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductOptionControllerAdmin/ProductOptionsByFilter": { "get": { "tags": [ "ProductOptionControllerAdmin" ], "parameters": [ { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "optionProductId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Option" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductOptionControllerAdmin": { "post": { "tags": [ "ProductOptionControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Option" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductOptionControllerAdmin/{id}": { "put": { "tags": [ "ProductOptionControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Option" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "ProductOptionControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Option" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductOptionControllerAdmin/MassDeleteByProduct/{productId}": { "delete": { "tags": [ "ProductOptionControllerAdmin" ], "parameters": [ { "name": "productId", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductRecommendation/RecommendationRecordsByFilter": { "get": { "tags": [ "ProductRecommendation" ], "parameters": [ { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "recommendationId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } } } } } } }, "/ProductRecommendationsControllerAdmin/RecommendationRecordsByProductId": { "get": { "tags": [ "ProductRecommendationsControllerAdmin" ], "parameters": [ { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductRecommendationsControllerAdmin/RecommendationRecordsByFilter": { "get": { "tags": [ "ProductRecommendationsControllerAdmin" ], "parameters": [ { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "recommendationId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Recommendations" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductRecommendationsControllerAdmin": { "post": { "tags": [ "ProductRecommendationsControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductRecommendationsControllerAdmin/{id}": { "put": { "tags": [ "ProductRecommendationsControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "ProductRecommendationsControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Product_Recommendations" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ProductRecommendationsControllerAdmin/MassDeleteByProduct/{productId}": { "delete": { "tags": [ "ProductRecommendationsControllerAdmin" ], "parameters": [ { "name": "productId", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Promotion/PromotionDataByFilter": { "get": { "tags": [ "Promotion" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Promotion_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Promotion_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Promotion_Master" } } } } } } } }, "/Promotion/{id}": { "get": { "tags": [ "Promotion" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } } } } } }, "put": { "tags": [ "Promotion" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Promotion" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Promotion": { "post": { "tags": [ "Promotion" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Promotion_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RanchSeason/RanchSeasonDataByFilter": { "get": { "tags": [ "RanchSeason" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RanchSeason/{id}": { "get": { "tags": [ "RanchSeason" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "RanchSeason" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "RanchSeason" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RanchSeason": { "post": { "tags": [ "RanchSeason" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Ranch_Season" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RanchSeason/MassInsert": { "post": { "tags": [ "RanchSeason" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RanchSeason/MassUpdate": { "post": { "tags": [ "RanchSeason" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RanchSeason/MassDelete": { "post": { "tags": [ "RanchSeason" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCall/RollCallDataByFilter": { "get": { "tags": [ "RollCall" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "Version", "in": "query", "schema": { "type": "integer", "format": "int32", "default": 1 } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCall/{id}": { "get": { "tags": [ "RollCall" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "RollCall" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "RollCall" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCall": { "post": { "tags": [ "RollCall" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCall/MassInsert": { "post": { "tags": [ "RollCall" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCall/MassUpdate": { "post": { "tags": [ "RollCall" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCall/MassDelete": { "post": { "tags": [ "RollCall" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimal/RollCallAnimalDataByFilter": { "get": { "tags": [ "RollCallAnimal" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RollCallId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimal/{id}": { "get": { "tags": [ "RollCallAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "RollCallAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "RollCallAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimal": { "post": { "tags": [ "RollCallAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimal/MassInsert": { "post": { "tags": [ "RollCallAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimal/MassUpdate": { "post": { "tags": [ "RollCallAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimal/MassDelete": { "post": { "tags": [ "RollCallAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimalControllerAdmin/RollCallAnimalDataByFilter": { "get": { "tags": [ "RollCallAnimalControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RollCallId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimalControllerAdmin/{id}": { "get": { "tags": [ "RollCallAnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "RollCallAnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "RollCallAnimalControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimalControllerAdmin": { "post": { "tags": [ "RollCallAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimalControllerAdmin/PostAnimal": { "post": { "tags": [ "RollCallAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimalControllerAdmin/MassInsert": { "post": { "tags": [ "RollCallAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimalControllerAdmin/MassUpdate": { "post": { "tags": [ "RollCallAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimalControllerAdmin/MassDelete": { "post": { "tags": [ "RollCallAnimalControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallAnimalControllerBasic/RollCallAnimalDataByFilter": { "get": { "tags": [ "RollCallAnimalControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RollCallId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } } } } } }, "/RollCallAnimalControllerBasic/MassUpdate": { "post": { "tags": [ "RollCallAnimalControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" } } } } } } } }, "/RollCallControllerAdmin/RollCallDataByFilter": { "get": { "tags": [ "RollCallControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallControllerAdmin/{id}": { "get": { "tags": [ "RollCallControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "RollCallControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "RollCallControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallControllerAdmin": { "post": { "tags": [ "RollCallControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallControllerAdmin/MassInsert": { "post": { "tags": [ "RollCallControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallControllerAdmin/MassUpdate": { "post": { "tags": [ "RollCallControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallControllerAdmin/MassDelete": { "post": { "tags": [ "RollCallControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallControllerBasic/{id}": { "get": { "tags": [ "RollCallControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } } } }, "put": { "tags": [ "RollCallControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "responses": { "200": { "description": "Success" } } } }, "/RollCallControllerBasic": { "post": { "tags": [ "RollCallControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call" } } } }, "responses": { "200": { "description": "Success" } } } }, "/RollCallPath/RollCallPathDataByFilter": { "get": { "tags": [ "RollCallPath" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RollCallId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPath/{id}": { "get": { "tags": [ "RollCallPath" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "RollCallPath" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "RollCallPath" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPath": { "post": { "tags": [ "RollCallPath" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPath/MassInsert": { "post": { "tags": [ "RollCallPath" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPath/MassUpdate": { "post": { "tags": [ "RollCallPath" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPath/MassDelete": { "post": { "tags": [ "RollCallPath" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPathControllerAdmin/RollCallPathDataByFilter": { "get": { "tags": [ "RollCallPathControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RollCallId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPathControllerAdmin/{id}": { "get": { "tags": [ "RollCallPathControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "RollCallPathControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "RollCallPathControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPathControllerAdmin": { "post": { "tags": [ "RollCallPathControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Roll_Call_Path" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPathControllerAdmin/MassInsert": { "post": { "tags": [ "RollCallPathControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPathControllerAdmin/MassUpdate": { "post": { "tags": [ "RollCallPathControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPathControllerAdmin/MassDelete": { "post": { "tags": [ "RollCallPathControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/RollCallPathControllerBasic/RollCallPathDataByFilter": { "get": { "tags": [ "RollCallPathControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "RollCallId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "GroupId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterestId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } } } } } } }, "/RollCallPathControllerBasic/MassInsert": { "post": { "tags": [ "RollCallPathControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" } } } }, "/RollCallPathControllerBasic/MassUpdate": { "post": { "tags": [ "RollCallPathControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" } } } } } } } }, "/SaleDay/{id}": { "get": { "tags": [ "SaleDay" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "SaleDay" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "SaleDay" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDay/SaleDayDataByFilter": { "get": { "tags": [ "SaleDay" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDay": { "post": { "tags": [ "SaleDay" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDay/MassInsert": { "post": { "tags": [ "SaleDay" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDay/MassUpdate": { "post": { "tags": [ "SaleDay" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDay/MassDelete": { "post": { "tags": [ "SaleDay" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayAnimal/{id}": { "get": { "tags": [ "SaleDayAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "SaleDayAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "SaleDayAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayAnimal/SaleDayAnimalDataByFilter": { "get": { "tags": [ "SaleDayAnimal" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayAnimal": { "post": { "tags": [ "SaleDayAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayAnimal/MassInsert": { "post": { "tags": [ "SaleDayAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayAnimal/MassUpdate": { "post": { "tags": [ "SaleDayAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayAnimal/MassDelete": { "post": { "tags": [ "SaleDayAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayCategory/{id}": { "get": { "tags": [ "SaleDayCategory" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "SaleDayCategory" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "SaleDayCategory" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayCategory/SaleDayCategoryDataByFilter": { "get": { "tags": [ "SaleDayCategory" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayCategory": { "post": { "tags": [ "SaleDayCategory" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Category" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayCategory/MassInsert": { "post": { "tags": [ "SaleDayCategory" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayCategory/MassUpdate": { "post": { "tags": [ "SaleDayCategory" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayCategory/MassDelete": { "post": { "tags": [ "SaleDayCategory" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Category" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLot/{id}": { "get": { "tags": [ "SaleDayLot" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "SaleDayLot" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "SaleDayLot" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLot/SaleDayLotDataByFilter": { "get": { "tags": [ "SaleDayLot" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayCategoryId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLot": { "post": { "tags": [ "SaleDayLot" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLot/MassInsert": { "post": { "tags": [ "SaleDayLot" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLot/MassUpdate": { "post": { "tags": [ "SaleDayLot" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLot/MassDelete": { "post": { "tags": [ "SaleDayLot" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLotAnimal/{id}": { "get": { "tags": [ "SaleDayLotAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "SaleDayLotAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "SaleDayLotAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLotAnimal/SaleDayLotAnimalDataByFilter": { "get": { "tags": [ "SaleDayLotAnimal" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayLotId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLotAnimal": { "post": { "tags": [ "SaleDayLotAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLotAnimal/MassInsert": { "post": { "tags": [ "SaleDayLotAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLotAnimal/MassUpdate": { "post": { "tags": [ "SaleDayLotAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayLotAnimal/MassDelete": { "post": { "tags": [ "SaleDayLotAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Lot_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayRegistration/{id}": { "get": { "tags": [ "SaleDayRegistration" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "SaleDayRegistration" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "SaleDayRegistration" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayRegistration/SaleDayRegistrationDataByFilter": { "get": { "tags": [ "SaleDayRegistration" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SaleDayId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "ContactId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayRegistration": { "post": { "tags": [ "SaleDayRegistration" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SaleDay_Registration" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayRegistration/MassInsert": { "post": { "tags": [ "SaleDayRegistration" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayRegistration/MassUpdate": { "post": { "tags": [ "SaleDayRegistration" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SaleDayRegistration/MassDelete": { "post": { "tags": [ "SaleDayRegistration" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SaleDay_Registration" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Season/SeasonDataByFilter": { "get": { "tags": [ "Season" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Season/{id}": { "get": { "tags": [ "Season" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Season" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Season" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Season": { "post": { "tags": [ "Season" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Season/MassInsert": { "post": { "tags": [ "Season" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Season/MassUpdate": { "post": { "tags": [ "Season" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Season/MassDelete": { "post": { "tags": [ "Season" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Season/AutoGenerateSeasons": { "post": { "tags": [ "Season" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/AutoGenSeasonsArgs" } }, "application/json": { "schema": { "$ref": "#/components/schemas/AutoGenSeasonsArgs" } }, "text/json": { "schema": { "$ref": "#/components/schemas/AutoGenSeasonsArgs" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/AutoGenSeasonsArgs" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerAdmin/Get/{id}": { "get": { "tags": [ "SeasonControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerAdmin/GetByFilter": { "get": { "tags": [ "SeasonControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerAdmin/Post": { "post": { "tags": [ "SeasonControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerAdmin/Put/{id}": { "put": { "tags": [ "SeasonControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Season_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Season_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerAdmin/Delete/{id}": { "delete": { "tags": [ "SeasonControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerAdmin/MassInsert": { "post": { "tags": [ "SeasonControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerAdmin/MassUpdate": { "post": { "tags": [ "SeasonControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerAdmin/MassDelete": { "post": { "tags": [ "SeasonControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SeasonControllerBasic/AutoGenerateSeasons": { "post": { "tags": [ "SeasonControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/AutoGenSeasonsArgs" } }, "application/json": { "schema": { "$ref": "#/components/schemas/AutoGenSeasonsArgs" } }, "text/json": { "schema": { "$ref": "#/components/schemas/AutoGenSeasonsArgs" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/AutoGenSeasonsArgs" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" } } } } } } } }, "/SemonTank/SemonDataByFilter": { "get": { "tags": [ "SemonTank" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTank/Get/{id}": { "get": { "tags": [ "SemonTank" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTank": { "post": { "tags": [ "SemonTank" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTank/{id}": { "put": { "tags": [ "SemonTank" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "SemonTank" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTank/MassInsert": { "post": { "tags": [ "SemonTank" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTank/MassUpdate": { "post": { "tags": [ "SemonTank" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTank/MassDelete": { "post": { "tags": [ "SemonTank" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerAdmin/Get/{id}": { "get": { "tags": [ "SemonTankControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerAdmin/GetByFilter": { "get": { "tags": [ "SemonTankControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerAdmin/Post": { "post": { "tags": [ "SemonTankControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerAdmin/Put/{id}": { "put": { "tags": [ "SemonTankControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerAdmin/Delete/{id}": { "delete": { "tags": [ "SemonTankControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerAdmin/MassInsert": { "post": { "tags": [ "SemonTankControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerAdmin/MassUpdate": { "post": { "tags": [ "SemonTankControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerAdmin/MassDelete": { "post": { "tags": [ "SemonTankControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankControllerBasic/SemonDataByFilter": { "get": { "tags": [ "SemonTankControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } } } } }, "/SemonTankControllerBasic/Get/{id}": { "get": { "tags": [ "SemonTankControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank" } } } } } } }, "/SemonTankControllerBasic/MassInsert": { "post": { "tags": [ "SemonTankControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } } } } }, "/SemonTankControllerBasic/MassUpdate": { "post": { "tags": [ "SemonTankControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } } } } }, "/SemonTankControllerBasic/MassDelete": { "post": { "tags": [ "SemonTankControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" } } } } } } } }, "/SemonTankPurchase/SemonDataByFilter": { "get": { "tags": [ "SemonTankPurchase" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SemonTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchase/{id}": { "get": { "tags": [ "SemonTankPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "SemonTankPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "SemonTankPurchase" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchase": { "post": { "tags": [ "SemonTankPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchase/MassInsert": { "post": { "tags": [ "SemonTankPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchase/MassUpdate": { "post": { "tags": [ "SemonTankPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchase/MassDelete": { "post": { "tags": [ "SemonTankPurchase" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerAdmin/Get/{id}": { "get": { "tags": [ "SemonTankPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerAdmin/GetByFilter": { "get": { "tags": [ "SemonTankPurchaseControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SemonTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerAdmin/Post": { "post": { "tags": [ "SemonTankPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerAdmin/Put/{id}": { "put": { "tags": [ "SemonTankPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerAdmin/Delete/{id}": { "delete": { "tags": [ "SemonTankPurchaseControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerAdmin/MassInsert": { "post": { "tags": [ "SemonTankPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerAdmin/MassUpdate": { "post": { "tags": [ "SemonTankPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerAdmin/MassDelete": { "post": { "tags": [ "SemonTankPurchaseControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/SemonTankPurchaseControllerBasic/SemonDataByFilter": { "get": { "tags": [ "SemonTankPurchaseControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SemonTankId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } } } } }, "/SemonTankPurchaseControllerBasic/{id}": { "get": { "tags": [ "SemonTankPurchaseControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } } } }, "/SemonTankPurchaseControllerBasic/MassInsert": { "post": { "tags": [ "SemonTankPurchaseControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } } } } }, "/SemonTankPurchaseControllerBasic/MassUpdate": { "post": { "tags": [ "SemonTankPurchaseControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } } } } }, "/SemonTankPurchaseControllerBasic/MassDelete": { "post": { "tags": [ "SemonTankPurchaseControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" } } } } } } } }, "/ServiceSubscription/ServiceSubscriptionsByFilter": { "get": { "tags": [ "ServiceSubscription" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/ServiceSubscriptionLineItemsByFilter": { "get": { "tags": [ "ServiceSubscription" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SubscriptionId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "DeviceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/Cancel/{id}": { "post": { "tags": [ "ServiceSubscription" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Service_Subscription" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Service_Subscription" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Service_Subscription" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/Resume/{id}": { "post": { "tags": [ "ServiceSubscription" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Service_Subscription" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Service_Subscription" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Service_Subscription" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/CancelSubscriptionLineItems": { "post": { "tags": [ "ServiceSubscription" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sub_Line_Item_Cancel_Body" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sub_Line_Item_Cancel_Body" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sub_Line_Item_Cancel_Body" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sub_Line_Item_Cancel_Body" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/ResumeSubscriptionLineItems": { "post": { "tags": [ "ServiceSubscription" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sub_Line_Item_Cancel_Body" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sub_Line_Item_Cancel_Body" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sub_Line_Item_Cancel_Body" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sub_Line_Item_Cancel_Body" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Line_Item" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/GenerateRenewalBillReceipt": { "get": { "tags": [ "ServiceSubscription" ], "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/BillingEvents": { "get": { "tags": [ "ServiceSubscription" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "subscriptionId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Billing_Event" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Billing_Event" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Service_Subscription_Billing_Event" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/BillingEventReceipt": { "get": { "tags": [ "ServiceSubscription" ], "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/ServiceSubscription/BillingEvent": { "get": { "tags": [ "ServiceSubscription" ], "parameters": [ { "name": "companyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "id", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Service_Subscription_Billing_Event" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Service_Subscription_Billing_Event" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Service_Subscription_Billing_Event" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/StatsAdmin/getDeviceShipped": { "get": { "tags": [ "StatsAdmin" ], "parameters": [ { "name": "startTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "endTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyIds", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "productType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "engineeringModel", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "includeReportIgnoredCompanies", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/StatsAdmin/getActivatedDevices": { "get": { "tags": [ "StatsAdmin" ], "parameters": [ { "name": "startTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "endTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyIds", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "productType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "engineeringModel", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "includeReportIgnoredCompanies", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/StatsAdmin/getDeActivatedDevices": { "get": { "tags": [ "StatsAdmin" ], "parameters": [ { "name": "startTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "endTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyIds", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "productType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "engineeringModel", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "includeReportIgnoredCompanies", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/StatsAdmin/getDevicesByCompany": { "get": { "tags": [ "StatsAdmin" ], "parameters": [ { "name": "startTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "endTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyIds", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "engineeringModel", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "productType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "includeReportIgnoredCompanies", "in": "query", "schema": { "type": "boolean", "default": false } }, { "name": "mode", "in": "query", "schema": { "type": "string", "default": "ALL", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/StatsAdmin/TagsNotWorking": { "get": { "tags": [ "StatsAdmin" ], "parameters": [ { "name": "startTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "endTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyIds", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "engineeringModel", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "productType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "includeReportIgnoredCompanies", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/StatsAdmin/TagsPurchased": { "get": { "tags": [ "StatsAdmin" ], "parameters": [ { "name": "startTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "endTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyIds", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "engineeringModel", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "productType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "includeReportIgnoredCompanies", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/StatsAdmin/TagsFilled": { "get": { "tags": [ "StatsAdmin" ], "parameters": [ { "name": "startTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "endTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyIds", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "engineeringModel", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "productType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "includeReportIgnoredCompanies", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/StatsAdmin/TagsNotAssigned": { "get": { "tags": [ "StatsAdmin" ], "parameters": [ { "name": "startTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "endTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "companyIds", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "engineeringModel", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "productType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "includeReportIgnoredCompanies", "in": "query", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Stats_Response" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CustomerPortal": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "ReturnUrl", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/ProcessCheckOut": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "ReturnUrl", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostPro": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostLite": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostTag": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostBaseStation": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostWaterSensor": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostApplicator": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostWand": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostMount": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostSpareParts": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/CalculateShippingCostMerch": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "totalQuantity", "in": "query", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "integer", "format": "int64" } }, "application/json": { "schema": { "type": "integer", "format": "int64" } }, "text/json": { "schema": { "type": "integer", "format": "int64" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/VerifyCheckOutWasSuccessful": { "post": { "tags": [ "Stripe" ], "parameters": [ { "name": "CartId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Cart_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Stripe/GetProducts": { "get": { "tags": [ "Stripe" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Product" } } } } } } } }, "/Stripe/GetPrices": { "get": { "tags": [ "Stripe" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Price" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Price" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Price" } } } } } } } }, "/Stripe/GetPricesByProduct": { "get": { "tags": [ "Stripe" ], "parameters": [ { "name": "productId", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Price" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Price" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Price" } } } } } } } }, "/webhook": { "post": { "tags": [ "StripeWebHook" ], "responses": { "200": { "description": "Success" } } } }, "/SubscriptionBackfillControllerAdmin": { "post": { "tags": [ "SubscriptionBackfillControllerAdmin" ], "parameters": [ { "name": "format", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/GetAdmin/{id}": { "get": { "tags": [ "Tag" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/GetByIds": { "post": { "tags": [ "Tag" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/TagDataByFilter": { "get": { "tags": [ "Tag" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MacAddress", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/UpdateConfig": { "post": { "tags": [ "Tag" ], "parameters": [ { "name": "Id", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/TurnOnLED": { "post": { "tags": [ "Tag" ], "parameters": [ { "name": "Id", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/ForceCheckIn": { "post": { "tags": [ "Tag" ], "parameters": [ { "name": "Id", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/PutAdmin/{id}": { "put": { "tags": [ "Tag" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/Enabled/{id}": { "post": { "tags": [ "Tag" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/Disabled/{id}": { "post": { "tags": [ "Tag" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Tag/MassUpdate": { "post": { "tags": [ "Tag" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagAlertsControllerAdmin/{id}": { "get": { "tags": [ "TagAlertsControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "TagAlertsControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagAlertsControllerAdmin": { "post": { "tags": [ "TagAlertsControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Alerts" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/TurnOnLED": { "post": { "tags": [ "TagControllerAdmin" ], "parameters": [ { "name": "Id", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/ForceCheckIn": { "post": { "tags": [ "TagControllerAdmin" ], "parameters": [ { "name": "Id", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/Get/{id}": { "get": { "tags": [ "TagControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/GetByFilter": { "get": { "tags": [ "TagControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MacAddress", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/Post": { "post": { "tags": [ "TagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/Put/{id}": { "put": { "tags": [ "TagControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/Delete/{id}": { "delete": { "tags": [ "TagControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/Enabled/{id}": { "post": { "tags": [ "TagControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/Disabled/{id}": { "post": { "tags": [ "TagControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/MassInsert": { "post": { "tags": [ "TagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/BulkInsert": { "post": { "tags": [ "TagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/MassUpdate": { "post": { "tags": [ "TagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/MassDelete": { "post": { "tags": [ "TagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerAdmin/BulkCheck": { "post": { "tags": [ "TagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Bulk_Result" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Bulk_Result" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Bulk_Result" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "get": { "tags": [ "TagControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Bulk_Result" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Bulk_Result" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Bulk_Result" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagControllerBasic/Get/{id}": { "get": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } } } } }, "/TagControllerBasic/GetByFilter": { "get": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "limit", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagList", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MacAddress", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } } } } } } }, "/TagControllerBasic/GetDamByCalfTagId/{id}": { "get": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } } } } }, "/TagControllerBasic/GetCalfsByDamTagId/{id}": { "get": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" } } } } } } } }, "/TagControllerBasic/Post": { "post": { "tags": [ "TagControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } } } } }, "/TagControllerBasic/Put/{id}": { "put": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } } } } }, "/TagControllerBasic/Delete/{id}": { "delete": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" } } } }, "/TagControllerBasic/UpdateVersion/{id}": { "put": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } }, { "name": "SoftwareVersion", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "ModemFirmware", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "UpdatedVersionByDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } } } } }, "/TagControllerBasic/Enabled/{id}": { "post": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } } } } }, "/TagControllerBasic/Disabled/{id}": { "post": { "tags": [ "TagControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Master" } } } } } } }, "/TagControllerBasic/MassDisable": { "post": { "tags": [ "TagControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/MassDisableRequestBody" } }, "application/json": { "schema": { "$ref": "#/components/schemas/MassDisableRequestBody" } }, "text/json": { "schema": { "$ref": "#/components/schemas/MassDisableRequestBody" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/MassDisableRequestBody" } } } }, "responses": { "200": { "description": "Success" } } } }, "/TagControllerBasic/MassEnable": { "post": { "tags": [ "TagControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" } } } }, "/TagControllerBasic/MassPatch": { "patch": { "tags": [ "TagControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PatchItem" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PatchItem" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PatchItem" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PatchItem" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" } } } }, "/TagData/TagDataByFilter": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterstId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/TagDataByFilterRaw": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterstId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/TagDataByFilterReport": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterstId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/TagDataByFilterResearch": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterstId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Research" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Research" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Research" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/TagDataStepCountByFilter": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/TagDataStepCountByFilterRaw": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/TagDataMountCountByFilterRaw": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/TagDataHeartBeatCountByFilterRaw": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/GetAllTrackingTagDataByFilter": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "sampleSize", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/GetAllTrackingTagDataByFilterRaw": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "sampleSize", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/GetHerdTrackingDataByFilter": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "sampleSize", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/GetHeatMapDataByFilter": { "post": { "tags": [ "TagData" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "fromDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "toDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "sampleType", "in": "query", "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "get": { "tags": [ "TagData" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "fromDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "toDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "sampleType", "in": "query", "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/GetAllRSSITagDataByFilter": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "sampleSize", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/GetLastWaterDataByFilter": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/GetLastBatteryDataByFilter": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagData/GetLastActivityDataByFilter": { "get": { "tags": [ "TagData" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/TagDataByFilter": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterstId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/TagDataByFilterRaw": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterstId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/TagDataByFilterReport": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterstId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/TagDataByFilterResearch": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmPointOfInterstId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Research" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Research" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Research" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/TagDataStepCountByFilter": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/TagDataStepCountByFilterRaw": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/TagDataMountCountByFilterRaw": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/TagDataHeartBeatCountByFilterRaw": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/GetAllTrackingTagDataByFilter": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "sampleSize", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/GetAllTrackingTagDataByFilterRaw": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "sampleSize", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/GetHerdTrackingDataByFilter": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "sampleSize", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/GetHeatMapDataByFilter": { "post": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "fromDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "toDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "fromDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "toDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Heatmap_Point" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/GetAllRSSITagDataByFilter": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "UploadedByTagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "sampleSize", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "animalType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "youngerThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "olderThen", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/GetLastWaterDataByFilter": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data_Reduced" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/GetLastBatteryDataByFilter": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerAdmin/GetLastActivityDataByFilter": { "get": { "tags": [ "TagDataControllerAdmin" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDataControllerBasic/Get/{id}": { "get": { "tags": [ "TagDataControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Data" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } } } } } } }, "/TagDataControllerBasic/GetByFilter": { "get": { "tags": [ "TagDataControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Data" } } } } } } } }, "/TagDataControllerBasic/Post": { "post": { "tags": [ "TagDataControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } } } }, "responses": { "200": { "description": "Success" } } } }, "/TagDataControllerBasic/Put/{id}": { "put": { "tags": [ "TagDataControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Data" } } } }, "responses": { "200": { "description": "Success" } } } }, "/TagDataControllerBasic/Delete/{id}": { "delete": { "tags": [ "TagDataControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" } } } }, "/TagDataFile/upload": { "post": { "tags": [ "TagDataFile" ], "operationId": "upload", "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "type": "string", "format": "binary", "nullable": true } } }, "encoding": { "file": { "style": "form" } } } } }, "responses": { "200": { "description": "Success" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/TagDataFile/UploadTagEventsFile": { "post": { "tags": [ "TagDataFile" ], "operationId": "UploadTagEventsFile", "parameters": [ { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "version", "in": "query", "schema": { "type": "string", "default": "", "nullable": true } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "type": "string", "format": "binary", "nullable": true } } }, "encoding": { "file": { "style": "form" } } } } }, "responses": { "200": { "description": "Success" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "503": { "description": "Server Error" } } } }, "/TagDataFile/UploadFileWithoutHeader": { "post": { "tags": [ "TagDataFile" ], "operationId": "UploadFileWithoutHeader", "parameters": [ { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "version", "in": "query", "schema": { "type": "string", "default": "", "nullable": true } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "type": "string", "format": "binary", "nullable": true } } }, "encoding": { "file": { "style": "form" } } } } }, "responses": { "200": { "description": "Success" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "503": { "description": "Server Error" } } } }, "/TagDataFile/UploadFileHighSpeedWithoutHeader": { "post": { "tags": [ "TagDataFile" ], "operationId": "UploadFileHighSpeedWithoutHeader", "parameters": [ { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "type": "string", "format": "binary", "nullable": true } } }, "encoding": { "file": { "style": "form" } } } } }, "responses": { "200": { "description": "Success" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/TagDataFile/UploadFileDiagnostics": { "post": { "tags": [ "TagDataFile" ], "operationId": "UploadFileDiagnostics", "parameters": [ { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "version", "in": "query", "schema": { "type": "string", "default": "", "nullable": true } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "type": "string", "format": "binary", "nullable": true } } }, "encoding": { "file": { "style": "form" } } } } }, "responses": { "200": { "description": "Success" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "503": { "description": "Server Error" } } } }, "/TagDataFile/UploadFileOnBehalf": { "post": { "tags": [ "TagDataFile" ], "operationId": "UploadFileOnBehalf", "parameters": [ { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "version", "in": "query", "schema": { "type": "string", "default": "", "nullable": true } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "type": "string", "format": "binary", "nullable": true } } }, "encoding": { "file": { "style": "form" } } } } }, "responses": { "200": { "description": "Success" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } }, "503": { "description": "Server Error" } } } }, "/TagDataHighSpeedControllerBasic": { "get": { "tags": [ "TagDataHighSpeedControllerBasic" ], "parameters": [ { "name": "tagId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "id", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" } } }, "post": { "tags": [ "TagDataHighSpeedControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Data_High_Speed" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Data_High_Speed" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Data_High_Speed" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Data_High_Speed" } } } }, "responses": { "200": { "description": "Success" } } }, "put": { "tags": [ "TagDataHighSpeedControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Data_High_Speed" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Data_High_Speed" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Data_High_Speed" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Data_High_Speed" } } } }, "responses": { "200": { "description": "Success" } } }, "delete": { "tags": [ "TagDataHighSpeedControllerBasic" ], "parameters": [ { "name": "tagId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "id", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" } } } }, "/TagDiagnostics/TagDiagnosticsByFilter": { "get": { "tags": [ "TagDiagnostics" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "CompanyDescription", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RanchDescription", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDiagnosticsControllerAdmin/Get/{id}": { "get": { "tags": [ "TagDiagnosticsControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDiagnosticsControllerAdmin/GetByFilter": { "get": { "tags": [ "TagDiagnosticsControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "CompanyDescription", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RanchDescription", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "directionDESC", "in": "query", "schema": { "type": "boolean", "default": false, "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDiagnosticsControllerAdmin/Post": { "post": { "tags": [ "TagDiagnosticsControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDiagnosticsControllerAdmin/Put/{id}": { "put": { "tags": [ "TagDiagnosticsControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDiagnosticsControllerAdmin/Delete/{id}": { "delete": { "tags": [ "TagDiagnosticsControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TagDiagnosticsControllerBasic/Get/{id}": { "get": { "tags": [ "TagDiagnosticsControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } } } } }, "/TagDiagnosticsControllerBasic/GetByFilter": { "get": { "tags": [ "TagDiagnosticsControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LogTypeId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Comment", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "CompanyDescription", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "RanchDescription", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } } } } } }, "/TagDiagnosticsControllerBasic/Post": { "post": { "tags": [ "TagDiagnosticsControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } }, "responses": { "200": { "description": "Success" } } } }, "/TagDiagnosticsControllerBasic/Put/{id}": { "put": { "tags": [ "TagDiagnosticsControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Tag_Diagnostics" } } } }, "responses": { "200": { "description": "Success" } } } }, "/TagDiagnosticsControllerBasic/Delete/{id}": { "delete": { "tags": [ "TagDiagnosticsControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" } } } }, "/Task/TaskDataByFilter": { "get": { "tags": [ "Task" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Task/{id}": { "get": { "tags": [ "Task" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Task" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Task" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Task": { "post": { "tags": [ "Task" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Task/MassInsert": { "post": { "tags": [ "Task" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Task/MassUpdate": { "post": { "tags": [ "Task" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Task/MassDelete": { "post": { "tags": [ "Task" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TaskControllerAdmin/Get/{id}": { "get": { "tags": [ "TaskControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TaskControllerAdmin/GetByFilter": { "get": { "tags": [ "TaskControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TaskControllerAdmin/Post": { "post": { "tags": [ "TaskControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TaskControllerAdmin/Put/{id}": { "put": { "tags": [ "TaskControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Task_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Task_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TaskControllerAdmin/Delete/{id}": { "delete": { "tags": [ "TaskControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TaskControllerAdmin/MassInsert": { "post": { "tags": [ "TaskControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TaskControllerAdmin/MassUpdate": { "post": { "tags": [ "TaskControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TaskControllerAdmin/MassDelete": { "post": { "tags": [ "TaskControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Task_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TimeNearDeviceAdmin/GetAllByDataFilter": { "get": { "tags": [ "TimeNearDeviceAdmin" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "ScanningTagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FoundTagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "StartTime", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndTime", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/TimeNearDeviceImport" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/TimeNearDeviceImport" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/TimeNearDeviceImport" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TimeNearDeviceAdmin/{id}": { "get": { "tags": [ "TimeNearDeviceAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/TimeNearDeviceImport" } }, "application/json": { "schema": { "$ref": "#/components/schemas/TimeNearDeviceImport" } }, "text/json": { "schema": { "$ref": "#/components/schemas/TimeNearDeviceImport" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TimeNearDeviceBasic/upload": { "post": { "tags": [ "TimeNearDeviceBasic" ], "operationId": "UploadTimeNearDeviceFile", "parameters": [ { "name": "TagId", "in": "query", "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "type": "string", "format": "binary", "nullable": true } } }, "encoding": { "file": { "style": "form" } } } } }, "responses": { "200": { "description": "Success" }, "400": { "description": "Bad Request", "content": { "text/plain": { "schema": { "type": "string" } }, "application/json": { "schema": { "type": "string" } }, "text/json": { "schema": { "type": "string" } } } } } } }, "/TimeNearDeviceCustomer/GetAllByDataFilter": { "get": { "tags": [ "TimeNearDeviceCustomer" ], "parameters": [ { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "ScanningTagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FoundTagId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "StartTime", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndTime", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/TimeNearDeviceImport" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/TimeNearDeviceImport" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/TimeNearDeviceImport" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TimeNearDeviceCustomer/{id}": { "get": { "tags": [ "TimeNearDeviceCustomer" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/TimeNearDeviceImport" } }, "application/json": { "schema": { "$ref": "#/components/schemas/TimeNearDeviceImport" } }, "text/json": { "schema": { "$ref": "#/components/schemas/TimeNearDeviceImport" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Turnout/TurnoutDataByFilter": { "get": { "tags": [ "Turnout" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SeasonId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Turnout/{id}": { "get": { "tags": [ "Turnout" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "put": { "tags": [ "Turnout" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] }, "delete": { "tags": [ "Turnout" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Turnout": { "post": { "tags": [ "Turnout" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Turnout/MassInsert": { "post": { "tags": [ "Turnout" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Turnout/MassUpdate": { "post": { "tags": [ "Turnout" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Turnout/MassDelete": { "post": { "tags": [ "Turnout" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TurnoutControllerAdmin/Get/{id}": { "get": { "tags": [ "TurnoutControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TurnoutControllerAdmin/GetByFilter": { "get": { "tags": [ "TurnoutControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "FarmVirtualFenceId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "SeasonId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TurnoutControllerAdmin/Post": { "post": { "tags": [ "TurnoutControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TurnoutControllerAdmin/Put/{id}": { "put": { "tags": [ "TurnoutControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Turnout_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TurnoutControllerAdmin/Delete/{id}": { "delete": { "tags": [ "TurnoutControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TurnoutControllerAdmin/MassInsert": { "post": { "tags": [ "TurnoutControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TurnoutControllerAdmin/MassUpdate": { "post": { "tags": [ "TurnoutControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/TurnoutControllerAdmin/MassDelete": { "post": { "tags": [ "TurnoutControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/User/UserDataByFilter": { "get": { "tags": [ "User" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/User/UserDirectoryDataByFilter": { "get": { "tags": [ "User" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/User/Get/{id}": { "get": { "tags": [ "User" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/User/GetMyAccount": { "get": { "tags": [ "User" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/User/Put/{id}": { "put": { "tags": [ "User" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/User/Delete/{id}": { "delete": { "tags": [ "User" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/User/SetDefaultCompany/{DefaultCompanyId}": { "put": { "tags": [ "User" ], "parameters": [ { "name": "DefaultCompanyId", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerAdmin/UserDataByFilter": { "get": { "tags": [ "UserControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerAdmin/UserDirectoryDataByFilter": { "get": { "tags": [ "UserControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "Email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerAdmin/Get/{id}": { "get": { "tags": [ "UserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerAdmin/GetMyAccount": { "get": { "tags": [ "UserControllerAdmin" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerAdmin/AllUserDataByFilter": { "get": { "tags": [ "UserControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "Email", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "OrderBy", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerAdmin/PaginatedUserData": { "get": { "tags": [ "UserControllerAdmin" ], "parameters": [ { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderField", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "orderDirection", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "SearchString", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/PaginatedUserData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/PaginatedUserData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/PaginatedUserData" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerAdmin/Put/{id}": { "put": { "tags": [ "UserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerAdmin/Delete/{id}": { "delete": { "tags": [ "UserControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/UserControllerBasic/{id}": { "get": { "tags": [ "UserControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/User_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/User_Master" } } } } } } }, "/Version/Get": { "get": { "tags": [ "Version" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Version_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Version_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Version_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/Version/Get/{id}": { "get": { "tags": [ "Version" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Version_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/VersionControllerAdmin/Get": { "get": { "tags": [ "VersionControllerAdmin" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Version_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Version_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Version_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/VersionControllerAdmin/Get/{id}": { "get": { "tags": [ "VersionControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Version_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/VersionControllerAdmin/Post": { "post": { "tags": [ "VersionControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Version_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/VersionControllerAdmin/Put/{id}": { "put": { "tags": [ "VersionControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Version_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Version_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/VersionControllerAdmin/Delete/{id}": { "delete": { "tags": [ "VersionControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WOControllerAdmin/Get/{id}": { "get": { "tags": [ "WOControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WOControllerAdmin/GetDataByFilter": { "get": { "tags": [ "WOControllerAdmin" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "tagId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Id", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "boxBarcode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Status", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "PCBA_SN", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "PCB_MFG", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "USDANumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "IMEI", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "ICCID", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MAC_Address", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Completed_Technician", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCompletedTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCompletedTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WO_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WO_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WO_Master" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WOControllerAdmin/Post": { "post": { "tags": [ "WOControllerAdmin" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/WO_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WOControllerAdmin/Put/{id}": { "put": { "tags": [ "WOControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/WO_Master" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WOControllerAdmin/Delete/{id}": { "delete": { "tags": [ "WOControllerAdmin" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WOControllerBasic/Get/{id}": { "get": { "tags": [ "WOControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } } } } } } }, "/WOControllerBasic/GetDataByFilter": { "get": { "tags": [ "WOControllerBasic" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "tagId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Id", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "boxBarcode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Status", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "PCBA_SN", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "PCB_MFG", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "NetworkNumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "USDANumber", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "IMEI", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "ICCID", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MAC_Address", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "Completed_Technician", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCompletedTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCompletedTime", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WO_Master" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WO_Master" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/WO_Master" } } } } } } } }, "/WOControllerBasic/Post": { "post": { "tags": [ "WOControllerBasic" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/WO_Master" } } } }, "responses": { "200": { "description": "Success" } } } }, "/WOControllerBasic/Put/{id}": { "put": { "tags": [ "WOControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WO_Master" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/WO_Master" } } } }, "responses": { "200": { "description": "Success" } } } }, "/WOControllerBasic/Delete/{id}": { "delete": { "tags": [ "WOControllerBasic" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success" } } } }, "/WorkQueue/{id}": { "get": { "tags": [ "WorkQueue" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Work_Queue" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Work_Queue" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Work_Queue" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WorkQueue/GetWorkQueuesDataByFilter": { "get": { "tags": [ "WorkQueue" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "WorkQueueId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MemberId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "ActionType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "status", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WorkQueue/MassUpdate": { "post": { "tags": [ "WorkQueue" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WorkQueue/SaveWorkQueue": { "post": { "tags": [ "WorkQueue" ], "parameters": [ { "name": "workRecievedId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "companyAssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "actionType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "status", "in": "query", "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master_Queue" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master_Queue" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master_Queue" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master_Queue" }, "nullable": true } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WorkQueue/DeleteWorkQueue": { "post": { "tags": [ "WorkQueue" ], "parameters": [ { "name": "workRecievedId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "companyAssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "actionType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "status", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WorkQueueAnimal/{id}": { "get": { "tags": [ "WorkQueueAnimal" ], "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "type": "string", "format": "uuid" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/Work_Queue_Animal" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Work_Queue_Animal" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Work_Queue_Animal" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WorkQueueAnimal/GetWorkQueueAnimalDataByFilter": { "get": { "tags": [ "WorkQueueAnimal" ], "parameters": [ { "name": "top", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "orderBy", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "offset", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "fetch", "in": "query", "schema": { "type": "integer", "format": "int32", "nullable": true } }, { "name": "CompanyId", "in": "query", "schema": { "type": "string", "format": "uuid" } }, { "name": "AnimalId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "WorkQueueId", "in": "query", "schema": { "type": "string", "format": "uuid", "nullable": true } }, { "name": "AssociationCode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "AssociationId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "MemberId", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "ActionType", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "status", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "LessThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenCreatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenUpdatedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "LessThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } }, { "name": "GreaterThenDeletedByDate", "in": "query", "schema": { "type": "string", "format": "date-time", "nullable": true } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } }, "/WorkQueueAnimal/MassUpdate": { "post": { "tags": [ "WorkQueueAnimal" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" }, "nullable": true } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" }, "nullable": true } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" }, "nullable": true } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" }, "nullable": true } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Work_Queue_Animal" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ "API701x" ] } ] } } }, "components": { "schemas": { "DayOfWeek": { "enum": [ 0, 1, 2, 3, 4, 5, 6 ], "type": "integer", "format": "int32" }, "DateOnly": { "type": "object", "properties": { "year": { "type": "integer", "format": "int32", "readOnly": true }, "month": { "type": "integer", "format": "int32", "readOnly": true }, "day": { "type": "integer", "format": "int32", "readOnly": true }, "dayOfWeek": { "$ref": "#/components/schemas/DayOfWeek" }, "dayOfYear": { "type": "integer", "format": "int32", "readOnly": true }, "dayNumber": { "type": "integer", "format": "int32", "readOnly": true } }, "additionalProperties": false }, "Animal_Calving": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "seasonId": { "type": "string", "format": "uuid", "nullable": true }, "seasonDescription": { "type": "string", "nullable": true }, "calvingStartDate": { "type": "string", "format": "date-time", "nullable": true }, "calvingEndDate": { "type": "string", "format": "date-time", "nullable": true }, "sires": { "type": "string", "nullable": true }, "siresData": { "type": "string", "nullable": true }, "sireAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "sireCattleNumber": { "type": "string", "nullable": true }, "sireAssociationCode": { "type": "string", "nullable": true }, "sireRegistrationNumber": { "type": "string", "nullable": true }, "sireCode": { "type": "string", "nullable": true }, "damAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "damCattleNumber": { "type": "string", "nullable": true }, "damAssociationCode": { "type": "string", "nullable": true }, "damRegistrationNumber": { "type": "string", "nullable": true }, "damCode": { "type": "string", "nullable": true }, "fosterAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "fosterCattleNumber": { "type": "string", "nullable": true }, "fosterAssociationCode": { "type": "string", "nullable": true }, "fosterRegistrationNumber": { "type": "string", "nullable": true }, "fosterCode": { "type": "string", "nullable": true }, "recipientAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "recipientCattleNumber": { "type": "string", "nullable": true }, "recipientAssociationCode": { "type": "string", "nullable": true }, "recipientRegistrationNumber": { "type": "string", "nullable": true }, "recipientCode": { "type": "string", "nullable": true }, "isMostLikely": { "type": "boolean", "nullable": true }, "isManuallyMostLikely": { "type": "boolean", "nullable": true }, "breedingType": { "type": "string", "nullable": true }, "breedingStatus": { "type": "string", "nullable": true }, "estrusType": { "type": "string", "nullable": true }, "estrus_Date": { "type": "string", "format": "date-time", "nullable": true }, "semonTankId": { "type": "string", "format": "uuid", "nullable": true }, "semonTankPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "actualDateInseminated": { "type": "string", "format": "date-time", "nullable": true }, "embryoTankId": { "type": "string", "format": "uuid", "nullable": true }, "embryoId": { "type": "string", "format": "uuid", "nullable": true }, "embryoTankPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "actualDateEmbryoTransferred": { "type": "string", "format": "date-time", "nullable": true }, "turnOutId": { "type": "string", "format": "uuid", "nullable": true }, "turnoutDate": { "type": "string", "format": "date-time", "nullable": true }, "turnInDate": { "type": "string", "format": "date-time", "nullable": true }, "syncType": { "type": "string", "nullable": true }, "syncDate": { "type": "string", "format": "date-time", "nullable": true }, "flushType": { "type": "string", "nullable": true }, "flushDate": { "type": "string", "format": "date-time", "nullable": true }, "pregCheckType": { "type": "string", "nullable": true }, "pregCheckedDate": { "type": "string", "format": "date-time", "nullable": true }, "predictedSex": { "type": "string", "nullable": true }, "predictedSex2": { "type": "string", "nullable": true }, "predictedSex3": { "type": "string", "nullable": true }, "predictedSex4": { "type": "string", "nullable": true }, "conceptionMethod": { "type": "string", "nullable": true }, "hasMultipleCalves": { "type": "boolean", "nullable": true }, "isBred": { "type": "boolean", "nullable": true }, "isOpen": { "type": "boolean", "nullable": true }, "isLate": { "type": "boolean", "nullable": true }, "isRecheck": { "type": "boolean", "nullable": true }, "estimatedDateInseminated": { "type": "string", "format": "date-time", "nullable": true }, "estimatedDateCalved": { "type": "string", "format": "date-time", "nullable": true }, "hasCalved": { "type": "boolean", "nullable": true }, "hasAborted": { "type": "boolean", "nullable": true }, "hasStillBorn": { "type": "boolean", "nullable": true }, "actualDateCalved": { "type": "string", "format": "date-time", "nullable": true }, "calves": { "type": "string", "nullable": true }, "calfAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "calfCattleNumber": { "type": "string", "nullable": true }, "calfAssociationCode": { "type": "string", "nullable": true }, "calfRegistrationNumber": { "type": "string", "nullable": true }, "calfCode": { "type": "string", "nullable": true }, "calfAnimalId2": { "type": "string", "format": "uuid", "nullable": true }, "calfCattleNumber2": { "type": "string", "nullable": true }, "calfAnimalId3": { "type": "string", "format": "uuid", "nullable": true }, "calfCattleNumber3": { "type": "string", "nullable": true }, "calfAnimalId4": { "type": "string", "format": "uuid", "nullable": true }, "calfCattleNumber4": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "disabledDate": { "type": "string", "format": "date-time", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true }, "errorCode": { "type": "integer", "format": "int32", "nullable": true } }, "additionalProperties": false }, "Animal_Turn_Out": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "turnOutId": { "type": "string", "format": "uuid", "nullable": true }, "seasonId": { "type": "string", "format": "uuid", "nullable": true }, "sireAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "sireCattleNumber": { "type": "string", "nullable": true }, "sireAssociationCode": { "type": "string", "nullable": true }, "sireRegistrationNumber": { "type": "string", "nullable": true }, "sireCode": { "type": "string", "nullable": true }, "sireDescription": { "type": "string", "nullable": true }, "steps": { "type": "integer", "format": "int32", "nullable": true }, "distance": { "type": "number", "format": "double", "nullable": true }, "mounts": { "type": "integer", "format": "int32", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "turnoutDate": { "type": "string", "format": "date-time", "nullable": true }, "turnInDate": { "type": "string", "format": "date-time", "nullable": true }, "seasonDescription": { "type": "string", "nullable": true }, "calvingStartDate": { "type": "string", "format": "date-time", "nullable": true }, "calvingEndDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Log": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "rowSequence": { "type": "integer", "format": "int64", "nullable": true }, "logId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "animalCalvingId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "animalCode": { "type": "string", "nullable": true }, "animalDescription": { "type": "string", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "event": { "type": "string", "nullable": true }, "isConfirmed": { "type": "boolean", "nullable": true }, "type": { "type": "string", "nullable": true }, "logCategoryId": { "type": "string", "nullable": true }, "logTypeId": { "type": "string", "nullable": true }, "symptomTypeId": { "type": "string", "nullable": true }, "symptoms": { "type": "string", "nullable": true }, "conditionTypeId": { "type": "string", "nullable": true }, "medicineTypeId": { "type": "string", "nullable": true }, "medicationId": { "type": "string", "format": "uuid", "nullable": true }, "medicationPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "isEstimateMeasurements": { "type": "boolean", "nullable": true }, "addToWatchList": { "type": "boolean", "nullable": true }, "old_Value": { "type": "string", "nullable": true }, "old_ValueId": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true }, "valueId": { "type": "string", "nullable": true }, "dosage": { "type": "number", "format": "double", "nullable": true }, "weight": { "type": "number", "format": "double", "nullable": true }, "height": { "type": "number", "format": "double", "nullable": true }, "temperature": { "type": "number", "format": "double", "nullable": true }, "adg": { "type": "number", "format": "double", "nullable": true }, "measurement": { "type": "string", "nullable": true }, "medicineRoute": { "type": "string", "nullable": true }, "medicineLocation": { "type": "string", "nullable": true }, "withdrawalDate": { "type": "string", "format": "date-time", "nullable": true }, "withdrawalDays": { "type": "integer", "format": "int32", "nullable": true }, "boosterDate": { "type": "string", "format": "date-time", "nullable": true }, "boosterDays": { "type": "integer", "format": "int32", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "serialNumber": { "type": "string", "nullable": true }, "manufacturer": { "type": "string", "nullable": true }, "expirationDate": { "type": "string", "format": "date-time", "nullable": true }, "comment": { "type": "string", "nullable": true }, "logDateTime": { "type": "string", "format": "date-time", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "onBehalfMacAddress": { "type": "string", "nullable": true }, "onBehalfAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "onBehalfCattleNumber": { "type": "string", "nullable": true }, "onBehalfTagId": { "type": "string", "format": "uuid", "nullable": true }, "onBehalfNetworkNumber": { "type": "string", "nullable": true }, "uploadedByTagId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByFarmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Comment": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "commentId": { "type": "string", "format": "uuid", "nullable": true }, "comment": { "type": "string", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "animalCode": { "type": "string", "nullable": true }, "animalDescription": { "type": "string", "nullable": true }, "animalType": { "type": "string", "nullable": true }, "animalBreed": { "type": "string", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "groupCode": { "type": "string", "nullable": true }, "groupDescription": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Attachment": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "attachmentId": { "type": "string", "format": "uuid", "nullable": true }, "fileName": { "type": "string", "nullable": true }, "fileExtension": { "type": "string", "nullable": true }, "filePath": { "type": "string", "nullable": true }, "fileType": { "type": "string", "nullable": true }, "fileSize": { "type": "integer", "format": "int64" }, "isProfilePic": { "type": "boolean", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "animalCode": { "type": "string", "nullable": true }, "animalDescription": { "type": "string", "nullable": true }, "animalType": { "type": "string", "nullable": true }, "animalBreed": { "type": "string", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "groupCode": { "type": "string", "nullable": true }, "groupDescription": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Changes": { "type": "object", "properties": { "keyChanged": { "type": "string", "nullable": true }, "oldValue": { "nullable": true }, "newValue": { "nullable": true } }, "additionalProperties": false }, "Log_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "rowSequence": { "type": "integer", "format": "int64", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "animalCalvingId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "cattleCode": { "type": "string", "nullable": true }, "cattleDescription": { "type": "string", "nullable": true }, "animalColor": { "type": "string", "nullable": true }, "animalBreed": { "type": "string", "nullable": true }, "animalType": { "type": "string", "nullable": true }, "logDateTime": { "type": "string", "format": "date-time", "nullable": true }, "event": { "type": "string", "nullable": true }, "isConfirmed": { "type": "boolean", "nullable": true }, "type": { "type": "string", "nullable": true }, "logCategoryId": { "type": "string", "nullable": true }, "logTypeId": { "type": "string", "nullable": true }, "symptomTypeId": { "type": "string", "nullable": true }, "symptoms": { "type": "string", "nullable": true }, "conditionTypeId": { "type": "string", "nullable": true }, "medicineTypeId": { "type": "string", "nullable": true }, "medicationId": { "type": "string", "format": "uuid", "nullable": true }, "medicationPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "isEstimateMeasurements": { "type": "boolean", "nullable": true }, "addToWatchList": { "type": "boolean", "nullable": true }, "old_Value": { "type": "string", "nullable": true }, "old_ValueId": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true }, "valueId": { "type": "string", "nullable": true }, "dosage": { "type": "number", "format": "double", "nullable": true }, "weight": { "type": "number", "format": "double", "nullable": true }, "height": { "type": "number", "format": "double", "nullable": true }, "temperature": { "type": "number", "format": "double", "nullable": true }, "adg": { "type": "number", "format": "double", "nullable": true }, "measurement": { "type": "string", "nullable": true }, "medicineRoute": { "type": "string", "nullable": true }, "medicineLocation": { "type": "string", "nullable": true }, "withdrawalDate": { "type": "string", "format": "date-time", "nullable": true }, "withdrawalDays": { "type": "integer", "format": "int32", "nullable": true }, "boosterDate": { "type": "string", "format": "date-time", "nullable": true }, "boosterDays": { "type": "integer", "format": "int32", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "serialNumber": { "type": "string", "nullable": true }, "manufacturer": { "type": "string", "nullable": true }, "expirationDate": { "type": "string", "format": "date-time", "nullable": true }, "comment": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "onBehalfMacAddress": { "type": "string", "nullable": true }, "onBehalfAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "onBehalfCattleNumber": { "type": "string", "nullable": true }, "onBehalfTagId": { "type": "string", "format": "uuid", "nullable": true }, "onBehalfNetworkNumber": { "type": "string", "nullable": true }, "uploadedByTagId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByFarmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "hasBeenSeen": { "type": "string", "format": "date-time", "nullable": true }, "seenByUserId": { "type": "string", "format": "uuid", "nullable": true }, "seenByUserName": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true }, "generateNotification": { "type": "boolean" }, "animalList": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true } }, "additionalProperties": false }, "Tag_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyTagId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "assignedToAnimalDate": { "type": "string", "format": "date-time", "nullable": true }, "engineeringModel": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "boxBarcode": { "type": "string", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "minimum_Reset_Interval": { "type": "integer", "format": "int32", "nullable": true }, "maximum_Reset_Interval": { "type": "integer", "format": "int32", "nullable": true }, "maximum_CheckIn_Interval": { "type": "integer", "format": "int32", "nullable": true }, "logging_Interval": { "type": "integer", "format": "int32", "nullable": true }, "gpS_Interval": { "type": "integer", "format": "int32", "nullable": true }, "caffeinated_Threshold": { "type": "number", "format": "double", "nullable": true }, "awake_Threshold": { "type": "number", "format": "double", "nullable": true }, "roll": { "type": "number", "format": "double", "nullable": true }, "pitch": { "type": "number", "format": "double", "nullable": true }, "yaw": { "type": "number", "format": "double", "nullable": true }, "cell_Firmware": { "type": "string", "nullable": true }, "cell_Disabled": { "type": "boolean", "nullable": true }, "softwareVersion": { "type": "string", "nullable": true }, "hardwareVersion": { "type": "string", "nullable": true }, "modemFirmware": { "type": "string", "nullable": true }, "deviceSoftwareVersion": { "type": "string", "nullable": true }, "eventTypeId": { "type": "string", "nullable": true }, "eventStatusId": { "type": "string", "nullable": true }, "alertFreeFall": { "type": "boolean", "nullable": true }, "alertNoMovement": { "type": "boolean", "nullable": true }, "alertOutOfStasis": { "type": "boolean", "nullable": true }, "alertHighSpeedCow": { "type": "boolean", "nullable": true }, "alertGeofence": { "type": "boolean", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "position_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "temperature": { "type": "number", "format": "double", "nullable": true }, "pressure": { "type": "number", "format": "double", "nullable": true }, "cell_RSSI": { "type": "integer", "format": "int32", "nullable": true }, "gpS_TTFF": { "type": "integer", "format": "int32", "nullable": true }, "panel_Voltage": { "type": "number", "format": "double", "nullable": true }, "battery_Voltage": { "type": "number", "format": "double", "nullable": true }, "state_Of_Charge": { "type": "number", "format": "double", "nullable": true }, "water_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "water_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "air_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "air_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "depth_MM": { "type": "integer", "format": "int32", "nullable": true }, "step_Count": { "type": "integer", "format": "int64", "nullable": true }, "step_Count_Offset": { "type": "integer", "format": "int64", "nullable": true }, "lastWatSenCalibratedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastCheckInDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUploadedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastCheckInMethod": { "type": "string", "nullable": true }, "encryptionKey": { "type": "string", "nullable": true }, "macAddress": { "type": "string", "nullable": true }, "hashAddress": { "type": "string", "nullable": true }, "broken_Date": { "type": "string", "format": "date-time", "nullable": true }, "serviceExpirationDate": { "type": "string", "format": "date-time", "nullable": true }, "forceCheckInDate": { "type": "string", "format": "date-time", "nullable": true }, "turnOnLEDDate": { "type": "string", "format": "date-time", "nullable": true }, "updatedVersionByDate": { "type": "string", "format": "date-time", "nullable": true }, "highFrequencyDataLogging": { "type": "boolean", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "target_CheckIn_Hour": { "type": "integer", "format": "int32", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "lastFenceChangedDate": { "type": "string", "format": "date-time", "nullable": true }, "pins": { "type": "string", "nullable": true }, "outOfFence": { "type": "boolean", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestDescription": { "type": "string", "nullable": true }, "lastBaseStationConfig": { "type": "string", "nullable": true }, "nearPOI": { "type": "boolean", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "cattleColor": { "type": "string", "nullable": true }, "cattleType": { "type": "string", "nullable": true }, "cattleBreed": { "type": "string", "nullable": true }, "cattleDOB": { "type": "string", "format": "date-time", "nullable": true }, "maximum_Time_Seperated": { "type": "integer", "format": "int32", "nullable": true }, "bullTurnoutDate": { "type": "string", "format": "date-time", "nullable": true }, "firstDeviceUploadedOnAnimalDate": { "type": "string", "format": "date-time", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "transferDate": { "type": "string", "format": "date-time", "nullable": true }, "arrayOfChanges": { "type": "array", "items": { "$ref": "#/components/schemas/Changes" }, "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "disabledDate": { "type": "string", "format": "date-time", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Master": { "type": "object", "properties": { "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "transferDate": { "type": "string", "format": "date-time", "nullable": true }, "isArchived": { "type": "boolean", "nullable": true }, "id": { "type": "string", "format": "uuid" }, "companyAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "isReferenceAnimal": { "type": "boolean", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "assignedToTagDate": { "type": "string", "format": "date-time", "nullable": true }, "targetCheckInHourOfDay": { "type": "integer", "format": "int32", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "assignedCattleTagDate": { "type": "string", "format": "date-time", "nullable": true }, "visualTagColor": { "type": "string", "nullable": true }, "visualTagLocation": { "type": "string", "nullable": true }, "otherNumber": { "type": "string", "nullable": true }, "assignedOtherNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "otherNumberColor": { "type": "string", "nullable": true }, "otherNumberLocation": { "type": "string", "nullable": true }, "tattooLeft": { "type": "string", "nullable": true }, "assignedTattooLeftDate": { "type": "string", "format": "date-time", "nullable": true }, "tattooRight": { "type": "string", "nullable": true }, "assignedTattooRightDate": { "type": "string", "format": "date-time", "nullable": true }, "phNumber": { "type": "string", "nullable": true }, "assignedPHNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "assignedEIDTagDate": { "type": "string", "format": "date-time", "nullable": true }, "managementRFID": { "type": "string", "nullable": true }, "assignedManagementRFIDDate": { "type": "string", "format": "date-time", "nullable": true }, "internationalNumber": { "type": "string", "nullable": true }, "primaryAssociationId": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "registrationType": { "type": "string", "nullable": true }, "assignedRegistrationNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "tattooNumber": { "type": "string", "nullable": true }, "assignedTattooTagDate": { "type": "string", "format": "date-time", "nullable": true }, "bangsNumber": { "type": "string", "nullable": true }, "assignedBangsTagDate": { "type": "string", "format": "date-time", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "assignedLotNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "animalAttachmentId": { "type": "string", "format": "uuid", "nullable": true }, "color": { "type": "string", "nullable": true }, "breed": { "type": "string", "nullable": true }, "breedDisplay": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "sex": { "type": "string", "nullable": true }, "dob": { "type": "string", "format": "date-time", "nullable": true }, "dateOfBirth": { "$ref": "#/components/schemas/DateOnly" }, "age": { "type": "string", "nullable": true }, "isCalve": { "type": "boolean" }, "horn_Type": { "type": "string", "nullable": true }, "horn_Size": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "enteredFarm_Date": { "type": "string", "format": "date-time", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "lastFenceChangedDate": { "type": "string", "format": "date-time", "nullable": true }, "outOfFence": { "type": "boolean", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestDescription": { "type": "string", "nullable": true }, "lastSeenNearPOIDate": { "type": "string", "format": "date-time", "nullable": true }, "nearPOI": { "type": "boolean", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "position_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "pressure": { "type": "number", "format": "double", "nullable": true }, "cell_RSSI": { "type": "integer", "format": "int32", "nullable": true }, "gpS_TTFF": { "type": "integer", "format": "int32", "nullable": true }, "step_Count": { "type": "integer", "format": "int64", "nullable": true }, "lost_Date": { "type": "string", "format": "date-time", "nullable": true }, "stolen_Date": { "type": "string", "format": "date-time", "nullable": true }, "planToKeep_Date": { "type": "string", "format": "date-time", "nullable": true }, "orphan_Date": { "type": "string", "format": "date-time", "nullable": true }, "permanent_Mark_Type": { "type": "string", "nullable": true }, "branded_Date": { "type": "string", "format": "date-time", "nullable": true }, "brandLocation": { "type": "string", "nullable": true }, "brandDescription": { "type": "string", "nullable": true }, "crastrationMethod": { "type": "string", "nullable": true }, "crastration_Date": { "type": "string", "format": "date-time", "nullable": true }, "dehornedMethod": { "type": "string", "nullable": true }, "dehorned_Date": { "type": "string", "format": "date-time", "nullable": true }, "eventTypeId": { "type": "string", "nullable": true }, "eventStatusId": { "type": "string", "nullable": true }, "heatScale": { "type": "integer", "format": "int32", "nullable": true }, "healthScale": { "type": "integer", "format": "int32", "nullable": true }, "isOnWatchList": { "type": "boolean", "nullable": true }, "watchListDate": { "type": "string", "format": "date-time", "nullable": true }, "watchListReason": { "type": "string", "nullable": true }, "weight": { "type": "number", "format": "double", "nullable": true }, "weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "height": { "type": "number", "format": "double", "nullable": true }, "height_Date": { "type": "string", "format": "date-time", "nullable": true }, "temperature": { "type": "number", "format": "double", "nullable": true }, "temperature_Date": { "type": "string", "format": "date-time", "nullable": true }, "frame_Score": { "type": "number", "format": "double", "nullable": true }, "frame_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "rib_Bones_Score": { "type": "integer", "format": "int32", "nullable": true }, "spine_Bones_Transverse_Score": { "type": "integer", "format": "int32", "nullable": true }, "hip_Bones_Hook_Pin_Score": { "type": "integer", "format": "int32", "nullable": true }, "hip_Fill_Hook_Pin_Score": { "type": "integer", "format": "int32", "nullable": true }, "brisket_Score": { "type": "integer", "format": "int32", "nullable": true }, "tailhead_Score": { "type": "integer", "format": "int32", "nullable": true }, "body_Fat_Score": { "type": "number", "format": "double", "nullable": true }, "body_Condition_Score": { "type": "number", "format": "double", "nullable": true }, "body_Condition_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "hair_Shed_Score": { "type": "integer", "format": "int32", "nullable": true }, "hair_Shed_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "isToxic_Fescue_Indicator": { "type": "boolean", "nullable": true }, "dentition": { "type": "integer", "format": "int32", "nullable": true }, "dentition_Date": { "type": "string", "format": "date-time", "nullable": true }, "pap": { "type": "number", "format": "double", "nullable": true }, "paP_Date": { "type": "string", "format": "date-time", "nullable": true }, "feed_Test_Weight": { "type": "number", "format": "double", "nullable": true }, "feed_Test_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "animalCalvingId": { "type": "string", "format": "uuid", "nullable": true }, "seasonId": { "type": "string", "format": "uuid", "nullable": true }, "seasonDescription": { "type": "string", "nullable": true }, "isMostLikely": { "type": "boolean", "nullable": true }, "breedingType": { "type": "string", "nullable": true }, "breedingStatus": { "type": "string", "nullable": true }, "estrusType": { "type": "string", "nullable": true }, "estrus_Date": { "type": "string", "format": "date-time", "nullable": true }, "semonTankId": { "type": "string", "format": "uuid", "nullable": true }, "actualDateInseminated": { "type": "string", "format": "date-time", "nullable": true }, "embryoTankId": { "type": "string", "format": "uuid", "nullable": true }, "embryoId": { "type": "string", "format": "uuid", "nullable": true }, "actualDateEmbryoTransferred": { "type": "string", "format": "date-time", "nullable": true }, "turnoutId": { "type": "string", "format": "uuid", "nullable": true }, "turnoutDate": { "type": "string", "format": "date-time", "nullable": true }, "turnInDate": { "type": "string", "format": "date-time", "nullable": true }, "syncType": { "type": "string", "nullable": true }, "syncDate": { "type": "string", "format": "date-time", "nullable": true }, "flushType": { "type": "string", "nullable": true }, "flushDate": { "type": "string", "format": "date-time", "nullable": true }, "pregCheckType": { "type": "string", "nullable": true }, "pregCheckedDate": { "type": "string", "format": "date-time", "nullable": true }, "predictedSex": { "type": "string", "nullable": true }, "conceptionMethod": { "type": "string", "nullable": true }, "hasMultipleCalves": { "type": "boolean", "nullable": true }, "isBred": { "type": "boolean", "nullable": true }, "isOpen": { "type": "boolean", "nullable": true }, "isLate": { "type": "boolean", "nullable": true }, "isRecheck": { "type": "boolean", "nullable": true }, "estimatedDateInseminated": { "type": "string", "format": "date-time", "nullable": true }, "estimatedDateCalved": { "type": "string", "format": "date-time", "nullable": true }, "hasCalved": { "type": "boolean", "nullable": true }, "hasAborted": { "type": "boolean", "nullable": true }, "hasStillBorn": { "type": "boolean", "nullable": true }, "actualDateCalved": { "type": "string", "format": "date-time", "nullable": true }, "pairIds": { "type": "string", "nullable": true }, "sires": { "type": "string", "nullable": true }, "siresData": { "type": "string", "nullable": true }, "maleLegacyId": { "type": "string", "nullable": true }, "maleAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "maleCode": { "type": "string", "nullable": true }, "maleCattleNumber": { "type": "string", "nullable": true }, "maleRegistrationNumber": { "type": "string", "nullable": true }, "maleAssociationCode": { "type": "string", "nullable": true }, "maleNetworkNumber": { "type": "string", "nullable": true }, "femaleLegacyId": { "type": "string", "nullable": true }, "femaleAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "femaleCode": { "type": "string", "nullable": true }, "femaleCattleNumber": { "type": "string", "nullable": true }, "femaleRegistrationNumber": { "type": "string", "nullable": true }, "femaleAssociationCode": { "type": "string", "nullable": true }, "femaleNetworkNumber": { "type": "string", "nullable": true }, "fosterLegacyId": { "type": "string", "nullable": true }, "fosterAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "fosterCode": { "type": "string", "nullable": true }, "fosterCattleNumber": { "type": "string", "nullable": true }, "fosterRegistrationNumber": { "type": "string", "nullable": true }, "fosterAssociationCode": { "type": "string", "nullable": true }, "fosterNetworkNumber": { "type": "string", "nullable": true }, "isGrafted": { "type": "boolean", "nullable": true }, "recipientLegacyId": { "type": "string", "nullable": true }, "recipientAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "recipientCattleNumber": { "type": "string", "nullable": true }, "recipientAssociationCode": { "type": "string", "nullable": true }, "recipientRegistrationNumber": { "type": "string", "nullable": true }, "recipientCode": { "type": "string", "nullable": true }, "recipientNetworkNumber": { "type": "string", "nullable": true }, "doNotBreedFlag": { "type": "boolean", "nullable": true }, "temper": { "type": "integer", "format": "int32", "nullable": true }, "temper_Date": { "type": "string", "format": "date-time", "nullable": true }, "udder": { "type": "number", "format": "double", "nullable": true }, "teat": { "type": "number", "format": "double", "nullable": true }, "dam_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "pelvic_Device": { "type": "integer", "format": "int32", "nullable": true }, "pelvic_Device_Date": { "type": "string", "format": "date-time", "nullable": true }, "reproductive_Tract_Score": { "type": "integer", "format": "int32", "nullable": true }, "reproductive_Tract_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "reason_Code": { "type": "integer", "format": "int32", "nullable": true }, "reason_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "calving_Ease_Direct": { "type": "number", "format": "double", "nullable": true }, "calving_Ease_Direct_Date": { "type": "string", "format": "date-time", "nullable": true }, "birth_Weight": { "type": "number", "format": "double", "nullable": true }, "birth_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "birth_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "twinCode": { "type": "string", "nullable": true }, "calfVigor": { "type": "integer", "format": "int32", "nullable": true }, "isFreemartin": { "type": "boolean", "nullable": true }, "weaning_Date": { "type": "string", "format": "date-time", "nullable": true }, "contemporary_Group": { "type": "string", "nullable": true }, "weaning_Weight": { "type": "number", "format": "double", "nullable": true }, "weaning_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "weaning_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Height": { "type": "number", "format": "double", "nullable": true }, "weaning_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Temper": { "type": "number", "format": "double", "nullable": true }, "weaning_Temper_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Pelvic_Width": { "type": "number", "format": "double", "nullable": true }, "weaning_Pelvic_Height": { "type": "number", "format": "double", "nullable": true }, "weaning_Pelvic_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Sheath_Score": { "type": "integer", "format": "int32", "nullable": true }, "weaning_Navel_Score": { "type": "integer", "format": "int32", "nullable": true }, "weaning_Sheath_Navel_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "weaning_Scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "isCreepFed": { "type": "boolean", "nullable": true }, "feed_Code": { "type": "integer", "format": "int32", "nullable": true }, "feed_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Weight": { "type": "number", "format": "double", "nullable": true }, "yearling_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "yearling_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Height": { "type": "number", "format": "double", "nullable": true }, "yearling_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Feed_Code": { "type": "integer", "format": "int32", "nullable": true }, "yearling_Feed_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "sheath_Score": { "type": "integer", "format": "int32", "nullable": true }, "navel_Score": { "type": "integer", "format": "int32", "nullable": true }, "sheath_Navel_Date": { "type": "string", "format": "date-time", "nullable": true }, "scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "pelvic_Width": { "type": "number", "format": "double", "nullable": true }, "pelvic_Height": { "type": "number", "format": "double", "nullable": true }, "pelvic_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "claw_Set": { "type": "number", "format": "double", "nullable": true }, "foot_Angle": { "type": "number", "format": "double", "nullable": true }, "rear_Leg_Score": { "type": "integer", "format": "int32", "nullable": true }, "foot_Score_Comment": { "type": "string", "nullable": true }, "foot_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "docility": { "type": "number", "format": "double", "nullable": true }, "docility_Date": { "type": "string", "format": "date-time", "nullable": true }, "diet": { "type": "integer", "format": "int32", "nullable": true }, "diet_Date": { "type": "string", "format": "date-time", "nullable": true }, "ultrasound_Date": { "type": "string", "format": "date-time", "nullable": true }, "rib_Eye_Area": { "type": "number", "format": "double", "nullable": true }, "fat_Thickness": { "type": "number", "format": "double", "nullable": true }, "rump_Fat_Thickness": { "type": "number", "format": "double", "nullable": true }, "imf": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Weight": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Height": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "ultrasound_Scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "carcass_Weight": { "type": "number", "format": "double", "nullable": true }, "carcass_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "marble_Type": { "type": "string", "nullable": true }, "marble_Value": { "type": "number", "format": "double", "nullable": true }, "quality_Grade": { "type": "string", "nullable": true }, "carcass_Hot_Weight": { "type": "number", "format": "double", "nullable": true }, "back_Fat": { "type": "number", "format": "double", "nullable": true }, "ribeye": { "type": "number", "format": "double", "nullable": true }, "kph": { "type": "number", "format": "double", "nullable": true }, "carcass_Harvest_Weight": { "type": "number", "format": "double", "nullable": true }, "yield_Grade": { "type": "number", "format": "double", "nullable": true }, "pyg": { "type": "number", "format": "double", "nullable": true }, "internal_Fat": { "type": "number", "format": "double", "nullable": true }, "maturity": { "type": "string", "nullable": true }, "days_On_Feed": { "type": "integer", "format": "int32", "nullable": true }, "packer_Code": { "type": "string", "nullable": true }, "packer": { "type": "string", "nullable": true }, "feedLotId": { "type": "string", "nullable": true }, "non_Conform": { "type": "integer", "format": "int32", "nullable": true }, "plant_Loc": { "type": "string", "nullable": true }, "disposal_Code": { "type": "integer", "format": "int32", "nullable": true }, "disposal_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "death_Date": { "type": "string", "format": "date-time", "nullable": true }, "cull_Date": { "type": "string", "format": "date-time", "nullable": true }, "purchase_Date": { "type": "string", "format": "date-time", "nullable": true }, "purchase_Price": { "type": "number", "format": "double", "nullable": true }, "purchase_Weight": { "type": "number", "format": "double", "nullable": true }, "purchase_PricePerPounds": { "type": "number", "format": "double", "nullable": true }, "purchase_Seller": { "type": "string", "nullable": true }, "purchase_SaleDayLotNumber": { "type": "string", "nullable": true }, "purchase_SaleDayLotId": { "type": "string", "format": "uuid", "nullable": true }, "purchase_SaleDayName": { "type": "string", "nullable": true }, "purchase_SaleDayId": { "type": "string", "format": "uuid", "nullable": true }, "sold_Date": { "type": "string", "format": "date-time", "nullable": true }, "sold_Price": { "type": "number", "format": "double", "nullable": true }, "sold_Weight": { "type": "number", "format": "double", "nullable": true }, "sold_PricePerPounds": { "type": "number", "format": "double", "nullable": true }, "sold_Buyer": { "type": "string", "nullable": true }, "sold_SaleDayLotNumber": { "type": "string", "nullable": true }, "sold_SaleDayLotId": { "type": "string", "format": "uuid", "nullable": true }, "sold_SaleDayName": { "type": "string", "nullable": true }, "sold_SaleDayId": { "type": "string", "format": "uuid", "nullable": true }, "lastCheckInMethod": { "type": "string", "nullable": true }, "lastCheckInDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUploadedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastWorkedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSeenDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "animalCalvings": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "animalTurnouts": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true }, "animalLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "animalComments": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true }, "animalAttachments": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true }, "arrayOfChanges": { "type": "array", "items": { "$ref": "#/components/schemas/Changes" }, "nullable": true }, "insertedLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true }, "insertedAnimalLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "tagToUpdateOld": { "$ref": "#/components/schemas/Tag_Master" }, "tagToUpdate": { "$ref": "#/components/schemas/Tag_Master" }, "calvingToSave": { "$ref": "#/components/schemas/Animal_Calving" }, "calvingToInsert": { "$ref": "#/components/schemas/Animal_Calving" }, "foundCalvings": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "note": { "$ref": "#/components/schemas/Animal_Comment" }, "isShared": { "type": "boolean", "nullable": true }, "companyShareId": { "type": "string", "format": "uuid", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "bluetoothFound": { "type": "boolean" }, "error": { "type": "string", "nullable": true }, "clientId": { "type": "string", "nullable": true } }, "additionalProperties": false }, "AnimalMergePair": { "type": "object", "properties": { "loserId": { "type": "string", "format": "uuid" }, "survivorId": { "type": "string", "format": "uuid" } }, "additionalProperties": false }, "AnimalMergeRepointRequest": { "type": "object", "properties": { "companyId": { "type": "string", "format": "uuid" }, "pairs": { "type": "array", "items": { "$ref": "#/components/schemas/AnimalMergePair" }, "nullable": true } }, "additionalProperties": false }, "AnimalMergeMap": { "type": "object", "properties": { "loserId": { "type": "string", "format": "uuid" }, "survivorId": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" } }, "additionalProperties": false }, "Animal_Location": { "type": "object", "properties": { "companyId": { "type": "string", "format": "uuid" }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid" }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "position_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "rssi": { "type": "integer", "format": "int32", "nullable": true }, "uploadedType": { "type": "string", "nullable": true }, "time": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Association": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "associationId": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "disposalCodeId": { "type": "string", "nullable": true }, "disposalCodeDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid" }, "createdByDate": { "type": "string", "format": "date-time" }, "lastUpdatedByUserId": { "type": "string", "format": "uuid" }, "lastUpdatedByDate": { "type": "string", "format": "date-time" }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean", "nullable": true }, "isUpdate": { "type": "boolean", "nullable": true }, "isDelete": { "type": "boolean", "nullable": true }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "DB_Animal_Association": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "associationId": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "disposalCodeId": { "type": "string", "nullable": true }, "disposalCodeDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid" }, "createdByDate": { "type": "string", "format": "date-time" }, "lastUpdatedByUserId": { "type": "string", "format": "uuid" }, "lastUpdatedByDate": { "type": "string", "format": "date-time" }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true } }, "additionalProperties": false }, "Animal_CheckIn_Report": { "type": "object", "properties": { "uploadedByTagId": { "type": "string", "format": "uuid", "nullable": true }, "forDate": { "type": "string", "format": "date-time", "nullable": true }, "onHour": { "type": "integer", "format": "int32", "nullable": true }, "numberOfAnimals": { "type": "integer", "format": "int32", "nullable": true } }, "additionalProperties": false }, "Animal_CheckIn": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByTagId": { "type": "string", "format": "uuid", "nullable": true }, "checkInDateTime": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Data": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "cattleNumber": { "type": "string", "nullable": true }, "eid": { "type": "string", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "ranchId": { "type": "string", "format": "uuid", "nullable": true }, "ranchDescription": { "type": "string", "nullable": true }, "fenceId": { "type": "string", "format": "uuid", "nullable": true }, "fenceDescription": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "lastCheckInDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "Animal_Basic": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "sex": { "type": "string", "nullable": true }, "pairIds": { "type": "string", "nullable": true }, "dob": { "type": "string", "format": "date-time", "nullable": true }, "sold_Date": { "type": "string", "format": "date-time", "nullable": true }, "death_Date": { "type": "string", "format": "date-time", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isReferenceAnimal": { "type": "boolean", "nullable": true }, "weaning_Date": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "UnPairItem": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "pairIds": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Data_Birth": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "memberNumber": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "workOrderNumber": { "type": "string", "nullable": true }, "contemporaryGroup": { "type": "string", "nullable": true }, "managmentGroup": { "type": "string", "nullable": true }, "subContemporaryGroup": { "type": "string", "nullable": true }, "preContemporaryGroup": { "type": "string", "nullable": true }, "numberOfContemps": { "type": "integer", "format": "int32", "nullable": true }, "rankInContempGroup": { "type": "integer", "format": "int32", "nullable": true }, "animalSex": { "type": "string", "nullable": true }, "birthDate": { "type": "string", "format": "date-time", "nullable": true }, "dateOfBirth": { "$ref": "#/components/schemas/DateOnly" }, "birthWeight": { "type": "number", "format": "double", "nullable": true }, "birthWeightAdj": { "type": "number", "format": "double", "nullable": true }, "birthWeightRatio": { "type": "number", "format": "double", "nullable": true }, "calvingEase": { "type": "number", "format": "double", "nullable": true }, "twinCode": { "type": "string", "nullable": true }, "calfVigor": { "type": "integer", "format": "int32", "nullable": true }, "breedingType": { "type": "string", "nullable": true }, "recipientDamRegistration": { "type": "string", "nullable": true }, "recipientDamAnimalTattoo": { "type": "string", "nullable": true }, "ageOfDam": { "type": "integer", "format": "int32", "nullable": true }, "embryoFlushDate": { "type": "string", "format": "date-time", "nullable": true }, "embryoTransferDate": { "type": "string", "format": "date-time", "nullable": true }, "damUdderScore": { "type": "number", "format": "double", "nullable": true }, "damTeatScore": { "type": "number", "format": "double", "nullable": true }, "damTemperScore": { "type": "number", "format": "double", "nullable": true }, "calvingSeason": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SyncingTableRequestParams": { "type": "object", "properties": { "tableName": { "type": "string", "nullable": true }, "dateTimeOffset": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpochMs": { "type": "integer", "format": "int64", "nullable": true, "readOnly": true } }, "additionalProperties": false }, "SyncingRequestParams": { "type": "object", "properties": { "syncingTableRequestParams": { "type": "array", "items": { "$ref": "#/components/schemas/SyncingTableRequestParams" }, "nullable": true } }, "additionalProperties": false }, "BirthData": { "type": "object", "properties": { "animalDataBirthInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true }, "animalDataBirthUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true }, "animalDataBirthDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Birth" }, "nullable": true } }, "additionalProperties": false }, "Animal_Data_Carcass": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "memberNumber": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "workOrderNumber": { "type": "string", "nullable": true }, "contemporaryGroup": { "type": "string", "nullable": true }, "subContemporaryGroup": { "type": "string", "nullable": true }, "cohortGroup": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "carcassTag": { "type": "string", "nullable": true }, "animalSire": { "type": "string", "nullable": true }, "animalDam": { "type": "string", "nullable": true }, "animalSex": { "type": "string", "nullable": true }, "birthDate": { "type": "string", "format": "date-time", "nullable": true }, "dateOfBirth": { "$ref": "#/components/schemas/DateOnly" }, "killDate": { "type": "string", "format": "date-time", "nullable": true }, "liveWeight": { "type": "number", "format": "double", "nullable": true }, "hotCarcassWeight": { "type": "number", "format": "double", "nullable": true }, "percentRetail": { "type": "number", "format": "double", "nullable": true }, "ribeyeArea": { "type": "number", "format": "double", "nullable": true }, "fatThickness": { "type": "number", "format": "double", "nullable": true }, "kidneyPelvicHeartFat": { "type": "number", "format": "double", "nullable": true }, "preliminaryYieldGrade": { "type": "number", "format": "double", "nullable": true }, "tenderness": { "type": "number", "format": "double", "nullable": true }, "internalFat": { "type": "number", "format": "double", "nullable": true }, "marblingScore": { "type": "number", "format": "double", "nullable": true }, "qualityGrade": { "type": "string", "nullable": true }, "yieldGrade": { "type": "number", "format": "double", "nullable": true }, "gradeDate": { "type": "string", "format": "date-time", "nullable": true }, "maturity": { "type": "string", "nullable": true }, "daysOnFeed": { "type": "integer", "format": "int32", "nullable": true }, "packerCode": { "type": "string", "nullable": true }, "packer": { "type": "string", "nullable": true }, "plant": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "CarcassData": { "type": "object", "properties": { "animalDataCarcassInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true }, "animalDataCarcassUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true }, "animalDataCarcassDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Carcass" }, "nullable": true } }, "additionalProperties": false }, "Animal_Data_Owner": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "legacyId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "contactLegacyId": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "animalLegacyId": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "memberNumber": { "type": "string", "nullable": true }, "workOrderNumber": { "type": "string", "nullable": true }, "relationshipType": { "type": "string", "nullable": true }, "startDate": { "type": "string", "format": "date-time", "nullable": true }, "endDate": { "type": "string", "format": "date-time", "nullable": true }, "ownership": { "type": "number", "format": "double", "nullable": true }, "genetic": { "type": "number", "format": "double", "nullable": true }, "hasPossession": { "type": "boolean", "nullable": true }, "isSuperceded": { "type": "boolean", "nullable": true }, "isTransfer": { "type": "boolean", "nullable": true }, "salePrice": { "type": "number", "format": "double", "nullable": true }, "purchasePrice": { "type": "number", "format": "double", "nullable": true }, "comments": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Data_Ultrasound": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "memberNumber": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "workOrderNumber": { "type": "string", "nullable": true }, "contemporaryGroup": { "type": "string", "nullable": true }, "managmentGroup": { "type": "string", "nullable": true }, "subContemporaryGroup": { "type": "string", "nullable": true }, "preContemporaryGroup": { "type": "string", "nullable": true }, "season": { "type": "integer", "format": "int32", "nullable": true }, "animalSex": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "technician": { "type": "string", "nullable": true }, "hardware": { "type": "string", "nullable": true }, "software": { "type": "string", "nullable": true }, "ultrasoundDate": { "type": "string", "format": "date-time", "nullable": true }, "ultrasoundWeight": { "type": "number", "format": "double", "nullable": true }, "ultrasoundWeightAdj": { "type": "number", "format": "double", "nullable": true }, "ultrasoundWeightRatio": { "type": "number", "format": "double", "nullable": true }, "ultrasoundWeightNumberOfContemps": { "type": "integer", "format": "int32", "nullable": true }, "ultrasoundWeightRankInContempGroup": { "type": "integer", "format": "int32", "nullable": true }, "ribeyeArea": { "type": "number", "format": "double", "nullable": true }, "ribeyeAreaAdj": { "type": "number", "format": "double", "nullable": true }, "ribeyeAreaRatio": { "type": "number", "format": "double", "nullable": true }, "ribeyeAreaNumberOfContemps": { "type": "integer", "format": "int32", "nullable": true }, "ribeyeAreaRankInContempGroup": { "type": "integer", "format": "int32", "nullable": true }, "fatThickness": { "type": "number", "format": "double", "nullable": true }, "fatThicknessAdj": { "type": "number", "format": "double", "nullable": true }, "fatThicknessRatio": { "type": "number", "format": "double", "nullable": true }, "fatThicknessNumberOfContemps": { "type": "integer", "format": "int32", "nullable": true }, "fatThicknessRankInContempGroup": { "type": "integer", "format": "int32", "nullable": true }, "intramuscularFat": { "type": "number", "format": "double", "nullable": true }, "intramuscularFatAdj": { "type": "number", "format": "double", "nullable": true }, "intramuscularFatRatio": { "type": "number", "format": "double", "nullable": true }, "intramuscularFatNumberOfContemps": { "type": "integer", "format": "int32", "nullable": true }, "intramuscularFatRankInContempGroup": { "type": "integer", "format": "int32", "nullable": true }, "rumpFatThickness": { "type": "number", "format": "double", "nullable": true }, "rumpFatThicknessAdj": { "type": "number", "format": "double", "nullable": true }, "rumpFatThicknessRatio": { "type": "number", "format": "double", "nullable": true }, "rumpFatThicknessNumberOfContemps": { "type": "integer", "format": "int32", "nullable": true }, "rumpFatThicknessRankInContempGroup": { "type": "integer", "format": "int32", "nullable": true }, "scrotalCircumference": { "type": "number", "format": "double", "nullable": true }, "scrotalCircumferenceAdj": { "type": "number", "format": "double", "nullable": true }, "hipHeight": { "type": "number", "format": "double", "nullable": true }, "frameScore": { "type": "number", "format": "double", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "UltrasoundData": { "type": "object", "properties": { "animalDataUltrasoundInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true }, "animalDataUltrasoundUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true }, "animalDataUltrasoundDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Ultrasound" }, "nullable": true } }, "additionalProperties": false }, "Animal_Data_Wean": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "memberNumber": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "workOrderNumber": { "type": "string", "nullable": true }, "contemporaryGroup": { "type": "string", "nullable": true }, "managmentGroup": { "type": "string", "nullable": true }, "subContemporaryGroup": { "type": "string", "nullable": true }, "preContemporaryGroup": { "type": "string", "nullable": true }, "numberOfContemps": { "type": "integer", "format": "int32", "nullable": true }, "rankInContempGroup": { "type": "integer", "format": "int32", "nullable": true }, "animalSex": { "type": "string", "nullable": true }, "weanDate": { "type": "string", "format": "date-time", "nullable": true }, "weanWeight": { "type": "number", "format": "double", "nullable": true }, "weanWeightAdj": { "type": "number", "format": "double", "nullable": true }, "weanWeightRatio": { "type": "number", "format": "double", "nullable": true }, "feedCode": { "type": "integer", "format": "int32", "nullable": true }, "sheathScore": { "type": "integer", "format": "int32", "nullable": true }, "navelScore": { "type": "integer", "format": "int32", "nullable": true }, "conformationScore": { "type": "integer", "format": "int32", "nullable": true }, "scrotalCircumference": { "type": "number", "format": "double", "nullable": true }, "scrotalCircumferenceAdj": { "type": "number", "format": "double", "nullable": true }, "hipHeight": { "type": "number", "format": "double", "nullable": true }, "frameScore": { "type": "number", "format": "double", "nullable": true }, "temperScore": { "type": "number", "format": "double", "nullable": true }, "season": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "WeanData": { "type": "object", "properties": { "animalDataWeanInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true }, "animalDataWeanUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true }, "animalDataWeanDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Wean" }, "nullable": true } }, "additionalProperties": false }, "Animal_Data_Year": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "memberNumber": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "workOrderNumber": { "type": "string", "nullable": true }, "contemporaryGroup": { "type": "string", "nullable": true }, "managmentGroup": { "type": "string", "nullable": true }, "subContemporaryGroup": { "type": "string", "nullable": true }, "preContemporaryGroup": { "type": "string", "nullable": true }, "numberOfContemps": { "type": "integer", "format": "int32", "nullable": true }, "rankInContempGroup": { "type": "integer", "format": "int32", "nullable": true }, "yearlingAgeRange": { "type": "string", "nullable": true }, "animalSex": { "type": "string", "nullable": true }, "yearDate": { "type": "string", "format": "date-time", "nullable": true }, "yearWeight": { "type": "number", "format": "double", "nullable": true }, "yearWeightAdj": { "type": "number", "format": "double", "nullable": true }, "yearWeightRatio": { "type": "number", "format": "double", "nullable": true }, "averageDailyGain": { "type": "number", "format": "double", "nullable": true }, "postWeaningGain": { "type": "number", "format": "double", "nullable": true }, "feedCode": { "type": "integer", "format": "int32", "nullable": true }, "sheathScore": { "type": "integer", "format": "int32", "nullable": true }, "navelScore": { "type": "integer", "format": "int32", "nullable": true }, "conformationScore": { "type": "integer", "format": "int32", "nullable": true }, "scrotalCircumference": { "type": "number", "format": "double", "nullable": true }, "scrotalCircumferenceAdj": { "type": "number", "format": "double", "nullable": true }, "hipHeight": { "type": "number", "format": "double", "nullable": true }, "frameScore": { "type": "number", "format": "double", "nullable": true }, "temperScore": { "type": "number", "format": "double", "nullable": true }, "pelvicWidth": { "type": "number", "format": "double", "nullable": true }, "pelvicHeight": { "type": "number", "format": "double", "nullable": true }, "pelvicAdj": { "type": "number", "format": "double", "nullable": true }, "season": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "YearData": { "type": "object", "properties": { "animalDataYearInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true }, "animalDataYearUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true }, "animalDataYearDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Data_Year" }, "nullable": true } }, "additionalProperties": false }, "Animal_DNA": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "farmId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "sampleNumber": { "type": "string", "nullable": true }, "sampleType": { "type": "string", "nullable": true }, "collectionDate": { "type": "string", "format": "date-time" }, "breedComposition": { "type": "string", "nullable": true }, "breedCompositionSource": { "type": "string", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "BreedComp": { "type": "object", "properties": { "name": { "type": "string", "nullable": true }, "pct": { "type": "number", "format": "double" } }, "additionalProperties": false }, "BreedCompositionIngestItem": { "type": "object", "properties": { "animalId": { "type": "string", "nullable": true }, "sampleNumber": { "type": "string", "nullable": true }, "breeds": { "type": "array", "items": { "$ref": "#/components/schemas/BreedComp" }, "nullable": true } }, "additionalProperties": false }, "Animal_EPD": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "memberNumber": { "type": "string", "nullable": true }, "data": { "type": "string", "nullable": true }, "dataList": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "EPDData": { "type": "object", "properties": { "animalEPDInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true }, "animalEPDUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true }, "animalEPDDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_EPD" }, "nullable": true } }, "additionalProperties": false }, "Animal_Group": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "workedDate": { "type": "string", "format": "date-time", "nullable": true }, "startDateTime": { "type": "string", "format": "date-time", "nullable": true }, "endDateTime": { "type": "string", "format": "date-time", "nullable": true }, "isExpectedAnimal": { "type": "boolean", "nullable": true }, "entrySource": { "type": "integer", "format": "int32", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "AnimalAlertSummary": { "type": "object", "properties": { "animalId": { "type": "string", "format": "uuid" }, "logTypeId": { "type": "string", "nullable": true }, "latestLogDateTime": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "DB_Animal_Owner": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "toCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "companyShareId": { "type": "string", "format": "uuid", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "contactLegacyId": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "animalLegacyId": { "type": "string", "nullable": true }, "relationshipType": { "type": "string", "nullable": true }, "startDate": { "type": "string", "format": "date-time", "nullable": true }, "endDate": { "type": "string", "format": "date-time", "nullable": true }, "ownership": { "type": "number", "format": "double", "nullable": true }, "genetic": { "type": "number", "format": "double", "nullable": true }, "hasPossession": { "type": "boolean", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "comments": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true } }, "additionalProperties": false }, "Animal_Owner": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "toCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "companyShareId": { "type": "string", "format": "uuid", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "contactLegacyId": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "animalLegacyId": { "type": "string", "nullable": true }, "relationshipType": { "type": "string", "nullable": true }, "startDate": { "type": "string", "format": "date-time", "nullable": true }, "endDate": { "type": "string", "format": "date-time", "nullable": true }, "ownership": { "type": "number", "format": "double", "nullable": true }, "genetic": { "type": "number", "format": "double", "nullable": true }, "hasPossession": { "type": "boolean", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "comments": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_PAP": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "process": { "type": "string", "nullable": true }, "comments": { "type": "string", "nullable": true }, "technicianId": { "type": "string", "format": "uuid", "nullable": true }, "technicianName": { "type": "string", "nullable": true }, "score": { "type": "integer", "format": "int32", "nullable": true }, "elevation": { "type": "integer", "format": "int32", "nullable": true }, "systolic": { "type": "integer", "format": "int32", "nullable": true }, "diastolic": { "type": "integer", "format": "int32", "nullable": true }, "weight": { "type": "number", "format": "double", "nullable": true }, "collectionDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByUserName": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByUserName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Scrotal": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "process": { "type": "string", "nullable": true }, "score": { "type": "number", "format": "double", "nullable": true }, "collectionDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByUserName": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByUserName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isShared": { "type": "boolean", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Association_Master": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "email": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Association_User": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "associationId": { "type": "string", "nullable": true }, "invitedToAssociation": { "type": "string", "nullable": true }, "userFirstName": { "type": "string", "nullable": true }, "userLastName": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "permissionLevel": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Attachment_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "logId": { "type": "string", "format": "uuid", "nullable": true }, "feedbackId": { "type": "string", "format": "uuid", "nullable": true }, "woId": { "type": "string", "format": "uuid", "nullable": true }, "saleDayId": { "type": "string", "format": "uuid", "nullable": true }, "saleDayLotId": { "type": "string", "format": "uuid", "nullable": true }, "attachment": { "type": "string", "format": "byte", "nullable": true }, "fileURL": { "type": "string", "nullable": true }, "fileName": { "type": "string", "nullable": true }, "fileExtension": { "type": "string", "nullable": true }, "filePath": { "type": "string", "nullable": true }, "fileType": { "type": "string", "nullable": true }, "fileSize": { "type": "integer", "format": "int64" }, "isProfilePic": { "type": "boolean", "nullable": true }, "thumbnailURL": { "type": "string", "nullable": true }, "groupCode": { "type": "string", "nullable": true }, "groupDescription": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "BlobLinks": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "fileURL": { "type": "string", "nullable": true }, "thumbnailURL": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Customer_Cart_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "orderNumber": { "type": "string", "nullable": true }, "paymentIntentId": { "type": "string", "nullable": true }, "cartProcess": { "type": "string", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "sessionId": { "type": "string", "format": "uuid", "nullable": true }, "orderByName": { "type": "string", "nullable": true }, "stripeCustomerId": { "type": "string", "nullable": true }, "stripeSessionId": { "type": "string", "nullable": true }, "stripeInvoiceNumber": { "type": "string", "nullable": true }, "stripeShippingRateId": { "type": "string", "nullable": true }, "isSubscriptionBased": { "type": "boolean", "nullable": true }, "promotionId": { "type": "string", "nullable": true }, "stripeDiscountId": { "type": "string", "nullable": true }, "promotionCode": { "type": "string", "nullable": true }, "coupon": { "type": "string", "nullable": true }, "orderType": { "type": "string", "nullable": true }, "comments": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "shippingRateId": { "type": "string", "format": "uuid", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "billAddress1": { "type": "string", "nullable": true }, "billAddress2": { "type": "string", "nullable": true }, "billAddress3": { "type": "string", "nullable": true }, "billCountry": { "type": "string", "nullable": true }, "billState": { "type": "string", "nullable": true }, "billRegion": { "type": "string", "nullable": true }, "billZip": { "type": "string", "nullable": true }, "billCity": { "type": "string", "nullable": true }, "shipName": { "type": "string", "nullable": true }, "shipAddress1": { "type": "string", "nullable": true }, "shipAddress2": { "type": "string", "nullable": true }, "shipAddress3": { "type": "string", "nullable": true }, "shipCountry": { "type": "string", "nullable": true }, "shipState": { "type": "string", "nullable": true }, "shipRegion": { "type": "string", "nullable": true }, "shipZip": { "type": "string", "nullable": true }, "shipCity": { "type": "string", "nullable": true }, "isWishlist": { "type": "boolean", "nullable": true }, "isLocalPickup": { "type": "boolean", "nullable": true }, "isNewRanch": { "type": "boolean", "nullable": true }, "lineItemsTotal": { "type": "number", "format": "double", "nullable": true }, "discountTotal": { "type": "number", "format": "double", "nullable": true }, "shippingRate": { "type": "number", "format": "double", "nullable": true }, "totalPrice": { "type": "number", "format": "double", "nullable": true }, "pendingCheckoutDate": { "type": "string", "format": "date-time", "nullable": true }, "checkoutDate": { "type": "string", "format": "date-time", "nullable": true }, "filledByDate": { "type": "string", "format": "date-time", "nullable": true }, "filledByUserId": { "type": "string", "format": "uuid", "nullable": true }, "shippedByDate": { "type": "string", "format": "date-time", "nullable": true }, "shippedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "tagFilledCount": { "type": "integer", "format": "int32", "nullable": true }, "tagPendingCount": { "type": "integer", "format": "int32", "nullable": true }, "tagOrderCount": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "cancelledByDate": { "type": "string", "format": "date-time", "nullable": true }, "cancelledByUserId": { "type": "string", "format": "uuid", "nullable": true }, "cancelledByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Cart_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "orderNumber": { "type": "string", "nullable": true }, "paymentIntentId": { "type": "string", "nullable": true }, "priorityLevel": { "type": "integer", "format": "int32", "nullable": true }, "desiredShipDate": { "type": "string", "format": "date-time", "nullable": true }, "cartProcess": { "type": "string", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "sessionId": { "type": "string", "format": "uuid", "nullable": true }, "poNumber": { "type": "string", "nullable": true }, "orderByName": { "type": "string", "nullable": true }, "stripeCustomerId": { "type": "string", "nullable": true }, "stripeSessionId": { "type": "string", "nullable": true }, "stripeInvoiceNumber": { "type": "string", "nullable": true }, "stripeShippingRateId": { "type": "string", "nullable": true }, "isSubscriptionBased": { "type": "boolean", "nullable": true }, "promotionId": { "type": "string", "nullable": true }, "stripeDiscountId": { "type": "string", "nullable": true }, "promotionCode": { "type": "string", "nullable": true }, "coupon": { "type": "string", "nullable": true }, "serviceLevel": { "type": "string", "nullable": true }, "orderType": { "type": "string", "nullable": true }, "comments": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "shippingRateId": { "type": "string", "format": "uuid", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "billAddress1": { "type": "string", "nullable": true }, "billAddress2": { "type": "string", "nullable": true }, "billAddress3": { "type": "string", "nullable": true }, "billCountry": { "type": "string", "nullable": true }, "billState": { "type": "string", "nullable": true }, "billRegion": { "type": "string", "nullable": true }, "billZip": { "type": "string", "nullable": true }, "billCity": { "type": "string", "nullable": true }, "shipName": { "type": "string", "nullable": true }, "shipAddress1": { "type": "string", "nullable": true }, "shipAddress2": { "type": "string", "nullable": true }, "shipAddress3": { "type": "string", "nullable": true }, "shipCountry": { "type": "string", "nullable": true }, "shipState": { "type": "string", "nullable": true }, "shipRegion": { "type": "string", "nullable": true }, "shipZip": { "type": "string", "nullable": true }, "shipCity": { "type": "string", "nullable": true }, "isWishlist": { "type": "boolean", "nullable": true }, "isLocalPickup": { "type": "boolean", "nullable": true }, "isNewRanch": { "type": "boolean", "nullable": true }, "lineItemsTotal": { "type": "number", "format": "double", "nullable": true }, "discountTotal": { "type": "number", "format": "double", "nullable": true }, "shippingRate": { "type": "number", "format": "double", "nullable": true }, "taxTotal": { "type": "number", "format": "double", "nullable": true }, "totalPrice": { "type": "number", "format": "double", "nullable": true }, "pendingCheckoutDate": { "type": "string", "format": "date-time", "nullable": true }, "checkoutDate": { "type": "string", "format": "date-time", "nullable": true }, "filledByDate": { "type": "string", "format": "date-time", "nullable": true }, "filledByUserId": { "type": "string", "format": "uuid", "nullable": true }, "shippedByDate": { "type": "string", "format": "date-time", "nullable": true }, "shippedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "tagFilledCount": { "type": "integer", "format": "int32", "nullable": true }, "tagPendingCount": { "type": "integer", "format": "int32", "nullable": true }, "tagOrderCount": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "cancelledByDate": { "type": "string", "format": "date-time", "nullable": true }, "cancelledByUserId": { "type": "string", "format": "uuid", "nullable": true }, "cancelledByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SalesProductType": { "type": "object", "properties": { "quantity": { "type": "integer", "format": "int32" }, "stripeProductId": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Sales_Stats": { "type": "object", "properties": { "productTypes": { "type": "array", "items": { "$ref": "#/components/schemas/SalesProductType" }, "nullable": true } }, "additionalProperties": false }, "OrderProductType": { "type": "object", "properties": { "quantity": { "type": "integer", "format": "int32" }, "total": { "type": "number", "format": "double" }, "stripeProductId": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Order_Stats": { "type": "object", "properties": { "productTypes": { "type": "array", "items": { "$ref": "#/components/schemas/OrderProductType" }, "nullable": true }, "subTotal": { "type": "number", "format": "double" }, "discountTotal": { "type": "number", "format": "double" }, "shippingTotal": { "type": "number", "format": "double" }, "total": { "type": "number", "format": "double" }, "totalQuantity": { "type": "integer", "format": "int32" }, "pendingCheckoutDate": { "type": "string", "format": "date-time", "nullable": true }, "checkoutDate": { "type": "string", "format": "date-time", "nullable": true }, "returnDate": { "type": "string", "format": "date-time", "nullable": true }, "cartId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "nullable": true }, "orderNumber": { "type": "string", "nullable": true }, "orderType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Cart_Package": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "sessionId": { "type": "string", "format": "uuid", "nullable": true }, "cartId": { "type": "string", "format": "uuid", "nullable": true }, "packageId": { "type": "string", "nullable": true }, "promotionId": { "type": "string", "nullable": true }, "stripePricingId": { "type": "string", "nullable": true }, "stripeProductId": { "type": "string", "nullable": true }, "stripeDiscountId": { "type": "string", "nullable": true }, "unitPrice": { "type": "number", "format": "double", "nullable": true }, "totalPrice": { "type": "number", "format": "double", "nullable": true }, "quantity": { "type": "integer", "format": "int32", "nullable": true }, "filledQuantity": { "type": "integer", "format": "int32", "nullable": true }, "cancelledQuantity": { "type": "integer", "format": "int32" }, "description": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "category": { "type": "string", "nullable": true }, "isSubscription": { "type": "boolean" }, "isUpgrade": { "type": "boolean" }, "checkCountry": { "type": "boolean" }, "checkState": { "type": "boolean" }, "lastShippedDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Cart_Product": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "sessionId": { "type": "string", "format": "uuid", "nullable": true }, "cartId": { "type": "string", "format": "uuid", "nullable": true }, "cartPackageId": { "type": "string", "format": "uuid", "nullable": true }, "stripePricingId": { "type": "string", "nullable": true }, "stripeProductId": { "type": "string", "nullable": true }, "stripeDiscountId": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "unitPrice": { "type": "number", "format": "double", "nullable": true }, "totalPrice": { "type": "number", "format": "double", "nullable": true }, "quantity": { "type": "integer", "format": "int32", "nullable": true }, "filledQuantity": { "type": "integer", "format": "int32", "nullable": true }, "description": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "category": { "type": "string", "nullable": true }, "isSubscription": { "type": "boolean" }, "isUpgrade": { "type": "boolean" }, "checkCountry": { "type": "boolean" }, "checkState": { "type": "boolean" }, "serviceSubscriptionPriceId": { "type": "string", "nullable": true }, "serviceSubscriptionTierId": { "type": "string", "nullable": true }, "lastShippedDate": { "type": "string", "format": "date-time", "nullable": true }, "tagFilledCount": { "type": "integer", "format": "int32", "nullable": true }, "tagPendingCount": { "type": "integer", "format": "int32", "nullable": true }, "tagOrderCount": { "type": "integer", "format": "int32", "nullable": true }, "orderNumber": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "billAddress1": { "type": "string", "nullable": true }, "billAddress2": { "type": "string", "nullable": true }, "billAddress3": { "type": "string", "nullable": true }, "billCountry": { "type": "string", "nullable": true }, "billState": { "type": "string", "nullable": true }, "billRegion": { "type": "string", "nullable": true }, "billZip": { "type": "string", "nullable": true }, "billCity": { "type": "string", "nullable": true }, "shipAddress1": { "type": "string", "nullable": true }, "shipAddress2": { "type": "string", "nullable": true }, "shipAddress3": { "type": "string", "nullable": true }, "shipCountry": { "type": "string", "nullable": true }, "shipState": { "type": "string", "nullable": true }, "shipRegion": { "type": "string", "nullable": true }, "shipZip": { "type": "string", "nullable": true }, "shipCity": { "type": "string", "nullable": true }, "isSubscriptionBased": { "type": "boolean", "nullable": true }, "pendingCheckoutDate": { "type": "string", "format": "date-time", "nullable": true }, "checkoutDate": { "type": "string", "format": "date-time", "nullable": true }, "orderType": { "type": "string", "nullable": true }, "comments": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "sequence": { "type": "integer", "format": "int32", "nullable": true }, "cancelledQuantity": { "type": "integer", "format": "int32" }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Cell_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "description": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Cell_Strength": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "cellId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "timestamp": { "type": "string", "nullable": true }, "ttff": { "type": "string", "nullable": true }, "latitude": { "type": "string", "nullable": true }, "longitude": { "type": "string", "nullable": true }, "system_mode": { "type": "string", "nullable": true }, "rssi": { "type": "string", "nullable": true }, "rsrp": { "type": "string", "nullable": true }, "sinr": { "type": "string", "nullable": true }, "rsrq": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Comment_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "legacyId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "logId": { "type": "string", "format": "uuid", "nullable": true }, "feedbackId": { "type": "string", "format": "uuid", "nullable": true }, "woId": { "type": "string", "format": "uuid", "nullable": true }, "saleDayId": { "type": "string", "format": "uuid", "nullable": true }, "saleDayLotId": { "type": "string", "format": "uuid", "nullable": true }, "comment": { "type": "string", "nullable": true }, "groupCode": { "type": "string", "nullable": true }, "groupDescription": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "fenceDescription": { "type": "string", "nullable": true }, "poiDescription": { "type": "string", "nullable": true }, "contactDescription": { "type": "string", "nullable": true }, "transferDescription": { "type": "string", "nullable": true }, "purchaseDescription": { "type": "string", "nullable": true }, "saleDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "email": { "type": "string", "nullable": true }, "stripeCustomerId": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "size": { "type": "integer", "format": "int32", "nullable": true }, "radius_Miles": { "type": "number", "format": "double", "nullable": true }, "perimeter_Miles": { "type": "number", "format": "double", "nullable": true }, "area_SqMiles": { "type": "number", "format": "double", "nullable": true }, "area_Acres": { "type": "number", "format": "double", "nullable": true }, "unitOfMeasure": { "type": "string", "nullable": true }, "billAddress1": { "type": "string", "nullable": true }, "billAddress2": { "type": "string", "nullable": true }, "billAddress3": { "type": "string", "nullable": true }, "billCountry": { "type": "string", "nullable": true }, "billState": { "type": "string", "nullable": true }, "billRegion": { "type": "string", "nullable": true }, "billZip": { "type": "string", "nullable": true }, "billCity": { "type": "string", "nullable": true }, "renewalType": { "type": "string", "nullable": true }, "animalFields": { "type": "string", "nullable": true }, "animalEntry": { "type": "string", "nullable": true }, "fromAPIEvent": { "type": "string", "nullable": true }, "lastTimeEmailedAboutOverage": { "type": "string", "format": "date-time", "nullable": true }, "tagCount": { "type": "integer", "format": "int32", "nullable": true }, "animalCount": { "type": "integer", "format": "int32", "nullable": true }, "subCount": { "type": "integer", "format": "int64" }, "subType": { "type": "string", "nullable": true }, "hadFreeTrial": { "type": "boolean" }, "activeSub": { "type": "boolean" }, "lastUpdatedCountDate": { "type": "string", "format": "date-time", "nullable": true }, "reportIgnore": { "type": "boolean" }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Contact_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "organization": { "type": "string", "nullable": true }, "displayName": { "type": "string", "nullable": true }, "firstName": { "type": "string", "nullable": true }, "lastName": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "phoneNumber": { "type": "string", "nullable": true }, "title": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true }, "tags": { "type": "string", "nullable": true }, "mailAddress1": { "type": "string", "nullable": true }, "mailAddress2": { "type": "string", "nullable": true }, "mailAddress3": { "type": "string", "nullable": true }, "mailCountry": { "type": "string", "nullable": true }, "mailState": { "type": "string", "nullable": true }, "mailRegion": { "type": "string", "nullable": true }, "mailZip": { "type": "string", "nullable": true }, "mailCity": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "associationCode1": { "type": "string", "nullable": true }, "associationCode2": { "type": "string", "nullable": true }, "associationCode3": { "type": "string", "nullable": true }, "associationCode4": { "type": "string", "nullable": true }, "associationId1": { "type": "string", "nullable": true }, "associationId2": { "type": "string", "nullable": true }, "associationId3": { "type": "string", "nullable": true }, "associationId4": { "type": "string", "nullable": true }, "associationMemberId1": { "type": "string", "nullable": true }, "associationMemberId2": { "type": "string", "nullable": true }, "associationMemberId3": { "type": "string", "nullable": true }, "associationMemberId4": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "salesRep": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Contact_Membership": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "memberNumber": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Contact_Address": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "address1": { "type": "string", "nullable": true }, "address2": { "type": "string", "nullable": true }, "address3": { "type": "string", "nullable": true }, "country": { "type": "string", "nullable": true }, "state": { "type": "string", "nullable": true }, "region": { "type": "string", "nullable": true }, "zip": { "type": "string", "nullable": true }, "city": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "contactId": { "type": "string", "format": "uuid" }, "isPrimary": { "type": "boolean", "nullable": true }, "companyId": { "type": "string", "format": "uuid" }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean", "nullable": true }, "isUpdate": { "type": "boolean", "nullable": true }, "isDelete": { "type": "boolean", "nullable": true }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Roll_Call": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "scanningPeripheralId": { "type": "string", "format": "uuid", "nullable": true }, "title": { "type": "string", "nullable": true }, "transferId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "groupDescription": { "type": "string", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "fenceDescription": { "type": "string", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "pointOfInterestDescription": { "type": "string", "nullable": true }, "rollCallPathPartsCount": { "type": "integer", "format": "int32", "nullable": true }, "startDate": { "type": "string", "format": "date-time", "nullable": true }, "endDate": { "type": "string", "format": "date-time", "nullable": true }, "rollCallSetupData": { "type": "string", "nullable": true }, "deviceId": { "type": "string", "format": "uuid", "nullable": true }, "targetedAnimalIds": { "type": "string", "nullable": true }, "animalList": { "type": "string", "nullable": true }, "pathList": { "type": "string", "nullable": true }, "status": { "type": "string", "nullable": true }, "lastRollCallStage": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Roll_Call_Animal": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "rollCallId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "foundType": { "type": "integer", "format": "int32" }, "alerts": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "time": { "type": "string", "format": "date-time", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Roll_Call_Path": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "rollCallId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "sequence": { "type": "integer", "format": "int32", "nullable": true }, "time": { "type": "string", "format": "date-time", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Medication_Purchase": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "medicationId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyItemId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "purchase_Quantity": { "type": "integer", "format": "int32", "nullable": true }, "purchase_Cost": { "type": "number", "format": "double", "nullable": true }, "purchase_Date": { "type": "string", "format": "date-time", "nullable": true }, "serialNumber": { "type": "string", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "expirationDate": { "type": "string", "format": "date-time", "nullable": true }, "isEmpty": { "type": "boolean", "nullable": true }, "remainingQuantity": { "type": "number", "format": "double", "nullable": true }, "type": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "manufacturer": { "type": "string", "nullable": true }, "measurement": { "type": "string", "nullable": true }, "medicineRoute": { "type": "string", "nullable": true }, "medicineLocation": { "type": "string", "nullable": true }, "withdrawalDays": { "type": "integer", "format": "int32", "nullable": true }, "boosterDays": { "type": "integer", "format": "int32", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Medication_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "type": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "measurement": { "type": "string", "nullable": true }, "medicineRoute": { "type": "string", "nullable": true }, "medicineLocation": { "type": "string", "nullable": true }, "withdrawalDays": { "type": "integer", "format": "int32", "nullable": true }, "boosterDays": { "type": "integer", "format": "int32", "nullable": true }, "manufacturer": { "type": "string", "nullable": true }, "serialNumber": { "type": "string", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "expirationDate": { "type": "string", "format": "date-time", "nullable": true }, "remainingQuantity": { "type": "number", "format": "double", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Turnout_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "seasonId": { "type": "string", "format": "uuid", "nullable": true }, "name": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "turnoutDate": { "type": "string", "format": "date-time", "nullable": true }, "turnInDate": { "type": "string", "format": "date-time", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "seasonDescription": { "type": "string", "nullable": true }, "calvingStartDate": { "type": "string", "format": "date-time", "nullable": true }, "calvingEndDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Embryo_Tank_Purchase": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "embryoTankId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyItemId": { "type": "string", "format": "uuid", "nullable": true }, "purchase_Quantity": { "type": "integer", "format": "int32", "nullable": true }, "purchase_Cost": { "type": "number", "format": "double", "nullable": true }, "purchase_Date": { "type": "string", "format": "date-time", "nullable": true }, "isEmpty": { "type": "boolean", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "tank": { "type": "string", "nullable": true }, "canister": { "type": "string", "nullable": true }, "itemNumber": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Embryo_Tank": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "tank": { "type": "string", "nullable": true }, "canister": { "type": "string", "nullable": true }, "itemNumber": { "type": "string", "nullable": true }, "damAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "damCode": { "type": "string", "nullable": true }, "damDescription": { "type": "string", "nullable": true }, "damCattleNumber": { "type": "string", "nullable": true }, "damAssociationCode": { "type": "string", "nullable": true }, "damRegistrationNumber": { "type": "string", "nullable": true }, "sireAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "sireCode": { "type": "string", "nullable": true }, "sireDescription": { "type": "string", "nullable": true }, "sireCattleNumber": { "type": "string", "nullable": true }, "sireAssociationCode": { "type": "string", "nullable": true }, "sireRegistrationNumber": { "type": "string", "nullable": true }, "quantity": { "type": "integer", "format": "int32", "nullable": true }, "estrus_Date": { "type": "string", "format": "date-time", "nullable": true }, "sync_Date": { "type": "string", "format": "date-time", "nullable": true }, "insemination_Date": { "type": "string", "format": "date-time", "nullable": true }, "semonTankId": { "type": "string", "format": "uuid", "nullable": true }, "flush_Date": { "type": "string", "format": "date-time", "nullable": true }, "addedToStorage_Date": { "type": "string", "format": "date-time", "nullable": true }, "removedFromStorage_Date": { "type": "string", "format": "date-time", "nullable": true }, "transferred_Date": { "type": "string", "format": "date-time", "nullable": true }, "transfer_Process": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Embryo_Collection": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "legacyId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid" }, "farmId": { "type": "string", "format": "uuid" }, "farmDescription": { "type": "string", "nullable": true }, "sireAnimalId": { "type": "string", "format": "uuid" }, "sireCattleNumber": { "type": "string", "nullable": true }, "sireRegistrationNumber": { "type": "string", "nullable": true }, "sireCode": { "type": "string", "nullable": true }, "sireDescription": { "type": "string", "nullable": true }, "sireAssociationCode": { "type": "string", "nullable": true }, "damAnimalId": { "type": "string", "format": "uuid" }, "damCattleNumber": { "type": "string", "nullable": true }, "damRegistrationNumber": { "type": "string", "nullable": true }, "damCode": { "type": "string", "nullable": true }, "damDescription": { "type": "string", "nullable": true }, "damAssociationCode": { "type": "string", "nullable": true }, "flushDate": { "type": "string", "format": "date-time" }, "inseminationDate": { "type": "string", "format": "date-time", "nullable": true }, "flushType": { "type": "integer", "format": "int32", "nullable": true }, "protocol": { "type": "string", "nullable": true }, "comment": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByUserName": { "type": "string", "nullable": true }, "lastUpdatedByUserName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Embryo": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "legacyId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid" }, "farmId": { "type": "string", "format": "uuid" }, "farmDescription": { "type": "string", "nullable": true }, "sireAnimalId": { "type": "string", "format": "uuid" }, "sireCattleNumber": { "type": "string", "nullable": true }, "sireRegistrationNumber": { "type": "string", "nullable": true }, "sireCode": { "type": "string", "nullable": true }, "sireDescription": { "type": "string", "nullable": true }, "sireAssociationCode": { "type": "string", "nullable": true }, "damAnimalId": { "type": "string", "format": "uuid" }, "damCattleNumber": { "type": "string", "nullable": true }, "damRegistrationNumber": { "type": "string", "nullable": true }, "damCode": { "type": "string", "nullable": true }, "damDescription": { "type": "string", "nullable": true }, "damAssociationCode": { "type": "string", "nullable": true }, "recipientAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "recipientCattleNumber": { "type": "string", "nullable": true }, "recipientRegistrationNumber": { "type": "string", "nullable": true }, "recipientCode": { "type": "string", "nullable": true }, "recipientDescription": { "type": "string", "nullable": true }, "recipientAssociationCode": { "type": "string", "nullable": true }, "flushDate": { "type": "string", "format": "date-time", "nullable": true }, "embryoNumber": { "type": "string", "nullable": true }, "discardedDate": { "type": "string", "format": "date-time", "nullable": true }, "status": { "type": "integer", "format": "int32" }, "stage": { "type": "integer", "format": "int32", "nullable": true }, "grade": { "type": "integer", "format": "int32", "nullable": true }, "manipulated": { "type": "integer", "format": "int32", "nullable": true }, "sex": { "type": "integer", "format": "int32", "nullable": true }, "clSide": { "type": "integer", "format": "int32", "nullable": true }, "caneCode": { "type": "string", "nullable": true }, "technicianId": { "type": "string", "format": "uuid", "nullable": true }, "technicianName": { "type": "string", "nullable": true }, "transferTechnicianId": { "type": "string", "format": "uuid", "nullable": true }, "transferTechnicianName": { "type": "string", "nullable": true }, "ownerId": { "type": "string", "format": "uuid", "nullable": true }, "ownerName": { "type": "string", "nullable": true }, "embryoCollectionId": { "type": "string", "format": "uuid", "nullable": true }, "embryoTankId": { "type": "string", "format": "uuid", "nullable": true }, "embryoTankDescription": { "type": "string", "nullable": true }, "embryoCanisterId": { "type": "string", "format": "uuid", "nullable": true }, "embryoCanisterDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByUserName": { "type": "string", "nullable": true }, "lastUpdatedByUserName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Embryo_Tank_Storage": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "legacyId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid" }, "name": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByUserName": { "type": "string", "nullable": true }, "lastUpdatedByUserName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Embryo_Canister_Storage": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "legacyId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid" }, "name": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByUserName": { "type": "string", "nullable": true }, "lastUpdatedByUserName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Semon_Tank_Purchase": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "semonTankId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyItemId": { "type": "string", "format": "uuid", "nullable": true }, "purchase_Quantity": { "type": "integer", "format": "int32", "nullable": true }, "purchase_Cost": { "type": "number", "format": "double", "nullable": true }, "purchase_Date": { "type": "string", "format": "date-time", "nullable": true }, "isEmpty": { "type": "boolean", "nullable": true }, "tank": { "type": "string", "nullable": true }, "canister": { "type": "string", "nullable": true }, "itemNumber": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Semon_Tank": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "tank": { "type": "string", "nullable": true }, "canister": { "type": "string", "nullable": true }, "itemNumber": { "type": "string", "nullable": true }, "sires": { "type": "string", "nullable": true }, "siresData": { "type": "string", "nullable": true }, "sireAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "sireCode": { "type": "string", "nullable": true }, "sireDescription": { "type": "string", "nullable": true }, "sireCattleNumber": { "type": "string", "nullable": true }, "sireAssociationCode": { "type": "string", "nullable": true }, "sireRegistrationNumber": { "type": "string", "nullable": true }, "quantity": { "type": "integer", "format": "int32", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Season_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "description": { "type": "string", "nullable": true }, "fromDate": { "type": "string", "format": "date-time", "nullable": true }, "toDate": { "type": "string", "format": "date-time", "nullable": true }, "calvingFromDate": { "type": "string", "format": "date-time", "nullable": true }, "calvingToDate": { "type": "string", "format": "date-time", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Customization": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "screen": { "type": "string", "nullable": true }, "version": { "type": "number", "format": "double", "nullable": true }, "configuration": { "nullable": true }, "_ts": { "type": "number", "format": "double", "nullable": true } }, "additionalProperties": false }, "Group_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "fenceDescription": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "isFavorited": { "type": "boolean" }, "isWorkingList": { "type": "boolean" }, "isStaticFolder": { "type": "boolean" }, "logTypes": { "type": "string", "nullable": true }, "daysForLog": { "type": "integer", "format": "int32", "nullable": true }, "preFilter": { "type": "string", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "startDate": { "type": "string", "format": "date-time", "nullable": true }, "endDate": { "type": "string", "format": "date-time", "nullable": true }, "parentGroupId": { "type": "string", "format": "uuid", "nullable": true }, "parentCode": { "type": "string", "nullable": true }, "parentDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Farm_PointOfInterest_Point": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "type": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "sequence": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Farm_PointOfInterest": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "type": { "type": "string", "nullable": true }, "fieldType": { "type": "string", "nullable": true }, "fieldColor": { "type": "string", "nullable": true }, "fenceType": { "type": "string", "nullable": true }, "fenceColor": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "pins": { "type": "string", "nullable": true }, "dontShowOnMap": { "type": "boolean", "nullable": true }, "size": { "type": "integer", "format": "int32", "nullable": true }, "radius_Miles": { "type": "number", "format": "double", "nullable": true }, "perimeter_Miles": { "type": "number", "format": "double", "nullable": true }, "area_SqMiles": { "type": "number", "format": "double", "nullable": true }, "area_Acres": { "type": "number", "format": "double", "nullable": true }, "distance_Miles": { "type": "number", "format": "double", "nullable": true }, "warningLevel": { "type": "integer", "format": "int32", "nullable": true }, "lastBaseStationConfig": { "type": "string", "nullable": true }, "water_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "water_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "air_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "air_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "depth_MM": { "type": "integer", "format": "int32", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Farm_Virtual_Fence_Geo": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "type": { "type": "string", "nullable": true }, "pin1Longitude": { "type": "number", "format": "double", "nullable": true }, "pin1Latitude": { "type": "number", "format": "double", "nullable": true }, "pin2Longitude": { "type": "number", "format": "double", "nullable": true }, "pin2Latitude": { "type": "number", "format": "double", "nullable": true }, "pin3Longitude": { "type": "number", "format": "double", "nullable": true }, "pin3Latitude": { "type": "number", "format": "double", "nullable": true }, "pin4Longitude": { "type": "number", "format": "double", "nullable": true }, "pin4Latitude": { "type": "number", "format": "double", "nullable": true }, "radius": { "type": "integer", "format": "int32", "nullable": true }, "isInclusion": { "type": "boolean", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Farm_Virtual_Fence_Point": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "type": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "sequence": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Farm_Virtual_Fence": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "fieldType": { "type": "string", "nullable": true }, "fieldColor": { "type": "string", "nullable": true }, "fenceType": { "type": "string", "nullable": true }, "fenceColor": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "pin1Longitude": { "type": "number", "format": "double", "nullable": true }, "pin1Latitude": { "type": "number", "format": "double", "nullable": true }, "pin2Longitude": { "type": "number", "format": "double", "nullable": true }, "pin2Latitude": { "type": "number", "format": "double", "nullable": true }, "pin3Longitude": { "type": "number", "format": "double", "nullable": true }, "pin3Latitude": { "type": "number", "format": "double", "nullable": true }, "pin4Longitude": { "type": "number", "format": "double", "nullable": true }, "pin4Latitude": { "type": "number", "format": "double", "nullable": true }, "pins": { "type": "string", "nullable": true }, "dontShowOnMap": { "type": "boolean", "nullable": true }, "warningLevel": { "type": "integer", "format": "int32", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "premiseId": { "type": "string", "nullable": true }, "parimeter_Miles": { "type": "number", "format": "double", "nullable": true }, "perimeter_Miles": { "type": "number", "format": "double", "nullable": true }, "area_SqMiles": { "type": "number", "format": "double", "nullable": true }, "area_Acres": { "type": "number", "format": "double", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true }, "newPins": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Farm_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "timeZoneId": { "type": "integer", "format": "int32", "nullable": true }, "timeZone": { "type": "integer", "format": "int32", "nullable": true }, "targetCheckInHourOfDay": { "type": "integer", "format": "int32", "nullable": true }, "targetCheckInHourOfDay_UTC": { "type": "integer", "format": "int32", "nullable": true }, "seenAtBaseTimeStart": { "type": "string", "nullable": true }, "seenAtBaseTimeEnd": { "type": "string", "nullable": true }, "seenAtBaseTimeHours": { "type": "integer", "format": "int32", "nullable": true }, "seenCalfPhase1TimeHours": { "type": "integer", "format": "int32", "nullable": true }, "seenCalfPhase2TimeHours": { "type": "integer", "format": "int32", "nullable": true }, "seenCalfPhase3TimeHours": { "type": "integer", "format": "int32", "nullable": true }, "seenCalfPhase4TimeHours": { "type": "integer", "format": "int32", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "size": { "type": "integer", "format": "int32", "nullable": true }, "radius_Miles": { "type": "number", "format": "double", "nullable": true }, "perimeter_Miles": { "type": "number", "format": "double", "nullable": true }, "area_SqMiles": { "type": "number", "format": "double", "nullable": true }, "area_Acres": { "type": "number", "format": "double", "nullable": true }, "shipAddress1": { "type": "string", "nullable": true }, "shipAddress2": { "type": "string", "nullable": true }, "shipAddress3": { "type": "string", "nullable": true }, "shipCountry": { "type": "string", "nullable": true }, "shipState": { "type": "string", "nullable": true }, "shipRegion": { "type": "string", "nullable": true }, "shipZip": { "type": "string", "nullable": true }, "shipCity": { "type": "string", "nullable": true }, "calvingSeasonStartDate": { "type": "string", "format": "date-time", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "tagCount": { "type": "integer", "format": "int32", "nullable": true }, "animalCount": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Ranch_Season": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "seasonId": { "type": "string", "format": "uuid", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Planned_Action": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "plannedDate": { "type": "string", "format": "date-time", "nullable": true }, "completedDate": { "type": "string", "format": "date-time", "nullable": true }, "workingCattleId": { "type": "string", "format": "uuid", "nullable": true }, "targetTable": { "type": "string", "nullable": true }, "targetId": { "type": "string", "format": "uuid", "nullable": true }, "resultTable": { "type": "string", "nullable": true }, "resultId": { "type": "string", "format": "uuid", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_Transfer": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "cartId": { "type": "string", "format": "uuid", "nullable": true }, "saleDayId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "fromCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "fromFarmId": { "type": "string", "format": "uuid", "nullable": true }, "fromEmail": { "type": "string", "nullable": true }, "toCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "toFarmId": { "type": "string", "format": "uuid", "nullable": true }, "toEmail": { "type": "string", "nullable": true }, "hasRequestedSharing": { "type": "boolean", "nullable": true }, "organization": { "type": "string", "nullable": true }, "displayName": { "type": "string", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "referenceNumber": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "marketingMethod": { "type": "string", "nullable": true }, "isTicket": { "type": "boolean", "nullable": true }, "checkNumber": { "type": "string", "nullable": true }, "paymentMethod": { "type": "string", "nullable": true }, "paidDate": { "type": "string", "format": "date-time", "nullable": true }, "soldDate": { "type": "string", "format": "date-time", "nullable": true }, "deliveryDate": { "type": "string", "format": "date-time", "nullable": true }, "deliveryPrice": { "type": "number", "format": "double", "nullable": true }, "laborPrice": { "type": "number", "format": "double", "nullable": true }, "feePrice": { "type": "number", "format": "double", "nullable": true }, "deliveryCost": { "type": "number", "format": "double", "nullable": true }, "laborCost": { "type": "number", "format": "double", "nullable": true }, "feeCost": { "type": "number", "format": "double", "nullable": true }, "cattleCost": { "type": "number", "format": "double", "nullable": true }, "itemCosts": { "type": "number", "format": "double", "nullable": true }, "totalFees": { "type": "number", "format": "double", "nullable": true }, "total": { "type": "number", "format": "double", "nullable": true }, "perHead": { "type": "boolean", "nullable": true }, "perIndividual": { "type": "boolean", "nullable": true }, "perWeight": { "type": "boolean", "nullable": true }, "perGross": { "type": "boolean", "nullable": true }, "cattleWeight": { "type": "number", "format": "double", "nullable": true }, "perIndividualWeight": { "type": "boolean", "nullable": true }, "perGrossWeight": { "type": "boolean", "nullable": true }, "sentByDate": { "type": "string", "format": "date-time", "nullable": true }, "sentByUserId": { "type": "string", "format": "uuid", "nullable": true }, "approvedByDate": { "type": "string", "format": "date-time", "nullable": true }, "approvedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "deniedByDate": { "type": "string", "format": "date-time", "nullable": true }, "deniedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "cancelledByDate": { "type": "string", "format": "date-time", "nullable": true }, "cancelledByUserId": { "type": "string", "format": "uuid", "nullable": true }, "fromCompanyDescription": { "type": "string", "nullable": true }, "fromFarmDescription": { "type": "string", "nullable": true }, "toCompanyDescription": { "type": "string", "nullable": true }, "toFarmDescription": { "type": "string", "nullable": true }, "animalCount": { "type": "integer", "format": "int32", "nullable": true }, "tagCount": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_Purchase": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "cartId": { "type": "string", "format": "uuid", "nullable": true }, "fromCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "fromFarmId": { "type": "string", "format": "uuid", "nullable": true }, "fromEmail": { "type": "string", "nullable": true }, "toCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "toFarmId": { "type": "string", "format": "uuid", "nullable": true }, "toEmail": { "type": "string", "nullable": true }, "organization": { "type": "string", "nullable": true }, "displayName": { "type": "string", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "referenceNumber": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "marketingMethod": { "type": "string", "nullable": true }, "isTicket": { "type": "boolean", "nullable": true }, "checkNumber": { "type": "string", "nullable": true }, "paymentMethod": { "type": "string", "nullable": true }, "paidDate": { "type": "string", "format": "date-time", "nullable": true }, "soldDate": { "type": "string", "format": "date-time", "nullable": true }, "deliveryDate": { "type": "string", "format": "date-time", "nullable": true }, "deliveryPrice": { "type": "number", "format": "double", "nullable": true }, "laborPrice": { "type": "number", "format": "double", "nullable": true }, "feePrice": { "type": "number", "format": "double", "nullable": true }, "deliveryCost": { "type": "number", "format": "double", "nullable": true }, "laborCost": { "type": "number", "format": "double", "nullable": true }, "feeCost": { "type": "number", "format": "double", "nullable": true }, "cattleCost": { "type": "number", "format": "double", "nullable": true }, "itemCosts": { "type": "number", "format": "double", "nullable": true }, "totalFees": { "type": "number", "format": "double", "nullable": true }, "total": { "type": "number", "format": "double", "nullable": true }, "perHead": { "type": "boolean", "nullable": true }, "perIndividual": { "type": "boolean", "nullable": true }, "perWeight": { "type": "boolean", "nullable": true }, "perGross": { "type": "boolean", "nullable": true }, "cattleWeight": { "type": "number", "format": "double", "nullable": true }, "perIndividualWeight": { "type": "boolean", "nullable": true }, "perGrossWeight": { "type": "boolean", "nullable": true }, "sentByDate": { "type": "string", "format": "date-time", "nullable": true }, "sentByUserId": { "type": "string", "format": "uuid", "nullable": true }, "approvedByDate": { "type": "string", "format": "date-time", "nullable": true }, "approvedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "deniedByDate": { "type": "string", "format": "date-time", "nullable": true }, "deniedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "cancelledByDate": { "type": "string", "format": "date-time", "nullable": true }, "cancelledByUserId": { "type": "string", "format": "uuid", "nullable": true }, "fromCompanyDescription": { "type": "string", "nullable": true }, "fromFarmDescription": { "type": "string", "nullable": true }, "toCompanyDescription": { "type": "string", "nullable": true }, "toFarmDescription": { "type": "string", "nullable": true }, "animalCount": { "type": "integer", "format": "int32", "nullable": true }, "tagCount": { "type": "integer", "format": "int32", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_Sale": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "cartId": { "type": "string", "format": "uuid", "nullable": true }, "saleDayId": { "type": "string", "format": "uuid", "nullable": true }, "saleDayRegistrationId": { "type": "string", "format": "uuid", "nullable": true }, "fromCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "fromFarmId": { "type": "string", "format": "uuid", "nullable": true }, "fromEmail": { "type": "string", "nullable": true }, "toCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "toFarmId": { "type": "string", "format": "uuid", "nullable": true }, "toEmail": { "type": "string", "nullable": true }, "organization": { "type": "string", "nullable": true }, "displayName": { "type": "string", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "referenceNumber": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "marketingMethod": { "type": "string", "nullable": true }, "isTicket": { "type": "boolean", "nullable": true }, "checkNumber": { "type": "string", "nullable": true }, "paymentMethod": { "type": "string", "nullable": true }, "paidDate": { "type": "string", "format": "date-time", "nullable": true }, "soldDate": { "type": "string", "format": "date-time", "nullable": true }, "deliveryDate": { "type": "string", "format": "date-time", "nullable": true }, "deliveryPrice": { "type": "number", "format": "double", "nullable": true }, "laborPrice": { "type": "number", "format": "double", "nullable": true }, "feePrice": { "type": "number", "format": "double", "nullable": true }, "deliveryCost": { "type": "number", "format": "double", "nullable": true }, "laborCost": { "type": "number", "format": "double", "nullable": true }, "feeCost": { "type": "number", "format": "double", "nullable": true }, "cattleCost": { "type": "number", "format": "double", "nullable": true }, "itemCosts": { "type": "number", "format": "double", "nullable": true }, "totalFees": { "type": "number", "format": "double", "nullable": true }, "total": { "type": "number", "format": "double", "nullable": true }, "perHead": { "type": "boolean", "nullable": true }, "perIndividual": { "type": "boolean", "nullable": true }, "perWeight": { "type": "boolean", "nullable": true }, "perGross": { "type": "boolean", "nullable": true }, "cattleWeight": { "type": "number", "format": "double", "nullable": true }, "perIndividualWeight": { "type": "boolean", "nullable": true }, "perGrossWeight": { "type": "boolean", "nullable": true }, "sentByDate": { "type": "string", "format": "date-time", "nullable": true }, "sentByUserId": { "type": "string", "format": "uuid", "nullable": true }, "approvedByDate": { "type": "string", "format": "date-time", "nullable": true }, "approvedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "deniedByDate": { "type": "string", "format": "date-time", "nullable": true }, "deniedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "cancelledByDate": { "type": "string", "format": "date-time", "nullable": true }, "cancelledByUserId": { "type": "string", "format": "uuid", "nullable": true }, "fromCompanyDescription": { "type": "string", "nullable": true }, "fromFarmDescription": { "type": "string", "nullable": true }, "toCompanyDescription": { "type": "string", "nullable": true }, "toFarmDescription": { "type": "string", "nullable": true }, "animalCount": { "type": "integer", "format": "int32", "nullable": true }, "tagCount": { "type": "integer", "format": "int32", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Data": { "type": "object", "properties": { "contactsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true }, "contactsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true }, "contactsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Master" }, "nullable": true }, "contactMembershipsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true }, "contactMembershipsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true }, "contactMembershipsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Membership" }, "nullable": true }, "contactAddressesInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true }, "contactAddressesUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true }, "contactAddressesDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Contact_Address" }, "nullable": true }, "commentsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true }, "commentsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true }, "commentsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Comment_Master" }, "nullable": true }, "animalCommentsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true }, "animalCommentsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true }, "animalCommentsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true }, "attachmentsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true }, "attachmentsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true }, "attachmentsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Attachment_Master" }, "nullable": true }, "animalAttachmentsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true }, "animalAttachmentsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true }, "animalAttachmentsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true }, "logsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true }, "logsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true }, "logsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true }, "animalLogsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "animalLogsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "animalLogsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "rollCallsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true }, "rollCallsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true }, "rollCallsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call" }, "nullable": true }, "rollCallAnimalsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true }, "rollCallAnimalsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true }, "rollCallAnimalsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Animal" }, "nullable": true }, "rollCallPathsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true }, "rollCallPathsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true }, "rollCallPathsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Roll_Call_Path" }, "nullable": true }, "medicationPurchasesInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true }, "medicationPurchasesUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true }, "medicationPurchasesDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Purchase" }, "nullable": true }, "medicationsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true }, "medicationsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true }, "medicationsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Medication_Master" }, "nullable": true }, "animalCalvingsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "animalCalvingsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "animalCalvingsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "animalTurnoutsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true }, "animalTurnoutsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true }, "animalTurnoutsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true }, "turnoutsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true }, "turnoutsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true }, "turnoutsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Turnout_Master" }, "nullable": true }, "embryoTankPurchasesInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true }, "embryoTankPurchasesUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true }, "embryoTankPurchasesDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Purchase" }, "nullable": true }, "embryoTanksInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true }, "embryoTanksUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true }, "embryoTanksDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank" }, "nullable": true }, "embryoCollectionInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true }, "embryoCollectionUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true }, "embryoCollectionDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Collection" }, "nullable": true }, "embryoInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true }, "embryoUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true }, "embryoDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo" }, "nullable": true }, "embryoTankStorageInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true }, "embryoTankStorageUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true }, "embryoTankStorageDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Tank_Storage" }, "nullable": true }, "embryoCanisterStorageInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true }, "embryoCanisterStorageUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true }, "embryoCanisterStorageDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Embryo_Canister_Storage" }, "nullable": true }, "semonTankPurchasesInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true }, "semonTankPurchasesUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true }, "semonTankPurchasesDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank_Purchase" }, "nullable": true }, "semonTanksInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true }, "semonTanksUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true }, "semonTanksDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Semon_Tank" }, "nullable": true }, "seasonsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true }, "seasonsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true }, "seasonsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Season_Master" }, "nullable": true }, "animalsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true }, "animalsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true }, "animalsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true }, "tagsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true }, "tagsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true }, "tagsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Tag_Master" }, "nullable": true }, "animalGroupsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true }, "animalGroupsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true }, "animalGroupsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Group" }, "nullable": true }, "animalDNAInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" }, "nullable": true }, "animalDNAUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" }, "nullable": true }, "animalDNADeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_DNA" }, "nullable": true }, "customizations": { "type": "array", "items": { "$ref": "#/components/schemas/Customization" }, "nullable": true }, "animalAssociationsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" }, "nullable": true }, "animalAssociationsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" }, "nullable": true }, "animalAssociationsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Association" }, "nullable": true }, "groupsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true }, "groupsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true }, "groupsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Group_Master" }, "nullable": true }, "farmPointOfInterestPointsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true }, "farmPointOfInterestPointsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true }, "farmPointOfInterestPointsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest_Point" }, "nullable": true }, "farmPointOfInterestsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true }, "farmPointOfInterestsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true }, "farmPointOfInterestsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_PointOfInterest" }, "nullable": true }, "farmVirtualFenceGeosInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true }, "farmVirtualFenceGeosUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true }, "farmVirtualFenceGeosDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Geo" }, "nullable": true }, "farmVirtualFencePointsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true }, "farmVirtualFencePointsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true }, "farmVirtualFencePointsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence_Point" }, "nullable": true }, "farmVirtualFencesInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true }, "farmVirtualFencesUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true }, "farmVirtualFencesDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Virtual_Fence" }, "nullable": true }, "farmsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true }, "farmsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true }, "farmsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Farm_Master" }, "nullable": true }, "animalOwnersInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" }, "nullable": true }, "animalOwnersUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" }, "nullable": true }, "animalOwnersDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Owner" }, "nullable": true }, "ranchSeasonsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true }, "ranchSeasonsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true }, "ranchSeasonsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Ranch_Season" }, "nullable": true }, "plannedActionsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" }, "nullable": true }, "plannedActionsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" }, "nullable": true }, "plannedActionsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Planned_Action" }, "nullable": true }, "companyTransferInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true }, "companyTransferUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true }, "companyTransferDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Transfer" }, "nullable": true }, "companyPurchaseInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true }, "companyPurchaseUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true }, "companyPurchaseDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Purchase" }, "nullable": true }, "companySaleInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true }, "companySaleUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true }, "companySaleDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Sale" }, "nullable": true }, "companiesInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" }, "nullable": true }, "companiesUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" }, "nullable": true }, "companiesDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" }, "nullable": true }, "company": { "$ref": "#/components/schemas/Company_Master" }, "animalScrotalsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" }, "nullable": true }, "animalScrotalsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" }, "nullable": true }, "animalScrotalsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Scrotal" }, "nullable": true }, "animalPAPsInserted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" }, "nullable": true }, "animalPAPsUpdated": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" }, "nullable": true }, "animalPAPsDeleted": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_PAP" }, "nullable": true } }, "additionalProperties": false }, "RecordCounts": { "type": "object", "properties": { "contactMaster": { "type": "integer", "format": "int32" }, "contactMembership": { "type": "integer", "format": "int32" }, "commentMaster": { "type": "integer", "format": "int32" }, "animalComment": { "type": "integer", "format": "int32" }, "attachmentMaster": { "type": "integer", "format": "int32" }, "animalAttachment": { "type": "integer", "format": "int32" }, "logMaster": { "type": "integer", "format": "int32" }, "animalLog": { "type": "integer", "format": "int32" }, "rollCall": { "type": "integer", "format": "int32" }, "rollCallAnimal": { "type": "integer", "format": "int32" }, "medicationPurchase": { "type": "integer", "format": "int32" }, "medicationMaster": { "type": "integer", "format": "int32" }, "animalCalving": { "type": "integer", "format": "int32" }, "turnoutMaster": { "type": "integer", "format": "int32" }, "animalTurnout": { "type": "integer", "format": "int32" }, "embryoTankPurchase": { "type": "integer", "format": "int32" }, "embryoTank": { "type": "integer", "format": "int32" }, "semonTankPurchase": { "type": "integer", "format": "int32" }, "semonTank": { "type": "integer", "format": "int32" }, "seasonMaster": { "type": "integer", "format": "int32" }, "animalMaster": { "type": "integer", "format": "int32" }, "tagMaster": { "type": "integer", "format": "int32" }, "animalGroup": { "type": "integer", "format": "int32" }, "animalDNA": { "type": "integer", "format": "int32" }, "groupMaster": { "type": "integer", "format": "int32" }, "farmPointOfInterestPoint": { "type": "integer", "format": "int32" }, "farmPointOfInterest": { "type": "integer", "format": "int32" }, "farmVirtualFenceGeo": { "type": "integer", "format": "int32" }, "farmVirtualFencePoint": { "type": "integer", "format": "int32" }, "farmVirtualFence": { "type": "integer", "format": "int32" }, "farmMaster": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Company_Animal": { "type": "object", "properties": { "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "transferDate": { "type": "string", "format": "date-time", "nullable": true }, "isArchived": { "type": "boolean", "nullable": true }, "getLocationData": { "type": "boolean", "nullable": true }, "getLogData": { "type": "boolean", "nullable": true }, "getCalvingData": { "type": "boolean", "nullable": true }, "locationStartDate": { "type": "string", "format": "date-time", "nullable": true }, "locationEndDate": { "type": "string", "format": "date-time", "nullable": true }, "logStartDate": { "type": "string", "format": "date-time", "nullable": true }, "logEndDate": { "type": "string", "format": "date-time", "nullable": true }, "calvingStartDate": { "type": "string", "format": "date-time", "nullable": true }, "calvingEndDate": { "type": "string", "format": "date-time", "nullable": true }, "id": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "isReferenceAnimal": { "type": "boolean", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "assignedToTagDate": { "type": "string", "format": "date-time", "nullable": true }, "targetCheckInHourOfDay": { "type": "integer", "format": "int32", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "assignedCattleTagDate": { "type": "string", "format": "date-time", "nullable": true }, "visualTagColor": { "type": "string", "nullable": true }, "visualTagLocation": { "type": "string", "nullable": true }, "otherNumber": { "type": "string", "nullable": true }, "assignedOtherNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "otherNumberColor": { "type": "string", "nullable": true }, "otherNumberLocation": { "type": "string", "nullable": true }, "tattooLeft": { "type": "string", "nullable": true }, "assignedTattooLeftDate": { "type": "string", "format": "date-time", "nullable": true }, "tattooRight": { "type": "string", "nullable": true }, "assignedTattooRightDate": { "type": "string", "format": "date-time", "nullable": true }, "phNumber": { "type": "string", "nullable": true }, "assignedPHNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "assignedEIDTagDate": { "type": "string", "format": "date-time", "nullable": true }, "managementRFID": { "type": "string", "nullable": true }, "assignedManagementRFIDDate": { "type": "string", "format": "date-time", "nullable": true }, "internationalNumber": { "type": "string", "nullable": true }, "primaryAssociationId": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "registrationType": { "type": "string", "nullable": true }, "assignedRegistrationNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "tattooNumber": { "type": "string", "nullable": true }, "assignedTattooTagDate": { "type": "string", "format": "date-time", "nullable": true }, "bangsNumber": { "type": "string", "nullable": true }, "assignedBangsTagDate": { "type": "string", "format": "date-time", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "assignedLotNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "animalAttachmentId": { "type": "string", "format": "uuid", "nullable": true }, "color": { "type": "string", "nullable": true }, "breed": { "type": "string", "nullable": true }, "breedDisplay": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "sex": { "type": "string", "nullable": true }, "dob": { "type": "string", "format": "date-time", "nullable": true }, "dateOfBirth": { "$ref": "#/components/schemas/DateOnly" }, "age": { "type": "string", "nullable": true }, "isCalve": { "type": "boolean" }, "horn_Type": { "type": "string", "nullable": true }, "horn_Size": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "enteredFarm_Date": { "type": "string", "format": "date-time", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "lastFenceChangedDate": { "type": "string", "format": "date-time", "nullable": true }, "outOfFence": { "type": "boolean", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestDescription": { "type": "string", "nullable": true }, "lastSeenNearPOIDate": { "type": "string", "format": "date-time", "nullable": true }, "nearPOI": { "type": "boolean", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "position_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "pressure": { "type": "number", "format": "double", "nullable": true }, "cell_RSSI": { "type": "integer", "format": "int32", "nullable": true }, "gpS_TTFF": { "type": "integer", "format": "int32", "nullable": true }, "step_Count": { "type": "integer", "format": "int64", "nullable": true }, "lost_Date": { "type": "string", "format": "date-time", "nullable": true }, "stolen_Date": { "type": "string", "format": "date-time", "nullable": true }, "planToKeep_Date": { "type": "string", "format": "date-time", "nullable": true }, "orphan_Date": { "type": "string", "format": "date-time", "nullable": true }, "permanent_Mark_Type": { "type": "string", "nullable": true }, "branded_Date": { "type": "string", "format": "date-time", "nullable": true }, "brandLocation": { "type": "string", "nullable": true }, "brandDescription": { "type": "string", "nullable": true }, "crastrationMethod": { "type": "string", "nullable": true }, "crastration_Date": { "type": "string", "format": "date-time", "nullable": true }, "dehornedMethod": { "type": "string", "nullable": true }, "dehorned_Date": { "type": "string", "format": "date-time", "nullable": true }, "eventTypeId": { "type": "string", "nullable": true }, "eventStatusId": { "type": "string", "nullable": true }, "heatScale": { "type": "integer", "format": "int32", "nullable": true }, "healthScale": { "type": "integer", "format": "int32", "nullable": true }, "isOnWatchList": { "type": "boolean", "nullable": true }, "watchListDate": { "type": "string", "format": "date-time", "nullable": true }, "watchListReason": { "type": "string", "nullable": true }, "weight": { "type": "number", "format": "double", "nullable": true }, "weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "height": { "type": "number", "format": "double", "nullable": true }, "height_Date": { "type": "string", "format": "date-time", "nullable": true }, "temperature": { "type": "number", "format": "double", "nullable": true }, "temperature_Date": { "type": "string", "format": "date-time", "nullable": true }, "frame_Score": { "type": "number", "format": "double", "nullable": true }, "frame_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "rib_Bones_Score": { "type": "integer", "format": "int32", "nullable": true }, "spine_Bones_Transverse_Score": { "type": "integer", "format": "int32", "nullable": true }, "hip_Bones_Hook_Pin_Score": { "type": "integer", "format": "int32", "nullable": true }, "hip_Fill_Hook_Pin_Score": { "type": "integer", "format": "int32", "nullable": true }, "brisket_Score": { "type": "integer", "format": "int32", "nullable": true }, "tailhead_Score": { "type": "integer", "format": "int32", "nullable": true }, "body_Fat_Score": { "type": "number", "format": "double", "nullable": true }, "body_Condition_Score": { "type": "number", "format": "double", "nullable": true }, "body_Condition_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "hair_Shed_Score": { "type": "integer", "format": "int32", "nullable": true }, "hair_Shed_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "isToxic_Fescue_Indicator": { "type": "boolean", "nullable": true }, "dentition": { "type": "integer", "format": "int32", "nullable": true }, "dentition_Date": { "type": "string", "format": "date-time", "nullable": true }, "pap": { "type": "number", "format": "double", "nullable": true }, "paP_Date": { "type": "string", "format": "date-time", "nullable": true }, "feed_Test_Weight": { "type": "number", "format": "double", "nullable": true }, "feed_Test_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "animalCalvingId": { "type": "string", "format": "uuid", "nullable": true }, "seasonId": { "type": "string", "format": "uuid", "nullable": true }, "seasonDescription": { "type": "string", "nullable": true }, "isMostLikely": { "type": "boolean", "nullable": true }, "breedingType": { "type": "string", "nullable": true }, "breedingStatus": { "type": "string", "nullable": true }, "estrusType": { "type": "string", "nullable": true }, "estrus_Date": { "type": "string", "format": "date-time", "nullable": true }, "semonTankId": { "type": "string", "format": "uuid", "nullable": true }, "actualDateInseminated": { "type": "string", "format": "date-time", "nullable": true }, "embryoTankId": { "type": "string", "format": "uuid", "nullable": true }, "embryoId": { "type": "string", "format": "uuid", "nullable": true }, "actualDateEmbryoTransferred": { "type": "string", "format": "date-time", "nullable": true }, "turnoutId": { "type": "string", "format": "uuid", "nullable": true }, "turnoutDate": { "type": "string", "format": "date-time", "nullable": true }, "turnInDate": { "type": "string", "format": "date-time", "nullable": true }, "syncType": { "type": "string", "nullable": true }, "syncDate": { "type": "string", "format": "date-time", "nullable": true }, "flushType": { "type": "string", "nullable": true }, "flushDate": { "type": "string", "format": "date-time", "nullable": true }, "pregCheckType": { "type": "string", "nullable": true }, "pregCheckedDate": { "type": "string", "format": "date-time", "nullable": true }, "predictedSex": { "type": "string", "nullable": true }, "conceptionMethod": { "type": "string", "nullable": true }, "hasMultipleCalves": { "type": "boolean", "nullable": true }, "isBred": { "type": "boolean", "nullable": true }, "isOpen": { "type": "boolean", "nullable": true }, "isLate": { "type": "boolean", "nullable": true }, "isRecheck": { "type": "boolean", "nullable": true }, "estimatedDateInseminated": { "type": "string", "format": "date-time", "nullable": true }, "estimatedDateCalved": { "type": "string", "format": "date-time", "nullable": true }, "hasCalved": { "type": "boolean", "nullable": true }, "hasAborted": { "type": "boolean", "nullable": true }, "hasStillBorn": { "type": "boolean", "nullable": true }, "actualDateCalved": { "type": "string", "format": "date-time", "nullable": true }, "pairIds": { "type": "string", "nullable": true }, "sires": { "type": "string", "nullable": true }, "siresData": { "type": "string", "nullable": true }, "maleLegacyId": { "type": "string", "nullable": true }, "maleAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "maleCode": { "type": "string", "nullable": true }, "maleCattleNumber": { "type": "string", "nullable": true }, "maleRegistrationNumber": { "type": "string", "nullable": true }, "maleAssociationCode": { "type": "string", "nullable": true }, "maleNetworkNumber": { "type": "string", "nullable": true }, "femaleLegacyId": { "type": "string", "nullable": true }, "femaleAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "femaleCode": { "type": "string", "nullable": true }, "femaleCattleNumber": { "type": "string", "nullable": true }, "femaleRegistrationNumber": { "type": "string", "nullable": true }, "femaleAssociationCode": { "type": "string", "nullable": true }, "femaleNetworkNumber": { "type": "string", "nullable": true }, "fosterLegacyId": { "type": "string", "nullable": true }, "fosterAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "fosterCode": { "type": "string", "nullable": true }, "fosterCattleNumber": { "type": "string", "nullable": true }, "fosterRegistrationNumber": { "type": "string", "nullable": true }, "fosterAssociationCode": { "type": "string", "nullable": true }, "fosterNetworkNumber": { "type": "string", "nullable": true }, "isGrafted": { "type": "boolean", "nullable": true }, "recipientLegacyId": { "type": "string", "nullable": true }, "recipientAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "recipientCattleNumber": { "type": "string", "nullable": true }, "recipientAssociationCode": { "type": "string", "nullable": true }, "recipientRegistrationNumber": { "type": "string", "nullable": true }, "recipientCode": { "type": "string", "nullable": true }, "recipientNetworkNumber": { "type": "string", "nullable": true }, "doNotBreedFlag": { "type": "boolean", "nullable": true }, "temper": { "type": "integer", "format": "int32", "nullable": true }, "temper_Date": { "type": "string", "format": "date-time", "nullable": true }, "udder": { "type": "number", "format": "double", "nullable": true }, "teat": { "type": "number", "format": "double", "nullable": true }, "dam_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "pelvic_Device": { "type": "integer", "format": "int32", "nullable": true }, "pelvic_Device_Date": { "type": "string", "format": "date-time", "nullable": true }, "reproductive_Tract_Score": { "type": "integer", "format": "int32", "nullable": true }, "reproductive_Tract_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "reason_Code": { "type": "integer", "format": "int32", "nullable": true }, "reason_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "calving_Ease_Direct": { "type": "number", "format": "double", "nullable": true }, "calving_Ease_Direct_Date": { "type": "string", "format": "date-time", "nullable": true }, "birth_Weight": { "type": "number", "format": "double", "nullable": true }, "birth_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "birth_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "twinCode": { "type": "string", "nullable": true }, "calfVigor": { "type": "integer", "format": "int32", "nullable": true }, "isFreemartin": { "type": "boolean", "nullable": true }, "weaning_Date": { "type": "string", "format": "date-time", "nullable": true }, "contemporary_Group": { "type": "string", "nullable": true }, "weaning_Weight": { "type": "number", "format": "double", "nullable": true }, "weaning_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "weaning_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Height": { "type": "number", "format": "double", "nullable": true }, "weaning_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Temper": { "type": "number", "format": "double", "nullable": true }, "weaning_Temper_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Pelvic_Width": { "type": "number", "format": "double", "nullable": true }, "weaning_Pelvic_Height": { "type": "number", "format": "double", "nullable": true }, "weaning_Pelvic_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Sheath_Score": { "type": "integer", "format": "int32", "nullable": true }, "weaning_Navel_Score": { "type": "integer", "format": "int32", "nullable": true }, "weaning_Sheath_Navel_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "weaning_Scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "isCreepFed": { "type": "boolean", "nullable": true }, "feed_Code": { "type": "integer", "format": "int32", "nullable": true }, "feed_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Weight": { "type": "number", "format": "double", "nullable": true }, "yearling_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "yearling_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Height": { "type": "number", "format": "double", "nullable": true }, "yearling_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Feed_Code": { "type": "integer", "format": "int32", "nullable": true }, "yearling_Feed_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "sheath_Score": { "type": "integer", "format": "int32", "nullable": true }, "navel_Score": { "type": "integer", "format": "int32", "nullable": true }, "sheath_Navel_Date": { "type": "string", "format": "date-time", "nullable": true }, "scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "pelvic_Width": { "type": "number", "format": "double", "nullable": true }, "pelvic_Height": { "type": "number", "format": "double", "nullable": true }, "pelvic_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "claw_Set": { "type": "number", "format": "double", "nullable": true }, "foot_Angle": { "type": "number", "format": "double", "nullable": true }, "rear_Leg_Score": { "type": "integer", "format": "int32", "nullable": true }, "foot_Score_Comment": { "type": "string", "nullable": true }, "foot_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "docility": { "type": "number", "format": "double", "nullable": true }, "docility_Date": { "type": "string", "format": "date-time", "nullable": true }, "diet": { "type": "integer", "format": "int32", "nullable": true }, "diet_Date": { "type": "string", "format": "date-time", "nullable": true }, "ultrasound_Date": { "type": "string", "format": "date-time", "nullable": true }, "rib_Eye_Area": { "type": "number", "format": "double", "nullable": true }, "fat_Thickness": { "type": "number", "format": "double", "nullable": true }, "rump_Fat_Thickness": { "type": "number", "format": "double", "nullable": true }, "imf": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Weight": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Height": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "ultrasound_Scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "carcass_Weight": { "type": "number", "format": "double", "nullable": true }, "carcass_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "marble_Type": { "type": "string", "nullable": true }, "marble_Value": { "type": "number", "format": "double", "nullable": true }, "quality_Grade": { "type": "string", "nullable": true }, "carcass_Hot_Weight": { "type": "number", "format": "double", "nullable": true }, "back_Fat": { "type": "number", "format": "double", "nullable": true }, "ribeye": { "type": "number", "format": "double", "nullable": true }, "kph": { "type": "number", "format": "double", "nullable": true }, "carcass_Harvest_Weight": { "type": "number", "format": "double", "nullable": true }, "yield_Grade": { "type": "number", "format": "double", "nullable": true }, "pyg": { "type": "number", "format": "double", "nullable": true }, "internal_Fat": { "type": "number", "format": "double", "nullable": true }, "maturity": { "type": "string", "nullable": true }, "days_On_Feed": { "type": "integer", "format": "int32", "nullable": true }, "packer_Code": { "type": "string", "nullable": true }, "packer": { "type": "string", "nullable": true }, "feedLotId": { "type": "string", "nullable": true }, "non_Conform": { "type": "integer", "format": "int32", "nullable": true }, "plant_Loc": { "type": "string", "nullable": true }, "disposal_Code": { "type": "integer", "format": "int32", "nullable": true }, "disposal_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "death_Date": { "type": "string", "format": "date-time", "nullable": true }, "cull_Date": { "type": "string", "format": "date-time", "nullable": true }, "purchase_Date": { "type": "string", "format": "date-time", "nullable": true }, "purchase_Price": { "type": "number", "format": "double", "nullable": true }, "purchase_Weight": { "type": "number", "format": "double", "nullable": true }, "purchase_PricePerPounds": { "type": "number", "format": "double", "nullable": true }, "purchase_Seller": { "type": "string", "nullable": true }, "purchase_SaleDayLotNumber": { "type": "string", "nullable": true }, "purchase_SaleDayLotId": { "type": "string", "format": "uuid", "nullable": true }, "purchase_SaleDayName": { "type": "string", "nullable": true }, "purchase_SaleDayId": { "type": "string", "format": "uuid", "nullable": true }, "sold_Date": { "type": "string", "format": "date-time", "nullable": true }, "sold_Price": { "type": "number", "format": "double", "nullable": true }, "sold_Weight": { "type": "number", "format": "double", "nullable": true }, "sold_PricePerPounds": { "type": "number", "format": "double", "nullable": true }, "sold_Buyer": { "type": "string", "nullable": true }, "sold_SaleDayLotNumber": { "type": "string", "nullable": true }, "sold_SaleDayLotId": { "type": "string", "format": "uuid", "nullable": true }, "sold_SaleDayName": { "type": "string", "nullable": true }, "sold_SaleDayId": { "type": "string", "format": "uuid", "nullable": true }, "lastCheckInDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUploadedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastCheckInMethod": { "type": "string", "nullable": true }, "lastWorkedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSeenDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "animalCalvings": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "animalTurnouts": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true }, "animalLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "animalComments": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true }, "animalAttachments": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true }, "arrayOfChanges": { "type": "array", "items": { "$ref": "#/components/schemas/Changes" }, "nullable": true }, "insertedLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true }, "insertedAnimalLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "tagToUpdateOld": { "$ref": "#/components/schemas/Tag_Master" }, "tagToUpdate": { "$ref": "#/components/schemas/Tag_Master" }, "calvingToSave": { "$ref": "#/components/schemas/Animal_Calving" }, "calvingToInsert": { "$ref": "#/components/schemas/Animal_Calving" }, "foundCalvings": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "note": { "$ref": "#/components/schemas/Animal_Comment" }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "bluetoothFound": { "type": "boolean" }, "error": { "type": "string", "nullable": true }, "clientId": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_Association": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "onlinePlatform": { "type": "string", "nullable": true }, "association": { "type": "string", "nullable": true }, "associationId": { "type": "string", "nullable": true }, "memberId": { "type": "string", "nullable": true }, "statusCode": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "code": { "type": "string", "nullable": true }, "verifier": { "type": "string", "nullable": true }, "scope": { "type": "string", "nullable": true }, "tokenType": { "type": "string", "nullable": true }, "idToken": { "type": "string", "nullable": true }, "accessToken": { "type": "string", "nullable": true }, "expiresOn": { "type": "integer", "format": "int64", "nullable": true }, "refreshToken": { "type": "string", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_Association_Token": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "onlinePlatform": { "type": "string", "nullable": true }, "association": { "type": "string", "nullable": true }, "associationId": { "type": "string", "nullable": true }, "memberId": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "verifier": { "type": "string", "nullable": true }, "scope": { "type": "string", "nullable": true }, "tokenType": { "type": "string", "nullable": true }, "idToken": { "type": "string", "nullable": true }, "accessToken": { "type": "string", "nullable": true }, "expiresOn": { "type": "integer", "format": "int64", "nullable": true }, "refreshToken": { "type": "string", "nullable": true }, "statusCode": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "PaginatedCompanies": { "type": "object", "properties": { "companies": { "type": "array", "items": { "$ref": "#/components/schemas/Company_Master" }, "nullable": true }, "total": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Company_Item": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "transferDate": { "type": "string", "format": "date-time", "nullable": true }, "cartId": { "type": "string", "format": "uuid", "nullable": true }, "cartProductId": { "type": "string", "format": "uuid", "nullable": true }, "stripeProductId": { "type": "string", "nullable": true }, "stripePricingId": { "type": "string", "nullable": true }, "semonTankId": { "type": "string", "format": "uuid", "nullable": true }, "semonTankPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "embryoTankId": { "type": "string", "format": "uuid", "nullable": true }, "embryoTankPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "medicationId": { "type": "string", "format": "uuid", "nullable": true }, "medicationPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "name": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "unitPrice": { "type": "number", "format": "double" }, "totalPrice": { "type": "number", "format": "double", "nullable": true }, "quantity": { "type": "integer", "format": "int32" }, "filledQuantity": { "type": "integer", "format": "int32", "nullable": true }, "measurement": { "type": "string", "nullable": true }, "manufacturer": { "type": "string", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "serialNumber": { "type": "string", "nullable": true }, "expirationDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_Share": { "type": "object", "properties": { "animalMasters": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Master" }, "nullable": true }, "id": { "type": "string", "format": "uuid" }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "fromCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "fromEmail": { "type": "string", "nullable": true }, "toCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "toEmail": { "type": "string", "nullable": true }, "organization": { "type": "string", "nullable": true }, "displayName": { "type": "string", "nullable": true }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "description": { "type": "string", "nullable": true }, "sentByDate": { "type": "string", "format": "date-time", "nullable": true }, "sentByUserId": { "type": "string", "format": "uuid", "nullable": true }, "approvedByDate": { "type": "string", "format": "date-time", "nullable": true }, "approvedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "deniedByDate": { "type": "string", "format": "date-time", "nullable": true }, "deniedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "cancelledByDate": { "type": "string", "format": "date-time", "nullable": true }, "cancelledByUserId": { "type": "string", "format": "uuid", "nullable": true }, "fromCompanyDescription": { "type": "string", "nullable": true }, "toCompanyDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_Tag": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "transferDate": { "type": "string", "format": "date-time", "nullable": true }, "cartId": { "type": "string", "format": "uuid", "nullable": true }, "cartProductId": { "type": "string", "format": "uuid", "nullable": true }, "getLocationData": { "type": "boolean", "nullable": true }, "getLogData": { "type": "boolean", "nullable": true }, "locationStartDate": { "type": "string", "format": "date-time", "nullable": true }, "locationEndDate": { "type": "string", "format": "date-time", "nullable": true }, "logStartDate": { "type": "string", "format": "date-time", "nullable": true }, "logEndDate": { "type": "string", "format": "date-time", "nullable": true }, "isArchived": { "type": "boolean" }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "assignedToAnimalDate": { "type": "string", "format": "date-time", "nullable": true }, "boxBarcode": { "type": "string", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "engineeringModel": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "eventTypeId": { "type": "string", "nullable": true }, "eventStatusId": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "position_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "temperature": { "type": "number", "format": "double", "nullable": true }, "pressure": { "type": "number", "format": "double", "nullable": true }, "cell_RSSI": { "type": "integer", "format": "int32", "nullable": true }, "gpS_TTFF": { "type": "integer", "format": "int32", "nullable": true }, "step_Count": { "type": "integer", "format": "int64", "nullable": true }, "step_Count_Offset": { "type": "integer", "format": "int64", "nullable": true }, "panel_Voltage": { "type": "number", "format": "double", "nullable": true }, "battery_Voltage": { "type": "number", "format": "double", "nullable": true }, "state_Of_Charge": { "type": "number", "format": "double", "nullable": true }, "softwareVersion": { "type": "string", "nullable": true }, "hardwareVersion": { "type": "string", "nullable": true }, "modemFirmware": { "type": "string", "nullable": true }, "deviceSoftwareVersion": { "type": "string", "nullable": true }, "updatedVersionByDate": { "type": "string", "format": "date-time", "nullable": true }, "highFrequencyDataLogging": { "type": "boolean", "nullable": true }, "macAddress": { "type": "string", "nullable": true }, "hashAddress": { "type": "string", "nullable": true }, "minimum_Reset_Interval": { "type": "integer", "format": "int32", "nullable": true }, "maximum_Reset_Interval": { "type": "integer", "format": "int32", "nullable": true }, "maximum_CheckIn_Interval": { "type": "integer", "format": "int32", "nullable": true }, "target_CheckIn_Hour": { "type": "integer", "format": "int32", "nullable": true }, "logging_Interval": { "type": "integer", "format": "int32", "nullable": true }, "gpS_Interval": { "type": "integer", "format": "int32", "nullable": true }, "caffeinated_Threshold": { "type": "number", "format": "double", "nullable": true }, "awake_Threshold": { "type": "number", "format": "double", "nullable": true }, "roll": { "type": "number", "format": "double", "nullable": true }, "pitch": { "type": "number", "format": "double", "nullable": true }, "yaw": { "type": "number", "format": "double", "nullable": true }, "cell_Firmware": { "type": "string", "nullable": true }, "cell_Disabled": { "type": "boolean", "nullable": true }, "alertFreeFall": { "type": "boolean", "nullable": true }, "alertNoMovement": { "type": "boolean", "nullable": true }, "alertOutOfStasis": { "type": "boolean", "nullable": true }, "alertHighSpeedCow": { "type": "boolean", "nullable": true }, "alertGeofence": { "type": "boolean", "nullable": true }, "lastWatSenCalibratedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastCheckInDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUploadedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastCheckInMethod": { "type": "string", "nullable": true }, "encryptionKey": { "type": "string", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "lastFenceChangedDate": { "type": "string", "format": "date-time", "nullable": true }, "outOfFence": { "type": "boolean", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "nearPOI": { "type": "boolean", "nullable": true }, "turnOnLEDDate": { "type": "string", "format": "date-time", "nullable": true }, "forceCheckInDate": { "type": "string", "format": "date-time", "nullable": true }, "broken_Date": { "type": "string", "format": "date-time", "nullable": true }, "serviceExpirationDate": { "type": "string", "format": "date-time", "nullable": true }, "water_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "water_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "air_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "air_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "depth_MM": { "type": "integer", "format": "int32", "nullable": true }, "pins": { "type": "string", "nullable": true }, "lastBaseStationConfig": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "farmPointOfInterestDescription": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "cattleColor": { "type": "string", "nullable": true }, "cattleType": { "type": "string", "nullable": true }, "cattleBreed": { "type": "string", "nullable": true }, "cattleDOB": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "disabledDate": { "type": "string", "format": "date-time", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Company_User": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "email": { "type": "string", "nullable": true }, "invitedToCompany": { "type": "string", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "defaultLoadScreen": { "type": "string", "nullable": true }, "defaultRanch": { "type": "string", "nullable": true }, "defaultGroup": { "type": "string", "nullable": true }, "defaultFence": { "type": "string", "nullable": true }, "defaultBreed": { "type": "string", "nullable": true }, "defaultBreedDisplay": { "type": "string", "nullable": true }, "defaultColor": { "type": "string", "nullable": true }, "defaultVisualTagColor": { "type": "string", "nullable": true }, "defaultVisualTagLocation": { "type": "string", "nullable": true }, "defaultEstimatedAge": { "type": "string", "nullable": true }, "defaultAnimalSort": { "type": "string", "nullable": true }, "defaultAssociationCode": { "type": "string", "nullable": true }, "defaultAssociationId": { "type": "string", "nullable": true }, "starredReports": { "type": "string", "nullable": true }, "permissionLevel": { "type": "integer", "format": "int32", "nullable": true }, "companyCode": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "userFirstName": { "type": "string", "nullable": true }, "userLastName": { "type": "string", "nullable": true }, "userOrganization": { "type": "string", "nullable": true }, "userTitle": { "type": "string", "nullable": true }, "userEmail": { "type": "string", "nullable": true }, "userPhone": { "type": "string", "nullable": true }, "userInActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "DB_Contact_Address": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "address1": { "type": "string", "nullable": true }, "address2": { "type": "string", "nullable": true }, "address3": { "type": "string", "nullable": true }, "country": { "type": "string", "nullable": true }, "state": { "type": "string", "nullable": true }, "region": { "type": "string", "nullable": true }, "zip": { "type": "string", "nullable": true }, "city": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "contactId": { "type": "string", "format": "uuid" }, "isPrimary": { "type": "boolean", "nullable": true }, "companyId": { "type": "string", "format": "uuid" }, "legacyId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "Discount_Master": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "stripeProductId": { "type": "string", "nullable": true }, "percentageDiscount": { "type": "number", "format": "double", "nullable": true }, "duration": { "type": "integer", "format": "int32", "nullable": true }, "isCustomerFacing": { "type": "boolean", "nullable": true }, "customerCode": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Feedback_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "area": { "type": "string", "nullable": true }, "satisfactionLevel": { "type": "integer", "format": "int32", "nullable": true }, "feedback": { "type": "string", "nullable": true }, "response": { "type": "string", "nullable": true }, "attachment": { "type": "string", "format": "byte", "nullable": true }, "fileName": { "type": "string", "nullable": true }, "fileExtension": { "type": "string", "nullable": true }, "filePath": { "type": "string", "nullable": true }, "fileType": { "type": "string", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Log_MasterPaginated_Response": { "type": "object", "properties": { "total": { "type": "integer", "format": "int32" }, "offset": { "type": "integer", "format": "int32" }, "limit": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true } }, "additionalProperties": false }, "Package_Master": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "stripeDiscountId": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "promotionId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Package_Product": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "packageId": { "type": "string", "nullable": true }, "stripeProductId": { "type": "string", "nullable": true }, "stripePricingId": { "type": "string", "nullable": true }, "unitPrice": { "type": "number", "format": "double", "nullable": true }, "totalPrice": { "type": "number", "format": "double", "nullable": true }, "quantity": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Patch_Note": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "patch_Date": { "type": "string", "format": "date-time", "nullable": true }, "patch_Header": { "type": "string", "nullable": true }, "patch_Content": { "type": "string", "nullable": true }, "patch_Link": { "type": "string", "nullable": true }, "patch_Image": { "type": "string", "format": "byte", "nullable": true }, "fileURL": { "type": "string", "nullable": true }, "fileName": { "type": "string", "nullable": true }, "fileExtension": { "type": "string", "nullable": true }, "filePath": { "type": "string", "nullable": true }, "fileType": { "type": "string", "nullable": true }, "fileSize": { "type": "integer", "format": "int64" }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "DB_Planned_Action": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "plannedDate": { "type": "string", "format": "date-time", "nullable": true }, "completedDate": { "type": "string", "format": "date-time", "nullable": true }, "workingCattleId": { "type": "string", "format": "uuid", "nullable": true }, "targetTable": { "type": "string", "nullable": true }, "targetId": { "type": "string", "format": "uuid", "nullable": true }, "resultTable": { "type": "string", "nullable": true }, "resultId": { "type": "string", "format": "uuid", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "Product_Media": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "url": { "type": "string", "nullable": true }, "productId": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "sequence": { "type": "integer", "format": "int32", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Product_Master": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "packageId": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "sequence": { "type": "integer", "format": "int32", "nullable": true }, "batchQty": { "type": "integer", "format": "int32", "nullable": true }, "price": { "type": "number", "format": "double", "nullable": true }, "priceId": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "shortDesc": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "category": { "type": "string", "nullable": true }, "categoryTags": { "type": "string", "nullable": true }, "featureList": { "type": "string", "nullable": true }, "minimumQty": { "type": "integer", "format": "int32", "nullable": true }, "estimatedShipping": { "type": "string", "nullable": true }, "shippingPackages": { "type": "string", "nullable": true }, "shippingUnit": { "type": "integer", "format": "int32", "nullable": true }, "checkCountry": { "type": "boolean", "nullable": true }, "checkState": { "type": "boolean", "nullable": true }, "allowedCountries": { "type": "string", "nullable": true }, "isSubscription": { "type": "boolean", "nullable": true }, "isUpgrade": { "type": "boolean", "nullable": true }, "hideOnMarketplace": { "type": "boolean", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "publishedByDate": { "type": "string", "format": "date-time", "nullable": true }, "publishedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "publishedByName": { "type": "string", "nullable": true }, "unPublishedByDate": { "type": "string", "format": "date-time", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "productMedia": { "type": "array", "items": { "$ref": "#/components/schemas/Product_Media" }, "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "MassUpdateMedia": { "type": "object", "properties": { "ids": { "type": "array", "items": { "type": "string" }, "nullable": true }, "productId": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Product_Option": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "productId": { "type": "string", "nullable": true }, "optionProductId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastupdatedByName": { "type": "string", "nullable": true }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Product_Recommendations": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "productId": { "type": "string", "nullable": true }, "recommendedProductId": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Promotion_Master": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "allowedRedemptions": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SaleDay_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "saleDate": { "type": "string", "format": "date-time", "nullable": true }, "showOnPublicMap": { "type": "boolean", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SaleDay_Animal": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "saleDayId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SaleDay_Category": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "saleDayId": { "type": "string", "format": "uuid" }, "categoryName": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SaleDay_Lot": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "saleDayId": { "type": "string", "format": "uuid" }, "saleDayCategoryId": { "type": "string", "format": "uuid", "nullable": true }, "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "estimatedPrice": { "type": "number", "format": "double", "nullable": true }, "actualPrice": { "type": "number", "format": "double", "nullable": true }, "percentage": { "type": "number", "format": "double", "nullable": true }, "bidderNumber": { "type": "string", "nullable": true }, "saleDayRegistrationId": { "type": "string", "format": "uuid", "nullable": true }, "soldDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SaleDay_Lot_Animal": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "saleDayId": { "type": "string", "format": "uuid" }, "saleDayLotId": { "type": "string", "format": "uuid" }, "animalId": { "type": "string", "format": "uuid" }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SaleDay_Registration": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "saleDayId": { "type": "string", "format": "uuid" }, "contactId": { "type": "string", "format": "uuid", "nullable": true }, "userId": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "bidderNumber": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "AutoGenSeasonsArgs": { "type": "object", "properties": { "companyId": { "type": "string", "format": "uuid" }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "minDateSpan": { "type": "integer", "format": "int32" }, "yearsBack": { "type": "integer", "format": "int32" }, "yearsAhead": { "type": "integer", "format": "int32" }, "save": { "type": "boolean" }, "adjustDates": { "type": "boolean" } }, "additionalProperties": false }, "Service_Subscription": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "renewalDate": { "type": "string", "format": "date-time" }, "currencyCode": { "type": "string", "nullable": true }, "customerStripeId": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid" }, "cost": { "type": "number", "format": "double", "nullable": true }, "renewalType": { "type": "string", "nullable": true }, "shipCity": { "type": "string", "nullable": true }, "shipState": { "type": "string", "nullable": true }, "shipZip": { "type": "string", "nullable": true }, "shipCountry": { "type": "string", "nullable": true }, "shipAddress1": { "type": "string", "nullable": true }, "shipAddress2": { "type": "string", "nullable": true }, "createdAt": { "type": "string", "format": "date-time", "nullable": true }, "updatedAt": { "type": "string", "format": "date-time", "nullable": true }, "canceledDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "Service_Subscription_Line_Item": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "subscriptionId": { "type": "string", "nullable": true }, "subscriptionTierId": { "type": "string", "nullable": true }, "currentPriceId": { "type": "string", "nullable": true }, "nextPriceId": { "type": "string", "nullable": true }, "deviceId": { "type": "string", "format": "uuid" }, "price": { "type": "number", "format": "float" }, "tierName": { "type": "string", "nullable": true }, "inWarranty": { "type": "boolean", "nullable": true }, "reactivatePending": { "type": "boolean", "nullable": true }, "decommissionSuccess": { "type": "boolean", "nullable": true }, "transferredAt": { "type": "string", "format": "date-time", "nullable": true }, "activationDate": { "type": "string", "format": "date-time" }, "cancellationDate": { "type": "string", "format": "date-time", "nullable": true }, "decommissionDate": { "type": "string", "format": "date-time", "nullable": true }, "lastRenewedDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "Sub_Line_Item_Cancel_Body": { "type": "object", "properties": { "lineItemIds": { "type": "array", "items": { "type": "string" }, "nullable": true }, "companyId": { "type": "string", "format": "uuid" } }, "additionalProperties": false }, "Billing_Event_Ship_Info": { "type": "object", "properties": { "shipAddress1": { "type": "string", "nullable": true }, "shipAddress2": { "type": "string", "nullable": true }, "shipCity": { "type": "string", "nullable": true }, "shipState": { "type": "string", "nullable": true }, "shipCountry": { "type": "string", "nullable": true }, "shipZip": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Billing_Event_Line_Item": { "type": "object", "properties": { "deviceId": { "type": "string", "format": "uuid" }, "priceAmount": { "type": "number", "format": "float" } }, "additionalProperties": false }, "Billing_Event_Data": { "type": "object", "properties": { "total": { "type": "number", "format": "float", "nullable": true }, "tax": { "type": "number", "format": "float", "nullable": true }, "shipInfo": { "$ref": "#/components/schemas/Billing_Event_Ship_Info" }, "lineItems": { "type": "array", "items": { "$ref": "#/components/schemas/Billing_Event_Line_Item" }, "nullable": true } }, "additionalProperties": false }, "Service_Subscription_Billing_Event": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "subscriptionId": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "status": { "type": "string", "nullable": true }, "paidDate": { "type": "string", "format": "date-time", "nullable": true }, "eventDate": { "type": "string", "format": "date-time" }, "data": { "$ref": "#/components/schemas/Billing_Event_Data" } }, "additionalProperties": false }, "Stats_Point": { "type": "object", "properties": { "category": { "type": "string", "nullable": true }, "value": { "type": "number", "format": "double" } }, "additionalProperties": false }, "Stats_Time_Point": { "type": "object", "properties": { "date": { "type": "string", "format": "date-time" }, "category": { "type": "string", "nullable": true }, "value": { "type": "number", "format": "double" } }, "additionalProperties": false }, "Stats_Line_Response": { "type": "object", "properties": { "name": { "type": "string", "nullable": true }, "overallSummery": { "type": "array", "items": { "$ref": "#/components/schemas/Stats_Point" }, "nullable": true }, "sum": { "type": "number", "format": "double", "nullable": true }, "sumUnit": { "type": "string", "nullable": true }, "sumName": { "type": "string", "nullable": true }, "avg": { "type": "number", "format": "double", "nullable": true }, "avgUnit": { "type": "string", "nullable": true }, "avgName": { "type": "string", "nullable": true }, "overallSum": { "type": "number", "format": "double", "nullable": true }, "overallAvg": { "type": "number", "format": "double", "nullable": true }, "overallSumName": { "type": "string", "nullable": true }, "overallSumUnit": { "type": "string", "nullable": true }, "overallAvgName": { "type": "string", "nullable": true }, "overallAvgUnit": { "type": "string", "nullable": true }, "summery": { "type": "array", "items": { "$ref": "#/components/schemas/Stats_Point" }, "nullable": true }, "timeSeries": { "type": "array", "items": { "$ref": "#/components/schemas/Stats_Time_Point" }, "nullable": true } }, "additionalProperties": false }, "Stats_Response": { "type": "object", "properties": { "stats": { "type": "array", "items": { "$ref": "#/components/schemas/Stats_Line_Response" }, "nullable": true } }, "additionalProperties": false }, "JToken": { "type": "array", "items": { "$ref": "#/components/schemas/JToken" } }, "HttpStatusCode": { "enum": [ 100, 101, 102, 103, 200, 201, 202, 203, 204, 205, 206, 207, 208, 226, 300, 301, 302, 303, 304, 305, 306, 307, 308, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 421, 422, 423, 424, 426, 428, 429, 431, 451, 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, 511 ], "type": "integer", "format": "int32" }, "StringStringIEnumerableKeyValuePair": { "type": "object", "properties": { "key": { "type": "string", "nullable": true, "readOnly": true }, "value": { "type": "array", "items": { "type": "string" }, "nullable": true, "readOnly": true } }, "additionalProperties": false }, "StripeResponse": { "type": "object", "properties": { "statusCode": { "$ref": "#/components/schemas/HttpStatusCode" }, "headers": { "type": "array", "items": { "$ref": "#/components/schemas/StringStringIEnumerableKeyValuePair" }, "nullable": true, "readOnly": true }, "date": { "type": "string", "format": "date-time", "nullable": true, "readOnly": true }, "idempotencyKey": { "type": "string", "nullable": true, "readOnly": true }, "requestId": { "type": "string", "nullable": true, "readOnly": true }, "content": { "type": "string", "nullable": true, "readOnly": true } }, "additionalProperties": false }, "PriceCurrencyOptionsCustomUnitAmount": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "maximum": { "type": "integer", "format": "int64", "nullable": true }, "minimum": { "type": "integer", "format": "int64", "nullable": true }, "preset": { "type": "integer", "format": "int64", "nullable": true } }, "additionalProperties": false }, "PriceCurrencyOptionsTier": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "flatAmount": { "type": "integer", "format": "int64", "nullable": true }, "flatAmountDecimal": { "type": "number", "format": "double", "nullable": true }, "unitAmount": { "type": "integer", "format": "int64", "nullable": true }, "unitAmountDecimal": { "type": "number", "format": "double", "nullable": true }, "upTo": { "type": "integer", "format": "int64", "nullable": true } }, "additionalProperties": false }, "PriceCurrencyOptions": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "customUnitAmount": { "$ref": "#/components/schemas/PriceCurrencyOptionsCustomUnitAmount" }, "taxBehavior": { "type": "string", "nullable": true }, "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/PriceCurrencyOptionsTier" }, "nullable": true }, "unitAmount": { "type": "integer", "format": "int64", "nullable": true }, "unitAmountDecimal": { "type": "number", "format": "double", "nullable": true } }, "additionalProperties": false }, "PriceCustomUnitAmount": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "maximum": { "type": "integer", "format": "int64", "nullable": true }, "minimum": { "type": "integer", "format": "int64", "nullable": true }, "preset": { "type": "integer", "format": "int64", "nullable": true } }, "additionalProperties": false }, "PriceRecurring": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "aggregateUsage": { "type": "string", "nullable": true }, "interval": { "type": "string", "nullable": true }, "intervalCount": { "type": "integer", "format": "int64" }, "trialPeriodDays": { "type": "integer", "format": "int64", "nullable": true }, "usageType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "PriceTier": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "flatAmount": { "type": "integer", "format": "int64", "nullable": true }, "flatAmountDecimal": { "type": "number", "format": "double", "nullable": true }, "unitAmount": { "type": "integer", "format": "int64", "nullable": true }, "unitAmountDecimal": { "type": "number", "format": "double", "nullable": true }, "upTo": { "type": "integer", "format": "int64", "nullable": true } }, "additionalProperties": false }, "PriceTransformQuantity": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "divideBy": { "type": "integer", "format": "int64" }, "round": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Price": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "id": { "type": "string", "nullable": true }, "object": { "type": "string", "nullable": true }, "active": { "type": "boolean" }, "billingScheme": { "type": "string", "nullable": true }, "created": { "type": "string", "format": "date-time" }, "currency": { "type": "string", "nullable": true }, "currencyOptions": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/PriceCurrencyOptions" }, "nullable": true }, "customUnitAmount": { "$ref": "#/components/schemas/PriceCustomUnitAmount" }, "deleted": { "type": "boolean", "nullable": true }, "livemode": { "type": "boolean" }, "lookupKey": { "type": "string", "nullable": true }, "metadata": { "type": "object", "additionalProperties": { "type": "string" }, "nullable": true }, "nickname": { "type": "string", "nullable": true }, "productId": { "type": "string", "nullable": true }, "product": { "$ref": "#/components/schemas/Product" }, "recurring": { "$ref": "#/components/schemas/PriceRecurring" }, "taxBehavior": { "type": "string", "nullable": true }, "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/PriceTier" }, "nullable": true }, "tiersMode": { "type": "string", "nullable": true }, "transformQuantity": { "$ref": "#/components/schemas/PriceTransformQuantity" }, "type": { "type": "string", "nullable": true }, "unitAmount": { "type": "integer", "format": "int64", "nullable": true }, "unitAmountDecimal": { "type": "number", "format": "double", "nullable": true } }, "additionalProperties": false }, "ProductFeature": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "name": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ProductPackageDimensions": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "height": { "type": "number", "format": "double" }, "length": { "type": "number", "format": "double" }, "weight": { "type": "number", "format": "double" }, "width": { "type": "number", "format": "double" } }, "additionalProperties": false }, "TaxCode": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "id": { "type": "string", "nullable": true }, "object": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Product": { "type": "object", "properties": { "rawJObject": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true, "readOnly": true }, "stripeResponse": { "$ref": "#/components/schemas/StripeResponse" }, "id": { "type": "string", "nullable": true }, "object": { "type": "string", "nullable": true }, "active": { "type": "boolean" }, "created": { "type": "string", "format": "date-time" }, "defaultPriceId": { "type": "string", "nullable": true }, "defaultPrice": { "$ref": "#/components/schemas/Price" }, "deleted": { "type": "boolean", "nullable": true }, "description": { "type": "string", "nullable": true }, "features": { "type": "array", "items": { "$ref": "#/components/schemas/ProductFeature" }, "nullable": true }, "images": { "type": "array", "items": { "type": "string" }, "nullable": true }, "livemode": { "type": "boolean" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" }, "nullable": true }, "name": { "type": "string", "nullable": true }, "packageDimensions": { "$ref": "#/components/schemas/ProductPackageDimensions" }, "shippable": { "type": "boolean", "nullable": true }, "statementDescriptor": { "type": "string", "nullable": true }, "taxCodeId": { "type": "string", "nullable": true }, "taxCode": { "$ref": "#/components/schemas/TaxCode" }, "type": { "type": "string", "nullable": true }, "unitLabel": { "type": "string", "nullable": true }, "updated": { "type": "string", "format": "date-time" }, "url": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Tag_Alerts": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "alertFreeFallDate": { "type": "string", "format": "date-time", "nullable": true }, "alertNoMovementDate": { "type": "string", "format": "date-time", "nullable": true }, "alertGeofenceDate": { "type": "string", "format": "date-time", "nullable": true }, "alertHighSpeedCowDate": { "type": "string", "format": "date-time", "nullable": true }, "alertHighActivityDate": { "type": "string", "format": "date-time", "nullable": true }, "alertLowActivityDate": { "type": "string", "format": "date-time", "nullable": true }, "alertMissingCalfDate": { "type": "string", "format": "date-time", "nullable": true }, "alertSensorCalibrationDate": { "type": "string", "format": "date-time", "nullable": true }, "alertOutOfStasisDate": { "type": "string", "format": "date-time", "nullable": true }, "alertSensorDate": { "type": "string", "format": "date-time", "nullable": true }, "alertInvalidDate": { "type": "string", "format": "date-time", "nullable": true }, "alertHotWaterDate": { "type": "string", "format": "date-time", "nullable": true }, "alertColdWaterDate": { "type": "string", "format": "date-time", "nullable": true }, "alertHighWaterDate": { "type": "string", "format": "date-time", "nullable": true }, "alertLowWaterDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Tag_Bulk_Result": { "type": "object", "properties": { "existingTagsIds": { "type": "array", "items": { "type": "string" }, "nullable": true }, "missingTagsIds": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "additionalProperties": false }, "MassDisableRequestBody": { "type": "object", "properties": { "tagIds": { "type": "array", "items": { "type": "string", "format": "uuid" }, "nullable": true }, "disableDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "PatchItem": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "fields": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JToken" }, "nullable": true } }, "additionalProperties": false }, "Tag_Data_Reduced": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterstId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "dob": { "type": "string", "format": "date-time", "nullable": true }, "animalType": { "type": "string", "nullable": true }, "uploadedByTagId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByFarmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedType": { "type": "string", "nullable": true }, "timeUTC": { "type": "number", "format": "double", "nullable": true }, "timeUTCFormatted": { "type": "string", "format": "date-time", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "water_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "depth_MM": { "type": "integer", "format": "int32", "nullable": true }, "step_Count": { "type": "integer", "format": "int64", "nullable": true }, "mount_Count": { "type": "integer", "format": "int64", "nullable": true }, "heart_Rate_BPM": { "type": "integer", "format": "int64", "nullable": true }, "heart_Rate_Confidence_Percent": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Unknown_Activity": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Eating": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Lying": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Resting": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Ruminating": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Standing": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Walking": { "type": "integer", "format": "int32", "nullable": true }, "cell_RSSI": { "type": "integer", "format": "int32", "nullable": true } }, "additionalProperties": false }, "Tag_Data": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterstId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "dob": { "type": "string", "format": "date-time", "nullable": true }, "animalType": { "type": "string", "nullable": true }, "uploadedByTagId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByFarmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedType": { "type": "string", "nullable": true }, "time": { "type": "string", "format": "date-time", "nullable": true }, "timeRTC": { "type": "number", "format": "double", "nullable": true }, "timeUTC": { "type": "number", "format": "double", "nullable": true }, "timeUTCFormatted": { "type": "string", "format": "date-time", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "saT_Available": { "type": "integer", "format": "int32", "nullable": true }, "accelVelocity": { "type": "number", "format": "double", "nullable": true }, "accelXAxis": { "type": "number", "format": "double", "nullable": true }, "accelYAxis": { "type": "number", "format": "double", "nullable": true }, "accelZAxis": { "type": "number", "format": "double", "nullable": true }, "gyroXAxis": { "type": "number", "format": "double", "nullable": true }, "gyroYAxis": { "type": "number", "format": "double", "nullable": true }, "gyroZAxis": { "type": "number", "format": "double", "nullable": true }, "compXAxis": { "type": "number", "format": "double", "nullable": true }, "compYAxis": { "type": "number", "format": "double", "nullable": true }, "compZAxis": { "type": "number", "format": "double", "nullable": true }, "temperature": { "type": "number", "format": "double", "nullable": true }, "pressure": { "type": "number", "format": "double", "nullable": true }, "humidity": { "type": "number", "format": "double", "nullable": true }, "stressLevel": { "type": "number", "format": "double", "nullable": true }, "eventStatusId": { "type": "string", "nullable": true }, "eventTypes": { "type": "string", "nullable": true }, "panel_Voltage": { "type": "number", "format": "double", "nullable": true }, "battery_Voltage": { "type": "number", "format": "double", "nullable": true }, "state_Of_Charge": { "type": "number", "format": "double", "nullable": true }, "gpS_Speed": { "type": "number", "format": "double", "nullable": true }, "gpS_TTFF": { "type": "integer", "format": "int32", "nullable": true }, "gpS_Xtra_Hrs": { "type": "integer", "format": "int32", "nullable": true }, "uptime": { "type": "integer", "format": "int32", "nullable": true }, "blE_RSSI": { "type": "integer", "format": "int32", "nullable": true }, "position_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "speed_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "cell_RSSI": { "type": "integer", "format": "int32", "nullable": true }, "cell_RSRP": { "type": "integer", "format": "int32", "nullable": true }, "cell_RSRQ": { "type": "integer", "format": "int32", "nullable": true }, "cell_Debug_String": { "type": "string", "nullable": true }, "gpS_Debug_String": { "type": "string", "nullable": true }, "misc_String": { "type": "string", "nullable": true }, "cummPanelInterruptCount": { "type": "integer", "format": "int32", "nullable": true }, "cummPanelEnergyHarvested": { "type": "number", "format": "double", "nullable": true }, "luX_Calibrated": { "type": "number", "format": "double", "nullable": true }, "luX_White": { "type": "number", "format": "double", "nullable": true }, "luX_Raw": { "type": "number", "format": "double", "nullable": true }, "water_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "water_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "air_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "air_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "depth_MM": { "type": "integer", "format": "int32", "nullable": true }, "step_Count": { "type": "integer", "format": "int64", "nullable": true }, "mount_Count": { "type": "integer", "format": "int64", "nullable": true }, "heart_Rate_BPM": { "type": "integer", "format": "int64", "nullable": true }, "heart_Rate_Confidence_Percent": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Unknown_Activity": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Eating": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Lying": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Resting": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Ruminating": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Standing": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Walking": { "type": "integer", "format": "int32", "nullable": true }, "softwareVersion": { "type": "string", "nullable": true }, "hardwareVersion": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Tag_Data_Research": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "fenceDescription": { "type": "string", "nullable": true }, "farmPointOfInterstId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterstDescription": { "type": "string", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "uploadedByTagId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedByFarmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "uploadedType": { "type": "string", "nullable": true }, "timeUTC": { "type": "number", "format": "double", "nullable": true }, "timeUTCFormatted": { "type": "string", "format": "date-time", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "position_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "water_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "water_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "air_Pressure_Pa": { "type": "integer", "format": "int32", "nullable": true }, "air_Temperature_C": { "type": "integer", "format": "int32", "nullable": true }, "depth_MM": { "type": "integer", "format": "int32", "nullable": true }, "step_Count": { "type": "integer", "format": "int64", "nullable": true }, "mount_Count": { "type": "integer", "format": "int64", "nullable": true }, "heart_Rate_BPM": { "type": "integer", "format": "int64", "nullable": true }, "heart_Rate_Confidence_Percent": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Unknown_Activity": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Eating": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Lying": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Resting": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Ruminating": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Standing": { "type": "integer", "format": "int32", "nullable": true }, "seconds_Walking": { "type": "integer", "format": "int32", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "Tag_Heatmap_Point": { "type": "object", "properties": { "longitude": { "type": "number", "format": "double" }, "latitude": { "type": "number", "format": "double" }, "weight": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ETag": { "type": "object", "additionalProperties": false }, "Tag_Data_High_Speed": { "type": "object", "properties": { "partitionKey": { "type": "string", "nullable": true }, "rowKey": { "type": "string", "nullable": true }, "timestamp": { "type": "string", "format": "date-time", "nullable": true }, "eTag": { "$ref": "#/components/schemas/ETag" }, "id": { "type": "string", "nullable": true }, "tagId": { "type": "string", "nullable": true }, "timeUTC": { "type": "number", "format": "double", "nullable": true }, "timeUTCFormatted": { "type": "string", "format": "date-time", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "pressure": { "type": "number", "format": "double", "nullable": true }, "accelXAxis": { "type": "number", "format": "double", "nullable": true }, "accelYAxis": { "type": "number", "format": "double", "nullable": true }, "accelZAxis": { "type": "number", "format": "double", "nullable": true }, "compXAxis": { "type": "number", "format": "double", "nullable": true }, "compYAxis": { "type": "number", "format": "double", "nullable": true }, "compZAxis": { "type": "number", "format": "double", "nullable": true } }, "additionalProperties": false }, "Tag_Diagnostics": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "logTypeId": { "type": "string", "nullable": true }, "logDateTime": { "type": "string", "format": "date-time", "nullable": true }, "comment": { "type": "string", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "ranchDescription": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Task_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "title": { "type": "string", "nullable": true }, "isDone": { "type": "boolean" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "groupId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "hasBeenSeen": { "type": "boolean" }, "seenByDate": { "type": "string", "format": "date-time", "nullable": true }, "hasBeenClicked": { "type": "boolean" }, "clickedByDate": { "type": "string", "format": "date-time", "nullable": true }, "hasNotificationBeenSent": { "type": "boolean" }, "notificationSentByDate": { "type": "string", "format": "date-time", "nullable": true }, "userId": { "type": "string", "format": "uuid", "nullable": true }, "feedTemplateId": { "type": "string", "format": "uuid", "nullable": true }, "feedId": { "type": "string", "format": "uuid", "nullable": true }, "medTemplateId": { "type": "string", "format": "uuid", "nullable": true }, "medId": { "type": "string", "format": "uuid", "nullable": true }, "logTemplateId": { "type": "string", "format": "uuid", "nullable": true }, "logId": { "type": "string", "format": "uuid", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "DevicePresence": { "type": "object", "properties": { "timeRecorded": { "type": "integer", "format": "int64" }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "macAddress": { "type": "string", "nullable": true }, "arrivalTime": { "type": "integer", "format": "int64" }, "departureTime": { "type": "integer", "format": "int64" }, "timeNearDevice_SEC": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "TimeNearDeviceImport": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "tagId": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid" }, "devicesNearby": { "type": "array", "items": { "$ref": "#/components/schemas/DevicePresence" }, "nullable": true } }, "additionalProperties": false }, "User_Master": { "type": "object", "properties": { "id": { "type": "string", "nullable": true }, "defaultCompanyId": { "type": "string", "format": "uuid", "nullable": true }, "stripeCustomerId": { "type": "string", "nullable": true }, "firstName": { "type": "string", "nullable": true }, "lastName": { "type": "string", "nullable": true }, "userName": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "phoneNumber": { "type": "string", "nullable": true }, "roleId": { "type": "string", "nullable": true }, "organization": { "type": "string", "nullable": true }, "title": { "type": "string", "nullable": true }, "mailAddress1": { "type": "string", "nullable": true }, "mailAddress2": { "type": "string", "nullable": true }, "mailAddress3": { "type": "string", "nullable": true }, "mailCountry": { "type": "string", "nullable": true }, "mailState": { "type": "string", "nullable": true }, "mailRegion": { "type": "string", "nullable": true }, "mailZip": { "type": "string", "nullable": true }, "mailCity": { "type": "string", "nullable": true }, "acersOfLand": { "type": "integer", "format": "int32", "nullable": true }, "acersOfLandMax": { "type": "integer", "format": "int32", "nullable": true }, "acersOfLandRented": { "type": "integer", "format": "int32", "nullable": true }, "acersOfLandRentedMax": { "type": "integer", "format": "int32", "nullable": true }, "numberOfCows": { "type": "integer", "format": "int32", "nullable": true }, "numberOfCowsMax": { "type": "integer", "format": "int32", "nullable": true }, "numberOfBulls": { "type": "integer", "format": "int32", "nullable": true }, "numberOfBullsMax": { "type": "integer", "format": "int32", "nullable": true }, "numberOfRanches": { "type": "integer", "format": "int32", "nullable": true }, "numberOfRanchesMax": { "type": "integer", "format": "int32", "nullable": true }, "numberOfEmployees": { "type": "integer", "format": "int32", "nullable": true }, "numberOfEmployeesMax": { "type": "integer", "format": "int32", "nullable": true }, "howDidYouHearAboutUs": { "type": "string", "nullable": true }, "satisfactionLevel": { "type": "integer", "format": "int32", "nullable": true }, "isApproved": { "type": "boolean", "nullable": true }, "emailConfirmed": { "type": "boolean", "nullable": true }, "currentIP": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "showPatchNoteFromDate": { "type": "string", "format": "date-time", "nullable": true }, "lastLoginDate": { "type": "string", "format": "date-time", "nullable": true }, "lastTimeEmailedAboutOverage": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" } }, "additionalProperties": false }, "PaginatedUserData": { "type": "object", "properties": { "users": { "type": "array", "items": { "$ref": "#/components/schemas/User_Master" }, "nullable": true }, "totalCount": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "Version_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "versionNumber": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "WO_Master": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "orderNumber": { "type": "string", "nullable": true }, "pcbA_PN": { "type": "string", "nullable": true }, "pcbA_SN": { "type": "string", "nullable": true }, "pcbA_HW_Version": { "type": "string", "nullable": true }, "pcbA_PO": { "type": "string", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "engineeringModel": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "hR_FW_Version": { "type": "string", "nullable": true }, "boxBarcode": { "type": "string", "nullable": true }, "icT_Exector": { "type": "string", "nullable": true }, "icT_Humidity": { "type": "number", "format": "double" }, "icT_Temperature": { "type": "number", "format": "double" }, "icT_Start_Time": { "type": "string", "format": "date-time", "nullable": true }, "icT_End_Time": { "type": "string", "format": "date-time", "nullable": true }, "icT_Results": { "type": "string", "nullable": true }, "icT_Failure_Code": { "type": "integer", "format": "int32", "nullable": true }, "icT_Version": { "type": "string", "nullable": true }, "vbaT_Test_Low": { "type": "number", "format": "double", "nullable": true }, "ibaT_Current_Low": { "type": "number", "format": "double", "nullable": true }, "vbaT_Test_High": { "type": "number", "format": "double", "nullable": true }, "ibaT_Current_High": { "type": "number", "format": "double", "nullable": true }, "vbaT_Test_Solar": { "type": "number", "format": "double", "nullable": true }, "ibaT_Current_Solar": { "type": "number", "format": "double", "nullable": true }, "imei": { "type": "string", "nullable": true }, "iccid": { "type": "string", "nullable": true }, "maC_Address": { "type": "string", "nullable": true }, "sdC_Voltage": { "type": "string", "nullable": true }, "vbat": { "type": "number", "format": "double", "nullable": true }, "vSolar": { "type": "number", "format": "double", "nullable": true }, "cell_FW_Version": { "type": "string", "nullable": true }, "sW_Version": { "type": "string", "nullable": true }, "biM_Version": { "type": "string", "nullable": true }, "accel_Gryo_Self_Test": { "type": "string", "nullable": true }, "compass_Self_Test": { "type": "string", "nullable": true }, "barometer_Self_Test": { "type": "string", "nullable": true }, "database_Allocation": { "type": "string", "format": "date-time", "nullable": true }, "vzW_DMD_Submission": { "type": "string", "format": "date-time", "nullable": true }, "vzW_Dataplan_Purchase": { "type": "string", "format": "date-time", "nullable": true }, "battery_Attachment": { "type": "string", "format": "date-time", "nullable": true }, "battery_Attachment_Technician": { "type": "string", "nullable": true }, "heat_Staking": { "type": "string", "format": "date-time", "nullable": true }, "heat_Staking_Technician": { "type": "string", "nullable": true }, "laser_Marking": { "type": "string", "format": "date-time", "nullable": true }, "laser_Marking_Technician": { "type": "string", "nullable": true }, "enclosure_Glue_Up": { "type": "string", "format": "date-time", "nullable": true }, "enclosure_Glue_Up_Technician": { "type": "string", "nullable": true }, "ffT_Exector": { "type": "string", "nullable": true }, "ffT_Start_Time": { "type": "string", "format": "date-time", "nullable": true }, "ffT_End_Time": { "type": "string", "format": "date-time", "nullable": true }, "ffT_Results": { "type": "string", "nullable": true }, "ffT_Panel_Voltage": { "type": "number", "format": "double", "nullable": true }, "ffT_Panel_Result": { "type": "string", "nullable": true }, "ffT_Battery_Voltage": { "type": "number", "format": "double", "nullable": true }, "ffT_Battery_Result": { "type": "string", "nullable": true }, "ffT_LED_Voltage": { "type": "number", "format": "double", "nullable": true }, "ffT_LED_Result": { "type": "string", "nullable": true }, "ffT_GPS_TTFF": { "type": "number", "format": "double", "nullable": true }, "ffT_GPS_Result": { "type": "string", "nullable": true }, "ffT_GPS_Data": { "type": "string", "nullable": true }, "ffT_Cell_CW_PWR": { "type": "number", "format": "double", "nullable": true }, "ffT_Cell_CW_CF": { "type": "number", "format": "double", "nullable": true }, "ffT_Cell_Result": { "type": "string", "nullable": true }, "ffT_BLE_CW_PWR": { "type": "number", "format": "double", "nullable": true }, "ffT_BLE_CW_CF": { "type": "number", "format": "double", "nullable": true }, "ffT_BLE_Result": { "type": "string", "nullable": true }, "ffT_915_CW_PWR": { "type": "number", "format": "double", "nullable": true }, "ffT_915_CW_CF": { "type": "number", "format": "double", "nullable": true }, "ffT_915_Result": { "type": "string", "nullable": true }, "ffT_BLE_RSSI": { "type": "number", "format": "double", "nullable": true }, "tpU_Top_Lot": { "type": "string", "nullable": true }, "front_Lot": { "type": "string", "nullable": true }, "back_Lot": { "type": "string", "nullable": true }, "front_Assmebly_Lot": { "type": "string", "nullable": true }, "solar_Panel_Lot": { "type": "string", "nullable": true }, "pcB_Lot": { "type": "string", "nullable": true }, "cartoning_Time": { "type": "string", "format": "date-time", "nullable": true }, "cartoning_Technician": { "type": "string", "nullable": true }, "stasis_Time": { "type": "string", "format": "date-time", "nullable": true }, "stasis_Technician": { "type": "string", "nullable": true }, "u12_Voltage_Low": { "type": "number", "format": "double", "nullable": true }, "u12_Voltage_High": { "type": "number", "format": "double", "nullable": true }, "u12_Power_Draw": { "type": "string", "nullable": true }, "vzW_DMD_Submission_Success": { "type": "string", "nullable": true }, "vzW_Thingspace_Submission": { "type": "string", "format": "date-time", "nullable": true }, "vzW_Thingspace_Submission_Success": { "type": "string", "nullable": true }, "requested_Quantity": { "type": "integer", "format": "int32", "nullable": true }, "completed_Quantity": { "type": "integer", "format": "int32", "nullable": true }, "completed_Technician": { "type": "string", "nullable": true }, "completed_Time": { "type": "string", "format": "date-time", "nullable": true }, "status": { "type": "string", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "pcB_MFG": { "type": "string", "nullable": true }, "calibration_Time": { "type": "string", "format": "date-time", "nullable": true }, "accel_Offset_X": { "type": "integer", "format": "int32", "nullable": true }, "accel_Offset_Y": { "type": "integer", "format": "int32", "nullable": true }, "accel_Offset_Z": { "type": "integer", "format": "int32", "nullable": true }, "gyro_Offset_X": { "type": "integer", "format": "int32", "nullable": true }, "gyro_Offset_Y": { "type": "integer", "format": "int32", "nullable": true }, "gyro_Offset_Z": { "type": "integer", "format": "int32", "nullable": true }, "comment": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Work_Queue": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "associationId": { "type": "string", "nullable": true }, "memberId": { "type": "string", "nullable": true }, "actionType": { "type": "string", "nullable": true }, "status": { "type": "string", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Animal_Master_Queue": { "type": "object", "properties": { "companySaleId": { "type": "string", "format": "uuid", "nullable": true }, "companyPurchaseId": { "type": "string", "format": "uuid", "nullable": true }, "companyTransferId": { "type": "string", "format": "uuid", "nullable": true }, "transferDate": { "type": "string", "format": "date-time", "nullable": true }, "isArchived": { "type": "boolean", "nullable": true }, "id": { "type": "string", "format": "uuid" }, "companyAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "legacyId": { "type": "string", "nullable": true }, "isReferenceAnimal": { "type": "boolean", "nullable": true }, "tagId": { "type": "string", "format": "uuid", "nullable": true }, "networkNumber": { "type": "string", "nullable": true }, "productType": { "type": "string", "nullable": true }, "assignedToTagDate": { "type": "string", "format": "date-time", "nullable": true }, "targetCheckInHourOfDay": { "type": "integer", "format": "int32", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "assignedCattleTagDate": { "type": "string", "format": "date-time", "nullable": true }, "visualTagColor": { "type": "string", "nullable": true }, "visualTagLocation": { "type": "string", "nullable": true }, "otherNumber": { "type": "string", "nullable": true }, "assignedOtherNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "otherNumberColor": { "type": "string", "nullable": true }, "otherNumberLocation": { "type": "string", "nullable": true }, "tattooLeft": { "type": "string", "nullable": true }, "assignedTattooLeftDate": { "type": "string", "format": "date-time", "nullable": true }, "tattooRight": { "type": "string", "nullable": true }, "assignedTattooRightDate": { "type": "string", "format": "date-time", "nullable": true }, "phNumber": { "type": "string", "nullable": true }, "assignedPHNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "assignedEIDTagDate": { "type": "string", "format": "date-time", "nullable": true }, "managementRFID": { "type": "string", "nullable": true }, "assignedManagementRFIDDate": { "type": "string", "format": "date-time", "nullable": true }, "internationalNumber": { "type": "string", "nullable": true }, "primaryAssociationId": { "type": "string", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "registrationType": { "type": "string", "nullable": true }, "assignedRegistrationNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "tattooNumber": { "type": "string", "nullable": true }, "assignedTattooTagDate": { "type": "string", "format": "date-time", "nullable": true }, "bangsNumber": { "type": "string", "nullable": true }, "assignedBangsTagDate": { "type": "string", "format": "date-time", "nullable": true }, "lotNumber": { "type": "string", "nullable": true }, "assignedLotNumberDate": { "type": "string", "format": "date-time", "nullable": true }, "animalAttachmentId": { "type": "string", "format": "uuid", "nullable": true }, "color": { "type": "string", "nullable": true }, "breed": { "type": "string", "nullable": true }, "breedDisplay": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "sex": { "type": "string", "nullable": true }, "dob": { "type": "string", "format": "date-time", "nullable": true }, "dateOfBirth": { "$ref": "#/components/schemas/DateOnly" }, "age": { "type": "string", "nullable": true }, "isCalve": { "type": "boolean" }, "horn_Type": { "type": "string", "nullable": true }, "horn_Size": { "type": "string", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "companyDescription": { "type": "string", "nullable": true }, "farmId": { "type": "string", "format": "uuid", "nullable": true }, "farmDescription": { "type": "string", "nullable": true }, "enteredFarm_Date": { "type": "string", "format": "date-time", "nullable": true }, "farmVirtualFenceId": { "type": "string", "format": "uuid", "nullable": true }, "farmVirtualFenceDescription": { "type": "string", "nullable": true }, "lastFenceChangedDate": { "type": "string", "format": "date-time", "nullable": true }, "outOfFence": { "type": "boolean", "nullable": true }, "farmPointOfInterestId": { "type": "string", "format": "uuid", "nullable": true }, "farmPointOfInterestDescription": { "type": "string", "nullable": true }, "lastSeenNearPOIDate": { "type": "string", "format": "date-time", "nullable": true }, "nearPOI": { "type": "boolean", "nullable": true }, "longitude": { "type": "number", "format": "double", "nullable": true }, "latitude": { "type": "number", "format": "double", "nullable": true }, "altitude": { "type": "number", "format": "double", "nullable": true }, "position_Uncertainty": { "type": "number", "format": "double", "nullable": true }, "heading": { "type": "number", "format": "double", "nullable": true }, "pressure": { "type": "number", "format": "double", "nullable": true }, "cell_RSSI": { "type": "integer", "format": "int32", "nullable": true }, "gpS_TTFF": { "type": "integer", "format": "int32", "nullable": true }, "step_Count": { "type": "integer", "format": "int64", "nullable": true }, "lost_Date": { "type": "string", "format": "date-time", "nullable": true }, "stolen_Date": { "type": "string", "format": "date-time", "nullable": true }, "planToKeep_Date": { "type": "string", "format": "date-time", "nullable": true }, "orphan_Date": { "type": "string", "format": "date-time", "nullable": true }, "permanent_Mark_Type": { "type": "string", "nullable": true }, "branded_Date": { "type": "string", "format": "date-time", "nullable": true }, "brandLocation": { "type": "string", "nullable": true }, "brandDescription": { "type": "string", "nullable": true }, "crastrationMethod": { "type": "string", "nullable": true }, "crastration_Date": { "type": "string", "format": "date-time", "nullable": true }, "dehornedMethod": { "type": "string", "nullable": true }, "dehorned_Date": { "type": "string", "format": "date-time", "nullable": true }, "eventTypeId": { "type": "string", "nullable": true }, "eventStatusId": { "type": "string", "nullable": true }, "heatScale": { "type": "integer", "format": "int32", "nullable": true }, "healthScale": { "type": "integer", "format": "int32", "nullable": true }, "isOnWatchList": { "type": "boolean", "nullable": true }, "watchListDate": { "type": "string", "format": "date-time", "nullable": true }, "watchListReason": { "type": "string", "nullable": true }, "weight": { "type": "number", "format": "double", "nullable": true }, "weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "height": { "type": "number", "format": "double", "nullable": true }, "height_Date": { "type": "string", "format": "date-time", "nullable": true }, "temperature": { "type": "number", "format": "double", "nullable": true }, "temperature_Date": { "type": "string", "format": "date-time", "nullable": true }, "frame_Score": { "type": "number", "format": "double", "nullable": true }, "frame_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "rib_Bones_Score": { "type": "integer", "format": "int32", "nullable": true }, "spine_Bones_Transverse_Score": { "type": "integer", "format": "int32", "nullable": true }, "hip_Bones_Hook_Pin_Score": { "type": "integer", "format": "int32", "nullable": true }, "hip_Fill_Hook_Pin_Score": { "type": "integer", "format": "int32", "nullable": true }, "brisket_Score": { "type": "integer", "format": "int32", "nullable": true }, "tailhead_Score": { "type": "integer", "format": "int32", "nullable": true }, "body_Fat_Score": { "type": "number", "format": "double", "nullable": true }, "body_Condition_Score": { "type": "number", "format": "double", "nullable": true }, "body_Condition_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "hair_Shed_Score": { "type": "integer", "format": "int32", "nullable": true }, "hair_Shed_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "isToxic_Fescue_Indicator": { "type": "boolean", "nullable": true }, "dentition": { "type": "integer", "format": "int32", "nullable": true }, "dentition_Date": { "type": "string", "format": "date-time", "nullable": true }, "pap": { "type": "number", "format": "double", "nullable": true }, "paP_Date": { "type": "string", "format": "date-time", "nullable": true }, "feed_Test_Weight": { "type": "number", "format": "double", "nullable": true }, "feed_Test_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "animalCalvingId": { "type": "string", "format": "uuid", "nullable": true }, "seasonId": { "type": "string", "format": "uuid", "nullable": true }, "seasonDescription": { "type": "string", "nullable": true }, "isMostLikely": { "type": "boolean", "nullable": true }, "breedingType": { "type": "string", "nullable": true }, "breedingStatus": { "type": "string", "nullable": true }, "estrusType": { "type": "string", "nullable": true }, "estrus_Date": { "type": "string", "format": "date-time", "nullable": true }, "semonTankId": { "type": "string", "format": "uuid", "nullable": true }, "actualDateInseminated": { "type": "string", "format": "date-time", "nullable": true }, "embryoTankId": { "type": "string", "format": "uuid", "nullable": true }, "embryoId": { "type": "string", "format": "uuid", "nullable": true }, "actualDateEmbryoTransferred": { "type": "string", "format": "date-time", "nullable": true }, "turnoutId": { "type": "string", "format": "uuid", "nullable": true }, "turnoutDate": { "type": "string", "format": "date-time", "nullable": true }, "turnInDate": { "type": "string", "format": "date-time", "nullable": true }, "syncType": { "type": "string", "nullable": true }, "syncDate": { "type": "string", "format": "date-time", "nullable": true }, "flushType": { "type": "string", "nullable": true }, "flushDate": { "type": "string", "format": "date-time", "nullable": true }, "pregCheckType": { "type": "string", "nullable": true }, "pregCheckedDate": { "type": "string", "format": "date-time", "nullable": true }, "predictedSex": { "type": "string", "nullable": true }, "conceptionMethod": { "type": "string", "nullable": true }, "hasMultipleCalves": { "type": "boolean", "nullable": true }, "isBred": { "type": "boolean", "nullable": true }, "isOpen": { "type": "boolean", "nullable": true }, "isLate": { "type": "boolean", "nullable": true }, "isRecheck": { "type": "boolean", "nullable": true }, "estimatedDateInseminated": { "type": "string", "format": "date-time", "nullable": true }, "estimatedDateCalved": { "type": "string", "format": "date-time", "nullable": true }, "hasCalved": { "type": "boolean", "nullable": true }, "hasAborted": { "type": "boolean", "nullable": true }, "hasStillBorn": { "type": "boolean", "nullable": true }, "actualDateCalved": { "type": "string", "format": "date-time", "nullable": true }, "pairIds": { "type": "string", "nullable": true }, "sires": { "type": "string", "nullable": true }, "siresData": { "type": "string", "nullable": true }, "maleLegacyId": { "type": "string", "nullable": true }, "maleAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "maleCode": { "type": "string", "nullable": true }, "maleCattleNumber": { "type": "string", "nullable": true }, "maleRegistrationNumber": { "type": "string", "nullable": true }, "maleAssociationCode": { "type": "string", "nullable": true }, "maleNetworkNumber": { "type": "string", "nullable": true }, "femaleLegacyId": { "type": "string", "nullable": true }, "femaleAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "femaleCode": { "type": "string", "nullable": true }, "femaleCattleNumber": { "type": "string", "nullable": true }, "femaleRegistrationNumber": { "type": "string", "nullable": true }, "femaleAssociationCode": { "type": "string", "nullable": true }, "femaleNetworkNumber": { "type": "string", "nullable": true }, "fosterLegacyId": { "type": "string", "nullable": true }, "fosterAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "fosterCode": { "type": "string", "nullable": true }, "fosterCattleNumber": { "type": "string", "nullable": true }, "fosterRegistrationNumber": { "type": "string", "nullable": true }, "fosterAssociationCode": { "type": "string", "nullable": true }, "fosterNetworkNumber": { "type": "string", "nullable": true }, "isGrafted": { "type": "boolean", "nullable": true }, "recipientLegacyId": { "type": "string", "nullable": true }, "recipientAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "recipientCattleNumber": { "type": "string", "nullable": true }, "recipientAssociationCode": { "type": "string", "nullable": true }, "recipientRegistrationNumber": { "type": "string", "nullable": true }, "recipientCode": { "type": "string", "nullable": true }, "recipientNetworkNumber": { "type": "string", "nullable": true }, "doNotBreedFlag": { "type": "boolean", "nullable": true }, "temper": { "type": "integer", "format": "int32", "nullable": true }, "temper_Date": { "type": "string", "format": "date-time", "nullable": true }, "udder": { "type": "number", "format": "double", "nullable": true }, "teat": { "type": "number", "format": "double", "nullable": true }, "dam_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "pelvic_Device": { "type": "integer", "format": "int32", "nullable": true }, "pelvic_Device_Date": { "type": "string", "format": "date-time", "nullable": true }, "reproductive_Tract_Score": { "type": "integer", "format": "int32", "nullable": true }, "reproductive_Tract_Score_Date": { "type": "string", "format": "date-time", "nullable": true }, "reason_Code": { "type": "integer", "format": "int32", "nullable": true }, "reason_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "calving_Ease_Direct": { "type": "number", "format": "double", "nullable": true }, "calving_Ease_Direct_Date": { "type": "string", "format": "date-time", "nullable": true }, "birth_Weight": { "type": "number", "format": "double", "nullable": true }, "birth_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "birth_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "twinCode": { "type": "string", "nullable": true }, "calfVigor": { "type": "integer", "format": "int32", "nullable": true }, "isFreemartin": { "type": "boolean", "nullable": true }, "weaning_Date": { "type": "string", "format": "date-time", "nullable": true }, "contemporary_Group": { "type": "string", "nullable": true }, "weaning_Weight": { "type": "number", "format": "double", "nullable": true }, "weaning_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "weaning_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Height": { "type": "number", "format": "double", "nullable": true }, "weaning_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Temper": { "type": "number", "format": "double", "nullable": true }, "weaning_Temper_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Pelvic_Width": { "type": "number", "format": "double", "nullable": true }, "weaning_Pelvic_Height": { "type": "number", "format": "double", "nullable": true }, "weaning_Pelvic_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Sheath_Score": { "type": "integer", "format": "int32", "nullable": true }, "weaning_Navel_Score": { "type": "integer", "format": "int32", "nullable": true }, "weaning_Sheath_Navel_Date": { "type": "string", "format": "date-time", "nullable": true }, "weaning_Scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "weaning_Scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "isCreepFed": { "type": "boolean", "nullable": true }, "feed_Code": { "type": "integer", "format": "int32", "nullable": true }, "feed_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Weight": { "type": "number", "format": "double", "nullable": true }, "yearling_Weight_Adj": { "type": "number", "format": "double", "nullable": true }, "yearling_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Height": { "type": "number", "format": "double", "nullable": true }, "yearling_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "yearling_Feed_Code": { "type": "integer", "format": "int32", "nullable": true }, "yearling_Feed_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "sheath_Score": { "type": "integer", "format": "int32", "nullable": true }, "navel_Score": { "type": "integer", "format": "int32", "nullable": true }, "sheath_Navel_Date": { "type": "string", "format": "date-time", "nullable": true }, "scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "pelvic_Width": { "type": "number", "format": "double", "nullable": true }, "pelvic_Height": { "type": "number", "format": "double", "nullable": true }, "pelvic_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "claw_Set": { "type": "number", "format": "double", "nullable": true }, "foot_Angle": { "type": "number", "format": "double", "nullable": true }, "rear_Leg_Score": { "type": "integer", "format": "int32", "nullable": true }, "foot_Score_Comment": { "type": "string", "nullable": true }, "foot_Collection_Date": { "type": "string", "format": "date-time", "nullable": true }, "docility": { "type": "number", "format": "double", "nullable": true }, "docility_Date": { "type": "string", "format": "date-time", "nullable": true }, "diet": { "type": "integer", "format": "int32", "nullable": true }, "diet_Date": { "type": "string", "format": "date-time", "nullable": true }, "ultrasound_Date": { "type": "string", "format": "date-time", "nullable": true }, "rib_Eye_Area": { "type": "number", "format": "double", "nullable": true }, "fat_Thickness": { "type": "number", "format": "double", "nullable": true }, "rump_Fat_Thickness": { "type": "number", "format": "double", "nullable": true }, "imf": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Weight": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Height": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Height_Date": { "type": "string", "format": "date-time", "nullable": true }, "ultrasound_Scrotal_Circumference": { "type": "number", "format": "double", "nullable": true }, "ultrasound_Scrotal_Circumference_Date": { "type": "string", "format": "date-time", "nullable": true }, "carcass_Weight": { "type": "number", "format": "double", "nullable": true }, "carcass_Weight_Date": { "type": "string", "format": "date-time", "nullable": true }, "marble_Type": { "type": "string", "nullable": true }, "marble_Value": { "type": "number", "format": "double", "nullable": true }, "quality_Grade": { "type": "string", "nullable": true }, "carcass_Hot_Weight": { "type": "number", "format": "double", "nullable": true }, "back_Fat": { "type": "number", "format": "double", "nullable": true }, "ribeye": { "type": "number", "format": "double", "nullable": true }, "kph": { "type": "number", "format": "double", "nullable": true }, "carcass_Harvest_Weight": { "type": "number", "format": "double", "nullable": true }, "yield_Grade": { "type": "number", "format": "double", "nullable": true }, "pyg": { "type": "number", "format": "double", "nullable": true }, "internal_Fat": { "type": "number", "format": "double", "nullable": true }, "maturity": { "type": "string", "nullable": true }, "days_On_Feed": { "type": "integer", "format": "int32", "nullable": true }, "packer_Code": { "type": "string", "nullable": true }, "packer": { "type": "string", "nullable": true }, "feedLotId": { "type": "string", "nullable": true }, "non_Conform": { "type": "integer", "format": "int32", "nullable": true }, "plant_Loc": { "type": "string", "nullable": true }, "disposal_Code": { "type": "integer", "format": "int32", "nullable": true }, "disposal_Code_Date": { "type": "string", "format": "date-time", "nullable": true }, "death_Date": { "type": "string", "format": "date-time", "nullable": true }, "cull_Date": { "type": "string", "format": "date-time", "nullable": true }, "purchase_Date": { "type": "string", "format": "date-time", "nullable": true }, "purchase_Price": { "type": "number", "format": "double", "nullable": true }, "purchase_Weight": { "type": "number", "format": "double", "nullable": true }, "purchase_PricePerPounds": { "type": "number", "format": "double", "nullable": true }, "purchase_Seller": { "type": "string", "nullable": true }, "purchase_SaleDayLotNumber": { "type": "string", "nullable": true }, "purchase_SaleDayLotId": { "type": "string", "format": "uuid", "nullable": true }, "purchase_SaleDayName": { "type": "string", "nullable": true }, "purchase_SaleDayId": { "type": "string", "format": "uuid", "nullable": true }, "sold_Date": { "type": "string", "format": "date-time", "nullable": true }, "sold_Price": { "type": "number", "format": "double", "nullable": true }, "sold_Weight": { "type": "number", "format": "double", "nullable": true }, "sold_PricePerPounds": { "type": "number", "format": "double", "nullable": true }, "sold_Buyer": { "type": "string", "nullable": true }, "sold_SaleDayLotNumber": { "type": "string", "nullable": true }, "sold_SaleDayLotId": { "type": "string", "format": "uuid", "nullable": true }, "sold_SaleDayName": { "type": "string", "nullable": true }, "sold_SaleDayId": { "type": "string", "format": "uuid", "nullable": true }, "lastCheckInMethod": { "type": "string", "nullable": true }, "lastCheckInDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUploadedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastWorkedDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSeenDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "lastSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "deleteSyncEpoch": { "type": "integer", "format": "int64", "nullable": true }, "animalCalvings": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "animalTurnouts": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Turn_Out" }, "nullable": true }, "animalLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "animalComments": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Comment" }, "nullable": true }, "animalAttachments": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Attachment" }, "nullable": true }, "arrayOfChanges": { "type": "array", "items": { "$ref": "#/components/schemas/Changes" }, "nullable": true }, "insertedLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Log_Master" }, "nullable": true }, "insertedAnimalLogs": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Log" }, "nullable": true }, "tagToUpdateOld": { "$ref": "#/components/schemas/Tag_Master" }, "tagToUpdate": { "$ref": "#/components/schemas/Tag_Master" }, "calvingToSave": { "$ref": "#/components/schemas/Animal_Calving" }, "calvingToInsert": { "$ref": "#/components/schemas/Animal_Calving" }, "foundCalvings": { "type": "array", "items": { "$ref": "#/components/schemas/Animal_Calving" }, "nullable": true }, "note": { "$ref": "#/components/schemas/Animal_Comment" }, "isShared": { "type": "boolean", "nullable": true }, "companyShareId": { "type": "string", "format": "uuid", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "bluetoothFound": { "type": "boolean" }, "error": { "type": "string", "nullable": true }, "clientId": { "type": "string", "nullable": true }, "primaryKey": { "type": "string", "nullable": true }, "secondaryKey": { "type": "string", "nullable": true }, "warnings": { "type": "string", "nullable": true }, "register": { "type": "boolean", "nullable": true }, "calvingInfo": { "type": "boolean", "nullable": true }, "sireGroup": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Work_Queue_Animal": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "workQueueId": { "type": "string", "format": "uuid", "nullable": true }, "companyId": { "type": "string", "format": "uuid", "nullable": true }, "animalId": { "type": "string", "format": "uuid", "nullable": true }, "associationCode": { "type": "string", "nullable": true }, "registrationNumber": { "type": "string", "nullable": true }, "code": { "type": "string", "nullable": true }, "cattleNumber": { "type": "string", "nullable": true }, "otherNumber": { "type": "string", "nullable": true }, "phNumber": { "type": "string", "nullable": true }, "tattooLeft": { "type": "string", "nullable": true }, "tattooRight": { "type": "string", "nullable": true }, "usdaNumber": { "type": "string", "nullable": true }, "managementRFID": { "type": "string", "nullable": true }, "permanent_Mark_Type": { "type": "string", "nullable": true }, "branded_Date": { "type": "string", "format": "date-time", "nullable": true }, "brandLocation": { "type": "string", "nullable": true }, "brandDescription": { "type": "string", "nullable": true }, "dob": { "type": "string", "format": "date-time", "nullable": true }, "type": { "type": "string", "nullable": true }, "sireGroup": { "type": "string", "nullable": true }, "femaleAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "femaleAssociationCode": { "type": "string", "nullable": true }, "femaleRegistrationNumber": { "type": "string", "nullable": true }, "femaleCattleNumber": { "type": "string", "nullable": true }, "femaleCode": { "type": "string", "nullable": true }, "maleAnimalId": { "type": "string", "format": "uuid", "nullable": true }, "maleAssociationCode": { "type": "string", "nullable": true }, "maleRegistrationNumber": { "type": "string", "nullable": true }, "maleCattleNumber": { "type": "string", "nullable": true }, "maleCode": { "type": "string", "nullable": true }, "primaryKey": { "type": "string", "nullable": true }, "secondaryKey": { "type": "string", "nullable": true }, "warnings": { "type": "string", "nullable": true }, "register": { "type": "boolean", "nullable": true }, "calvingInfo": { "type": "boolean", "nullable": true }, "createdByDate": { "type": "string", "format": "date-time", "nullable": true }, "createdByUserId": { "type": "string", "format": "uuid", "nullable": true }, "createdByName": { "type": "string", "nullable": true }, "lastUpdatedByDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdatedByUserId": { "type": "string", "format": "uuid", "nullable": true }, "lastUpdatedByName": { "type": "string", "nullable": true }, "inActiveDate": { "type": "string", "format": "date-time", "nullable": true }, "isNew": { "type": "boolean" }, "isUpdate": { "type": "boolean" }, "isDelete": { "type": "boolean" }, "error": { "type": "string", "nullable": true } }, "additionalProperties": false } }, "securitySchemes": { "oauth2": { "type": "oauth2", "flows": { "authorizationCode": { "authorizationUrl": "https://login.701x.com/connect/authorize", "tokenUrl": "https://login.701x.com/connect/token", "scopes": { "api1": "Demo API - full access" } } } } } } }