GET api/Equipment_Ball/{id}

Get Ball by provided ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

BallsBasicinformation
NameDescriptionTypeAdditional information
EquipmentBallId

integer

None.

Color

string

None.

Type

string

None.

StampColor1

string

None.

StampColor2

string

None.

ITTFApprovalCode

string

None.

EquipmentName

string

None.

BrandId

integer

None.

OrganizationId

integer

None.

EquipmentTypeId

integer

None.

EquipmentCode

string

None.

NewEquipmentCode

string

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

CompanyId

string

None.

ExpiresOn

date

None.

IsActive

boolean

None.

IsNew

boolean

None.

IsDeleted

boolean

None.

QRCode

string

None.

BarCode

string

None.

LogoSize

integer

None.

LogoSizeUnit

integer

None.

LogoWeight

integer

None.

LogoWeightUnit

integer

None.

LogoShape

string

None.

NewExpiresOn

date

None.

CreatedDateTime

date

None.

LastUpdatedDateTime

date

None.

ActivateOn

date

None.

Response Formats

application/json, text/json

Sample:
{
  "EquipmentBallId": 1,
  "Color": "sample string 1",
  "Type": "sample string 2",
  "StampColor1": "sample string 3",
  "StampColor2": "sample string 4",
  "ITTFApprovalCode": "sample string 5",
  "EquipmentName": "sample string 6",
  "BrandId": 1,
  "OrganizationId": 1,
  "EquipmentTypeId": 7,
  "EquipmentCode": "sample string 8",
  "NewEquipmentCode": "sample string 9",
  "CreatedBy": 1,
  "LastModifiedBy": 1,
  "CompanyId": "sample string 10",
  "ExpiresOn": "2025-07-18T16:31:31.2605688+00:00",
  "IsActive": true,
  "IsNew": true,
  "IsDeleted": true,
  "QRCode": "sample string 11",
  "BarCode": "sample string 12",
  "LogoSize": 1,
  "LogoSizeUnit": 1,
  "LogoWeight": 1,
  "LogoWeightUnit": 1,
  "LogoShape": "sample string 13",
  "NewExpiresOn": "2025-07-18T16:31:31.2761923+00:00",
  "CreatedDateTime": "2025-07-18T16:31:31.2761923+00:00",
  "LastUpdatedDateTime": "2025-07-18T16:31:31.2761923+00:00",
  "ActivateOn": "2025-07-18T16:31:31.2761923+00:00"
}

application/xml, text/xml

Sample:
<BallsBasicinformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <ActivateOn>2025-07-18T16:31:31.2761923+00:00</ActivateOn>
  <BarCode>sample string 12</BarCode>
  <BrandId>1</BrandId>
  <CompanyId>sample string 10</CompanyId>
  <CreatedBy>1</CreatedBy>
  <CreatedDateTime>2025-07-18T16:31:31.2761923+00:00</CreatedDateTime>
  <EquipmentCode>sample string 8</EquipmentCode>
  <EquipmentName>sample string 6</EquipmentName>
  <EquipmentTypeId>7</EquipmentTypeId>
  <ExpiresOn>2025-07-18T16:31:31.2605688+00:00</ExpiresOn>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <IsNew>true</IsNew>
  <LastModifiedBy>1</LastModifiedBy>
  <LastUpdatedDateTime>2025-07-18T16:31:31.2761923+00:00</LastUpdatedDateTime>
  <LogoShape>sample string 13</LogoShape>
  <LogoSize>1</LogoSize>
  <LogoSizeUnit>1</LogoSizeUnit>
  <LogoWeight>1</LogoWeight>
  <LogoWeightUnit>1</LogoWeightUnit>
  <NewEquipmentCode>sample string 9</NewEquipmentCode>
  <NewExpiresOn>2025-07-18T16:31:31.2761923+00:00</NewExpiresOn>
  <OrganizationId>1</OrganizationId>
  <QRCode>sample string 11</QRCode>
  <Color>sample string 1</Color>
  <EquipmentBallId>1</EquipmentBallId>
  <ITTFApprovalCode>sample string 5</ITTFApprovalCode>
  <StampColor1>sample string 3</StampColor1>
  <StampColor2>sample string 4</StampColor2>
  <Type>sample string 2</Type>
</BallsBasicinformation>