Skip to content

Instantly share code, notes, and snippets.

@spinningcat
Created January 19, 2025 21:07
Show Gist options
  • Save spinningcat/869116668377f1f0b51c18cd7e80ca29 to your computer and use it in GitHub Desktop.
Save spinningcat/869116668377f1f0b51c18cd7e80ca29 to your computer and use it in GitHub Desktop.
#1
{
groupTitle: 'denemnebaşlık2',
enumName: 'Deneme',
displayProfileTypeId: 1,
matchTypeId: NaN,
symbolTypeId: NaN,
drawingTypeId: NaN
}
Response Data: { succeeded: true, message: 'Ekleme başarılı.', errors: [] }
denemnebaşlık2
sport attribute
[ { Id: 105 } ]
#2
{
scoringTypeId: '0',
sportId: 1,
attributeGroupId: 105,
sportImageId: 1,
displayProfileTypeId: 1,
isActive: false
}
Response Data: { succeeded: true, message: 'Ekleme başarılı.', errors: [] }
groupId
[ { Id: 105 } ]
105
#3
{
attributeTitle: 'Deneme',
enumName: 'Deneme',
displayProfileTypeId: 1,
isActive: false
}
Error in response: 400 Bad Request
Response Data: { Succeeded: false, Message: 'Bu kayıt zaten eklenmiş.', Errors: [] }
105
[ { Id: 1224 } ]
[ { Id: 471 } ]
#4
{
scoringTypeId: 1,
sportId: 1,
attributeGroupRelationId: 471,
attributeId: 1224,
displayProfileTypeId: 1,
visibilityTypeId: 1,
isActive: false
}
Response Data: { succeeded: true, message: 'Ekleme başarılı.', errors: [] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment