# Standing Configurations

Manage the configurations to existing standings data

## Get a list of standing configurations

> Return a list of standing configurations

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Baseball","version":"v1"},"tags":[{"name":"Standing Configurations","description":"Manage the configurations to existing standings data"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Standing_ConfigurationsModel":{"type":"object","additionalProperties":false,"properties":{"standingConfigurationId":{"description":"The unique identifier of the configuration","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this ~standing_configurations~ belongs to","type":"object"},"nameLocal":{"description":"The name of the ~standing_configurations~ in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150},"nameLatin":{"description":"The name of the ~standing_configurations~ in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"buildRules":{"title":"Standing Building","description":"Suilding definitions","type":"object","additionalProperties":false,"required":["grouping","buildType","fixtureTypes"],"properties":{"buildType":{"type":"string","description":"Overall standing Type (ROUND not used on live Standings)","enum":["ROUND","OVERALL"]},"buildOverall":{"type":"boolean","description":"Build overall standings"},"buildConferences":{"type":"boolean","description":"Build standings by conference"},"buildDivisions":{"type":"boolean","description":"Build standings by division"},"grouping":{"type":"string","description":"How to Group","enum":["STAGE","STAGEPOOL","NONE"]},"blankStanding":{"type":"boolean","description":"Give team blank row if no played"},"includeLiveFixtures":{"type":"boolean","description":"Include live matches"},"generateLiveStandings":{"type":"boolean","description":"Generate live matches"},"validateEntitiesStructure":{"type":"boolean","description":"Validate Entities against Fixture structure?"},"fixtureTypes":{"type":"array","items":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"]}},"decimalPlaces":{"type":"number","description":"Number of decimal places for percentage calculations","default":4},"skipLatestFlag":{"type":"boolean","description":"Skip setting latest=True for ROUND standings?"},"skipCleanRoundFlag":{"type":"boolean","description":"Skip cleaning future blank rounds?"},"forceHeadToHead":{"type":"boolean","description":"Set to true in order to force head-to-head resolution even when there aren't enough mutual fixtures between entities in a h2h group"}}},"configuration":{"title":"Standing Configuration","description":"Configuration definitions","type":"object","additionalProperties":false,"properties":{"lossesSecondaryScoreHomePoints":{"description":"Points for Home Loss by Secondary Score","type":"number"},"lossesSecondaryScoreAwayPoints":{"description":"Points for Away Loss by Secondary Score","type":"number"},"winsSecondaryScoreHomePoints":{"description":"Points for Home Win by Secondary Score","type":"number"},"winsSecondaryScoreAwayPoints":{"description":"Points for Away Win by Secondary Score","type":"number"},"winsHomePoints":{"description":"Points for Home Win","type":"number"},"lossesHomePoints":{"description":"Points for Home Loss","type":"number"},"drawsHomeScoredPoints":{"description":"Points for Home Draw where team scored","type":"number"},"drawsHomeZeroPoints":{"description":"Points for Home Draw with zero score","type":"number"},"forfeitWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitsWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitGivenHomePoints":{"description":"Points for giving a forfeit at home","type":"number"},"winsAwayPoints":{"description":"Points for Away Win","type":"number"},"lossesAwayPoints":{"description":"Points for Away Loss","type":"number"},"drawsAwayScoredPoints":{"description":"Points for Away Draw where team scored","type":"number"},"drawsAwayZeroPoints":{"description":"Points for Away Draw with zero score","type":"number"},"forfeitWonByAwayPoints":{"description":"Points for won by Forfeit at away","type":"number"},"forfeitGivenAwayPoints":{"description":"Points for giving a forfeit at away","type":"number"},"secondaryScoreDrawAsResult":{"description":"Is a secondary Score result a game result (resultPlace was a Draw)?","type":"boolean"},"checkSecondaryScores":{"type":"boolean","description":"Check Secondary Score for calculations"},"byePoints":{"description":"Points for bye","type":"number"},"byeIsPlayed":{"description":"Is a Bye added to played ?","type":"boolean"},"byeAddedWins":{"description":"Is a Bye added to won count?","type":"boolean"},"forfeitWonByAddedWins":{"description":"Is a forfeit won by (received) included in won count ?","type":"boolean"},"forfeitWonByAddedPlayed":{"description":"Is a forfeit won by (received) included in played count ?","type":"boolean"},"forfeitGivenAddedLosses":{"description":"Is a forfeit given included in losses count ?","type":"boolean"},"forfeitGivenAddedPlayed":{"description":"Is a forfeit given included in played count ?","type":"boolean"},"streak":{"description":"How is a streak calculated ?","type":"string","enum":["WON","NONLOST"]},"sorts":{"type":"array","title":"Sortings","description":"Sortings","items":{"type":"object","title":"Sorting","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadIdentification":{"type":"array","title":"Head to head identifications","description":"Head to head identifications","items":{"type":"object","title":"Head to head identification","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadIdentificationSubsequent":{"type":"array","title":"Head to head identifications for subsequent checks","description":"Head to head identifications for subsequent checks","items":{"type":"object","title":"Head to head identification for subsequent checks","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadUseAllFixtures":{"description":"Use all fixtures in Head to head resolutions regardless of Stage & Pool?","type":"boolean"},"headToHeadUseAdjustments":{"description":"Apply Standing Adjustments when performing Head to head resolutions?","type":"boolean"},"headToHeadSingleRound":{"description":"Only use single round for Head to head resolutions?","type":"boolean"},"headToHeadResolutions":{"type":"array","title":"Head to head resolutions","description":"Head to head resolutions","items":{"type":"object","title":"Head to head resolution","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadResolutionsSubsequent":{"type":"array","title":"Head to head resolutions for extra depth h2h's","description":"Head to head resolutions for extra depth h2h's","items":{"type":"object","title":"Head to head resolution for extra depth h2h's","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}}}},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"~standing_configurations~ model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"added":{"name":"added","description":"Record was added after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"nameLatin":{"name":"nameLatin","description":"The full name in latin characters","schema":{"type":"string","maxLength":50},"required":false,"in":"query"},"nameLatinContains":{"name":"nameLatinContains","description":"Fields that allow a 'Contains' query string parameter search for words separated by a space, matching characters left to right. Example: nameLatin=David Johnson nameLatinContains=Dav will match nameLatinContains=John will match nameLatinContains=son will not match","schema":{"type":"string","minLength":2,"maxLength":50},"required":false,"in":"query"},"nameLocal":{"name":"nameLocal","description":"The full name","schema":{"type":"string","maxLength":50},"required":false,"in":"query"},"nameLocalContains":{"name":"nameLocalContains","description":"Fields that allow a 'Contains' query string parameter search for words separated by a space, matching characters left to right. Example: nameLocal=David Johnson nameLocalContains=Dav will match nameLocalContains=John will match nameLocalContains=son will not match","schema":{"type":"string","minLength":2,"maxLength":50},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"updated":{"name":"updated","description":"Record was modified after this date/time. In UTC.","schema":{"type":"string","format":"date-time"},"required":false,"in":"query"}}},"paths":{"/baseball/o/{organizationId}/standings/configurations":{"get":{"tags":["Standing Configurations"],"summary":"Get a list of standing configurations","description":"Return a list of standing configurations","operationId":"standing_configurations_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Standing_Configurations Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Standing_ConfigurationsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/added"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/nameLatin"},{"$ref":"#/components/parameters/nameLatinContains"},{"$ref":"#/components/parameters/nameLocal"},{"$ref":"#/components/parameters/nameLocalContains"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/updated"}]}}}}
```

## Create a new standing configuration

> Insert a new standing configuration

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Baseball","version":"v1"},"tags":[{"name":"Standing Configurations","description":"Manage the configurations to existing standings data"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Standing_ConfigurationsModel":{"type":"object","additionalProperties":false,"properties":{"standingConfigurationId":{"description":"The unique identifier of the configuration","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this ~standing_configurations~ belongs to","type":"object"},"nameLocal":{"description":"The name of the ~standing_configurations~ in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150},"nameLatin":{"description":"The name of the ~standing_configurations~ in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"buildRules":{"title":"Standing Building","description":"Suilding definitions","type":"object","additionalProperties":false,"required":["grouping","buildType","fixtureTypes"],"properties":{"buildType":{"type":"string","description":"Overall standing Type (ROUND not used on live Standings)","enum":["ROUND","OVERALL"]},"buildOverall":{"type":"boolean","description":"Build overall standings"},"buildConferences":{"type":"boolean","description":"Build standings by conference"},"buildDivisions":{"type":"boolean","description":"Build standings by division"},"grouping":{"type":"string","description":"How to Group","enum":["STAGE","STAGEPOOL","NONE"]},"blankStanding":{"type":"boolean","description":"Give team blank row if no played"},"includeLiveFixtures":{"type":"boolean","description":"Include live matches"},"generateLiveStandings":{"type":"boolean","description":"Generate live matches"},"validateEntitiesStructure":{"type":"boolean","description":"Validate Entities against Fixture structure?"},"fixtureTypes":{"type":"array","items":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"]}},"decimalPlaces":{"type":"number","description":"Number of decimal places for percentage calculations","default":4},"skipLatestFlag":{"type":"boolean","description":"Skip setting latest=True for ROUND standings?"},"skipCleanRoundFlag":{"type":"boolean","description":"Skip cleaning future blank rounds?"},"forceHeadToHead":{"type":"boolean","description":"Set to true in order to force head-to-head resolution even when there aren't enough mutual fixtures between entities in a h2h group"}}},"configuration":{"title":"Standing Configuration","description":"Configuration definitions","type":"object","additionalProperties":false,"properties":{"lossesSecondaryScoreHomePoints":{"description":"Points for Home Loss by Secondary Score","type":"number"},"lossesSecondaryScoreAwayPoints":{"description":"Points for Away Loss by Secondary Score","type":"number"},"winsSecondaryScoreHomePoints":{"description":"Points for Home Win by Secondary Score","type":"number"},"winsSecondaryScoreAwayPoints":{"description":"Points for Away Win by Secondary Score","type":"number"},"winsHomePoints":{"description":"Points for Home Win","type":"number"},"lossesHomePoints":{"description":"Points for Home Loss","type":"number"},"drawsHomeScoredPoints":{"description":"Points for Home Draw where team scored","type":"number"},"drawsHomeZeroPoints":{"description":"Points for Home Draw with zero score","type":"number"},"forfeitWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitsWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitGivenHomePoints":{"description":"Points for giving a forfeit at home","type":"number"},"winsAwayPoints":{"description":"Points for Away Win","type":"number"},"lossesAwayPoints":{"description":"Points for Away Loss","type":"number"},"drawsAwayScoredPoints":{"description":"Points for Away Draw where team scored","type":"number"},"drawsAwayZeroPoints":{"description":"Points for Away Draw with zero score","type":"number"},"forfeitWonByAwayPoints":{"description":"Points for won by Forfeit at away","type":"number"},"forfeitGivenAwayPoints":{"description":"Points for giving a forfeit at away","type":"number"},"secondaryScoreDrawAsResult":{"description":"Is a secondary Score result a game result (resultPlace was a Draw)?","type":"boolean"},"checkSecondaryScores":{"type":"boolean","description":"Check Secondary Score for calculations"},"byePoints":{"description":"Points for bye","type":"number"},"byeIsPlayed":{"description":"Is a Bye added to played ?","type":"boolean"},"byeAddedWins":{"description":"Is a Bye added to won count?","type":"boolean"},"forfeitWonByAddedWins":{"description":"Is a forfeit won by (received) included in won count ?","type":"boolean"},"forfeitWonByAddedPlayed":{"description":"Is a forfeit won by (received) included in played count ?","type":"boolean"},"forfeitGivenAddedLosses":{"description":"Is a forfeit given included in losses count ?","type":"boolean"},"forfeitGivenAddedPlayed":{"description":"Is a forfeit given included in played count ?","type":"boolean"},"streak":{"description":"How is a streak calculated ?","type":"string","enum":["WON","NONLOST"]},"sorts":{"type":"array","title":"Sortings","description":"Sortings","items":{"type":"object","title":"Sorting","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadIdentification":{"type":"array","title":"Head to head identifications","description":"Head to head identifications","items":{"type":"object","title":"Head to head identification","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadIdentificationSubsequent":{"type":"array","title":"Head to head identifications for subsequent checks","description":"Head to head identifications for subsequent checks","items":{"type":"object","title":"Head to head identification for subsequent checks","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadUseAllFixtures":{"description":"Use all fixtures in Head to head resolutions regardless of Stage & Pool?","type":"boolean"},"headToHeadUseAdjustments":{"description":"Apply Standing Adjustments when performing Head to head resolutions?","type":"boolean"},"headToHeadSingleRound":{"description":"Only use single round for Head to head resolutions?","type":"boolean"},"headToHeadResolutions":{"type":"array","title":"Head to head resolutions","description":"Head to head resolutions","items":{"type":"object","title":"Head to head resolution","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadResolutionsSubsequent":{"type":"array","title":"Head to head resolutions for extra depth h2h's","description":"Head to head resolutions for extra depth h2h's","items":{"type":"object","title":"Head to head resolution for extra depth h2h's","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}}}},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"~standing_configurations~ model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/baseball/o/{organizationId}/standings/configurations":{"post":{"tags":["Standing Configurations"],"summary":"Create a new standing configuration","description":"Insert a new standing configuration","operationId":"standing_configurations_insert","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Standing_Configurations Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Standing_ConfigurationsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"standingConfigurationId":{"description":"The unique identifier of the configuration","type":"string","format":"uuid"},"nameLocal":{"description":"The name of the ~standing_configurations~ in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150},"nameLatin":{"description":"The name of the ~standing_configurations~ in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"buildRules":{"title":"Standing Building","description":"Suilding definitions","type":"object","additionalProperties":false,"required":["grouping","buildType","fixtureTypes"],"properties":{"buildType":{"type":"string","description":"Overall standing Type (ROUND not used on live Standings)","enum":["ROUND","OVERALL"]},"buildOverall":{"type":"boolean","description":"Build overall standings"},"buildConferences":{"type":"boolean","description":"Build standings by conference"},"buildDivisions":{"type":"boolean","description":"Build standings by division"},"grouping":{"type":"string","description":"How to Group","enum":["STAGE","STAGEPOOL","NONE"]},"blankStanding":{"type":"boolean","description":"Give team blank row if no played"},"includeLiveFixtures":{"type":"boolean","description":"Include live matches"},"generateLiveStandings":{"type":"boolean","description":"Generate live matches"},"validateEntitiesStructure":{"type":"boolean","description":"Validate Entities against Fixture structure?"},"fixtureTypes":{"type":"array","items":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"]}},"decimalPlaces":{"type":"number","description":"Number of decimal places for percentage calculations","default":4},"skipLatestFlag":{"type":"boolean","description":"Skip setting latest=True for ROUND standings?"},"skipCleanRoundFlag":{"type":"boolean","description":"Skip cleaning future blank rounds?"},"forceHeadToHead":{"type":"boolean","description":"Set to true in order to force head-to-head resolution even when there aren't enough mutual fixtures between entities in a h2h group"}}},"configuration":{"title":"Standing Configuration","description":"Configuration definitions","type":"object","additionalProperties":false,"properties":{"lossesSecondaryScoreHomePoints":{"description":"Points for Home Loss by Secondary Score","type":"number"},"lossesSecondaryScoreAwayPoints":{"description":"Points for Away Loss by Secondary Score","type":"number"},"winsSecondaryScoreHomePoints":{"description":"Points for Home Win by Secondary Score","type":"number"},"winsSecondaryScoreAwayPoints":{"description":"Points for Away Win by Secondary Score","type":"number"},"winsHomePoints":{"description":"Points for Home Win","type":"number"},"lossesHomePoints":{"description":"Points for Home Loss","type":"number"},"drawsHomeScoredPoints":{"description":"Points for Home Draw where team scored","type":"number"},"drawsHomeZeroPoints":{"description":"Points for Home Draw with zero score","type":"number"},"forfeitWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitsWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitGivenHomePoints":{"description":"Points for giving a forfeit at home","type":"number"},"winsAwayPoints":{"description":"Points for Away Win","type":"number"},"lossesAwayPoints":{"description":"Points for Away Loss","type":"number"},"drawsAwayScoredPoints":{"description":"Points for Away Draw where team scored","type":"number"},"drawsAwayZeroPoints":{"description":"Points for Away Draw with zero score","type":"number"},"forfeitWonByAwayPoints":{"description":"Points for won by Forfeit at away","type":"number"},"forfeitGivenAwayPoints":{"description":"Points for giving a forfeit at away","type":"number"},"secondaryScoreDrawAsResult":{"description":"Is a secondary Score result a game result (resultPlace was a Draw)?","type":"boolean"},"checkSecondaryScores":{"type":"boolean","description":"Check Secondary Score for calculations"},"byePoints":{"description":"Points for bye","type":"number"},"byeIsPlayed":{"description":"Is a Bye added to played ?","type":"boolean"},"byeAddedWins":{"description":"Is a Bye added to won count?","type":"boolean"},"forfeitWonByAddedWins":{"description":"Is a forfeit won by (received) included in won count ?","type":"boolean"},"forfeitWonByAddedPlayed":{"description":"Is a forfeit won by (received) included in played count ?","type":"boolean"},"forfeitGivenAddedLosses":{"description":"Is a forfeit given included in losses count ?","type":"boolean"},"forfeitGivenAddedPlayed":{"description":"Is a forfeit given included in played count ?","type":"boolean"},"streak":{"description":"How is a streak calculated ?","type":"string","enum":["WON","NONLOST"]},"sorts":{"type":"array","title":"Sortings","description":"Sortings","items":{"type":"object","title":"Sorting","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadIdentification":{"type":"array","title":"Head to head identifications","description":"Head to head identifications","items":{"type":"object","title":"Head to head identification","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadIdentificationSubsequent":{"type":"array","title":"Head to head identifications for subsequent checks","description":"Head to head identifications for subsequent checks","items":{"type":"object","title":"Head to head identification for subsequent checks","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadUseAllFixtures":{"description":"Use all fixtures in Head to head resolutions regardless of Stage & Pool?","type":"boolean"},"headToHeadUseAdjustments":{"description":"Apply Standing Adjustments when performing Head to head resolutions?","type":"boolean"},"headToHeadSingleRound":{"description":"Only use single round for Head to head resolutions?","type":"boolean"},"headToHeadResolutions":{"type":"array","title":"Head to head resolutions","description":"Head to head resolutions","items":{"type":"object","title":"Head to head resolution","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadResolutionsSubsequent":{"type":"array","title":"Head to head resolutions for extra depth h2h's","description":"Head to head resolutions for extra depth h2h's","items":{"type":"object","title":"Head to head resolution for extra depth h2h's","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}}}},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true}},"title":"~standing_configurations~ post body","required":["nameLocal"]}}}}}}}}
```

## Get standing configuration

> Return detailed information about a specific standing configuration

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Baseball","version":"v1"},"tags":[{"name":"Standing Configurations","description":"Manage the configurations to existing standings data"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Standing_ConfigurationsModel":{"type":"object","additionalProperties":false,"properties":{"standingConfigurationId":{"description":"The unique identifier of the configuration","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this ~standing_configurations~ belongs to","type":"object"},"nameLocal":{"description":"The name of the ~standing_configurations~ in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150},"nameLatin":{"description":"The name of the ~standing_configurations~ in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"buildRules":{"title":"Standing Building","description":"Suilding definitions","type":"object","additionalProperties":false,"required":["grouping","buildType","fixtureTypes"],"properties":{"buildType":{"type":"string","description":"Overall standing Type (ROUND not used on live Standings)","enum":["ROUND","OVERALL"]},"buildOverall":{"type":"boolean","description":"Build overall standings"},"buildConferences":{"type":"boolean","description":"Build standings by conference"},"buildDivisions":{"type":"boolean","description":"Build standings by division"},"grouping":{"type":"string","description":"How to Group","enum":["STAGE","STAGEPOOL","NONE"]},"blankStanding":{"type":"boolean","description":"Give team blank row if no played"},"includeLiveFixtures":{"type":"boolean","description":"Include live matches"},"generateLiveStandings":{"type":"boolean","description":"Generate live matches"},"validateEntitiesStructure":{"type":"boolean","description":"Validate Entities against Fixture structure?"},"fixtureTypes":{"type":"array","items":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"]}},"decimalPlaces":{"type":"number","description":"Number of decimal places for percentage calculations","default":4},"skipLatestFlag":{"type":"boolean","description":"Skip setting latest=True for ROUND standings?"},"skipCleanRoundFlag":{"type":"boolean","description":"Skip cleaning future blank rounds?"},"forceHeadToHead":{"type":"boolean","description":"Set to true in order to force head-to-head resolution even when there aren't enough mutual fixtures between entities in a h2h group"}}},"configuration":{"title":"Standing Configuration","description":"Configuration definitions","type":"object","additionalProperties":false,"properties":{"lossesSecondaryScoreHomePoints":{"description":"Points for Home Loss by Secondary Score","type":"number"},"lossesSecondaryScoreAwayPoints":{"description":"Points for Away Loss by Secondary Score","type":"number"},"winsSecondaryScoreHomePoints":{"description":"Points for Home Win by Secondary Score","type":"number"},"winsSecondaryScoreAwayPoints":{"description":"Points for Away Win by Secondary Score","type":"number"},"winsHomePoints":{"description":"Points for Home Win","type":"number"},"lossesHomePoints":{"description":"Points for Home Loss","type":"number"},"drawsHomeScoredPoints":{"description":"Points for Home Draw where team scored","type":"number"},"drawsHomeZeroPoints":{"description":"Points for Home Draw with zero score","type":"number"},"forfeitWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitsWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitGivenHomePoints":{"description":"Points for giving a forfeit at home","type":"number"},"winsAwayPoints":{"description":"Points for Away Win","type":"number"},"lossesAwayPoints":{"description":"Points for Away Loss","type":"number"},"drawsAwayScoredPoints":{"description":"Points for Away Draw where team scored","type":"number"},"drawsAwayZeroPoints":{"description":"Points for Away Draw with zero score","type":"number"},"forfeitWonByAwayPoints":{"description":"Points for won by Forfeit at away","type":"number"},"forfeitGivenAwayPoints":{"description":"Points for giving a forfeit at away","type":"number"},"secondaryScoreDrawAsResult":{"description":"Is a secondary Score result a game result (resultPlace was a Draw)?","type":"boolean"},"checkSecondaryScores":{"type":"boolean","description":"Check Secondary Score for calculations"},"byePoints":{"description":"Points for bye","type":"number"},"byeIsPlayed":{"description":"Is a Bye added to played ?","type":"boolean"},"byeAddedWins":{"description":"Is a Bye added to won count?","type":"boolean"},"forfeitWonByAddedWins":{"description":"Is a forfeit won by (received) included in won count ?","type":"boolean"},"forfeitWonByAddedPlayed":{"description":"Is a forfeit won by (received) included in played count ?","type":"boolean"},"forfeitGivenAddedLosses":{"description":"Is a forfeit given included in losses count ?","type":"boolean"},"forfeitGivenAddedPlayed":{"description":"Is a forfeit given included in played count ?","type":"boolean"},"streak":{"description":"How is a streak calculated ?","type":"string","enum":["WON","NONLOST"]},"sorts":{"type":"array","title":"Sortings","description":"Sortings","items":{"type":"object","title":"Sorting","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadIdentification":{"type":"array","title":"Head to head identifications","description":"Head to head identifications","items":{"type":"object","title":"Head to head identification","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadIdentificationSubsequent":{"type":"array","title":"Head to head identifications for subsequent checks","description":"Head to head identifications for subsequent checks","items":{"type":"object","title":"Head to head identification for subsequent checks","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadUseAllFixtures":{"description":"Use all fixtures in Head to head resolutions regardless of Stage & Pool?","type":"boolean"},"headToHeadUseAdjustments":{"description":"Apply Standing Adjustments when performing Head to head resolutions?","type":"boolean"},"headToHeadSingleRound":{"description":"Only use single round for Head to head resolutions?","type":"boolean"},"headToHeadResolutions":{"type":"array","title":"Head to head resolutions","description":"Head to head resolutions","items":{"type":"object","title":"Head to head resolution","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadResolutionsSubsequent":{"type":"array","title":"Head to head resolutions for extra depth h2h's","description":"Head to head resolutions for extra depth h2h's","items":{"type":"object","title":"Head to head resolution for extra depth h2h's","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}}}},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"~standing_configurations~ model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"}}},"paths":{"/baseball/o/{organizationId}/standings/configurations/{standingConfigurationId}":{"get":{"tags":["Standing Configurations"],"summary":"Get standing configuration","description":"Return detailed information about a specific standing configuration","operationId":"standing_configurations_detail","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Standing_Configurations Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Standing_ConfigurationsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"standingConfigurationId","description":"The unique identifier of the configuration","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"}]}}}}
```

## Update standing configuration

> Change the information of a specific standing configuration

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Baseball","version":"v1"},"tags":[{"name":"Standing Configurations","description":"Manage the configurations to existing standings data"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Standing_ConfigurationsModel":{"type":"object","additionalProperties":false,"properties":{"standingConfigurationId":{"description":"The unique identifier of the configuration","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this ~standing_configurations~ belongs to","type":"object"},"nameLocal":{"description":"The name of the ~standing_configurations~ in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150},"nameLatin":{"description":"The name of the ~standing_configurations~ in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"buildRules":{"title":"Standing Building","description":"Suilding definitions","type":"object","additionalProperties":false,"required":["grouping","buildType","fixtureTypes"],"properties":{"buildType":{"type":"string","description":"Overall standing Type (ROUND not used on live Standings)","enum":["ROUND","OVERALL"]},"buildOverall":{"type":"boolean","description":"Build overall standings"},"buildConferences":{"type":"boolean","description":"Build standings by conference"},"buildDivisions":{"type":"boolean","description":"Build standings by division"},"grouping":{"type":"string","description":"How to Group","enum":["STAGE","STAGEPOOL","NONE"]},"blankStanding":{"type":"boolean","description":"Give team blank row if no played"},"includeLiveFixtures":{"type":"boolean","description":"Include live matches"},"generateLiveStandings":{"type":"boolean","description":"Generate live matches"},"validateEntitiesStructure":{"type":"boolean","description":"Validate Entities against Fixture structure?"},"fixtureTypes":{"type":"array","items":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"]}},"decimalPlaces":{"type":"number","description":"Number of decimal places for percentage calculations","default":4},"skipLatestFlag":{"type":"boolean","description":"Skip setting latest=True for ROUND standings?"},"skipCleanRoundFlag":{"type":"boolean","description":"Skip cleaning future blank rounds?"},"forceHeadToHead":{"type":"boolean","description":"Set to true in order to force head-to-head resolution even when there aren't enough mutual fixtures between entities in a h2h group"}}},"configuration":{"title":"Standing Configuration","description":"Configuration definitions","type":"object","additionalProperties":false,"properties":{"lossesSecondaryScoreHomePoints":{"description":"Points for Home Loss by Secondary Score","type":"number"},"lossesSecondaryScoreAwayPoints":{"description":"Points for Away Loss by Secondary Score","type":"number"},"winsSecondaryScoreHomePoints":{"description":"Points for Home Win by Secondary Score","type":"number"},"winsSecondaryScoreAwayPoints":{"description":"Points for Away Win by Secondary Score","type":"number"},"winsHomePoints":{"description":"Points for Home Win","type":"number"},"lossesHomePoints":{"description":"Points for Home Loss","type":"number"},"drawsHomeScoredPoints":{"description":"Points for Home Draw where team scored","type":"number"},"drawsHomeZeroPoints":{"description":"Points for Home Draw with zero score","type":"number"},"forfeitWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitsWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitGivenHomePoints":{"description":"Points for giving a forfeit at home","type":"number"},"winsAwayPoints":{"description":"Points for Away Win","type":"number"},"lossesAwayPoints":{"description":"Points for Away Loss","type":"number"},"drawsAwayScoredPoints":{"description":"Points for Away Draw where team scored","type":"number"},"drawsAwayZeroPoints":{"description":"Points for Away Draw with zero score","type":"number"},"forfeitWonByAwayPoints":{"description":"Points for won by Forfeit at away","type":"number"},"forfeitGivenAwayPoints":{"description":"Points for giving a forfeit at away","type":"number"},"secondaryScoreDrawAsResult":{"description":"Is a secondary Score result a game result (resultPlace was a Draw)?","type":"boolean"},"checkSecondaryScores":{"type":"boolean","description":"Check Secondary Score for calculations"},"byePoints":{"description":"Points for bye","type":"number"},"byeIsPlayed":{"description":"Is a Bye added to played ?","type":"boolean"},"byeAddedWins":{"description":"Is a Bye added to won count?","type":"boolean"},"forfeitWonByAddedWins":{"description":"Is a forfeit won by (received) included in won count ?","type":"boolean"},"forfeitWonByAddedPlayed":{"description":"Is a forfeit won by (received) included in played count ?","type":"boolean"},"forfeitGivenAddedLosses":{"description":"Is a forfeit given included in losses count ?","type":"boolean"},"forfeitGivenAddedPlayed":{"description":"Is a forfeit given included in played count ?","type":"boolean"},"streak":{"description":"How is a streak calculated ?","type":"string","enum":["WON","NONLOST"]},"sorts":{"type":"array","title":"Sortings","description":"Sortings","items":{"type":"object","title":"Sorting","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadIdentification":{"type":"array","title":"Head to head identifications","description":"Head to head identifications","items":{"type":"object","title":"Head to head identification","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadIdentificationSubsequent":{"type":"array","title":"Head to head identifications for subsequent checks","description":"Head to head identifications for subsequent checks","items":{"type":"object","title":"Head to head identification for subsequent checks","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadUseAllFixtures":{"description":"Use all fixtures in Head to head resolutions regardless of Stage & Pool?","type":"boolean"},"headToHeadUseAdjustments":{"description":"Apply Standing Adjustments when performing Head to head resolutions?","type":"boolean"},"headToHeadSingleRound":{"description":"Only use single round for Head to head resolutions?","type":"boolean"},"headToHeadResolutions":{"type":"array","title":"Head to head resolutions","description":"Head to head resolutions","items":{"type":"object","title":"Head to head resolution","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadResolutionsSubsequent":{"type":"array","title":"Head to head resolutions for extra depth h2h's","description":"Head to head resolutions for extra depth h2h's","items":{"type":"object","title":"Head to head resolution for extra depth h2h's","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}}}},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"~standing_configurations~ model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/baseball/o/{organizationId}/standings/configurations/{standingConfigurationId}":{"put":{"tags":["Standing Configurations"],"summary":"Update standing configuration","description":"Change the information of a specific standing configuration","operationId":"standing_configurations_update","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Standing_Configurations Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Standing_ConfigurationsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"standingConfigurationId","description":"The unique identifier of the configuration","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"nameLocal":{"description":"The name of the ~standing_configurations~ in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150},"nameLatin":{"description":"The name of the ~standing_configurations~ in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"buildRules":{"title":"Standing Building","description":"Suilding definitions","type":"object","additionalProperties":false,"required":["grouping","buildType","fixtureTypes"],"properties":{"buildType":{"type":"string","description":"Overall standing Type (ROUND not used on live Standings)","enum":["ROUND","OVERALL"]},"buildOverall":{"type":"boolean","description":"Build overall standings"},"buildConferences":{"type":"boolean","description":"Build standings by conference"},"buildDivisions":{"type":"boolean","description":"Build standings by division"},"grouping":{"type":"string","description":"How to Group","enum":["STAGE","STAGEPOOL","NONE"]},"blankStanding":{"type":"boolean","description":"Give team blank row if no played"},"includeLiveFixtures":{"type":"boolean","description":"Include live matches"},"generateLiveStandings":{"type":"boolean","description":"Generate live matches"},"validateEntitiesStructure":{"type":"boolean","description":"Validate Entities against Fixture structure?"},"fixtureTypes":{"type":"array","items":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"]}},"decimalPlaces":{"type":"number","description":"Number of decimal places for percentage calculations","default":4},"skipLatestFlag":{"type":"boolean","description":"Skip setting latest=True for ROUND standings?"},"skipCleanRoundFlag":{"type":"boolean","description":"Skip cleaning future blank rounds?"},"forceHeadToHead":{"type":"boolean","description":"Set to true in order to force head-to-head resolution even when there aren't enough mutual fixtures between entities in a h2h group"}}},"configuration":{"title":"Standing Configuration","description":"Configuration definitions","type":"object","additionalProperties":false,"properties":{"lossesSecondaryScoreHomePoints":{"description":"Points for Home Loss by Secondary Score","type":"number"},"lossesSecondaryScoreAwayPoints":{"description":"Points for Away Loss by Secondary Score","type":"number"},"winsSecondaryScoreHomePoints":{"description":"Points for Home Win by Secondary Score","type":"number"},"winsSecondaryScoreAwayPoints":{"description":"Points for Away Win by Secondary Score","type":"number"},"winsHomePoints":{"description":"Points for Home Win","type":"number"},"lossesHomePoints":{"description":"Points for Home Loss","type":"number"},"drawsHomeScoredPoints":{"description":"Points for Home Draw where team scored","type":"number"},"drawsHomeZeroPoints":{"description":"Points for Home Draw with zero score","type":"number"},"forfeitWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitsWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitGivenHomePoints":{"description":"Points for giving a forfeit at home","type":"number"},"winsAwayPoints":{"description":"Points for Away Win","type":"number"},"lossesAwayPoints":{"description":"Points for Away Loss","type":"number"},"drawsAwayScoredPoints":{"description":"Points for Away Draw where team scored","type":"number"},"drawsAwayZeroPoints":{"description":"Points for Away Draw with zero score","type":"number"},"forfeitWonByAwayPoints":{"description":"Points for won by Forfeit at away","type":"number"},"forfeitGivenAwayPoints":{"description":"Points for giving a forfeit at away","type":"number"},"secondaryScoreDrawAsResult":{"description":"Is a secondary Score result a game result (resultPlace was a Draw)?","type":"boolean"},"checkSecondaryScores":{"type":"boolean","description":"Check Secondary Score for calculations"},"byePoints":{"description":"Points for bye","type":"number"},"byeIsPlayed":{"description":"Is a Bye added to played ?","type":"boolean"},"byeAddedWins":{"description":"Is a Bye added to won count?","type":"boolean"},"forfeitWonByAddedWins":{"description":"Is a forfeit won by (received) included in won count ?","type":"boolean"},"forfeitWonByAddedPlayed":{"description":"Is a forfeit won by (received) included in played count ?","type":"boolean"},"forfeitGivenAddedLosses":{"description":"Is a forfeit given included in losses count ?","type":"boolean"},"forfeitGivenAddedPlayed":{"description":"Is a forfeit given included in played count ?","type":"boolean"},"streak":{"description":"How is a streak calculated ?","type":"string","enum":["WON","NONLOST"]},"sorts":{"type":"array","title":"Sortings","description":"Sortings","items":{"type":"object","title":"Sorting","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadIdentification":{"type":"array","title":"Head to head identifications","description":"Head to head identifications","items":{"type":"object","title":"Head to head identification","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadIdentificationSubsequent":{"type":"array","title":"Head to head identifications for subsequent checks","description":"Head to head identifications for subsequent checks","items":{"type":"object","title":"Head to head identification for subsequent checks","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadUseAllFixtures":{"description":"Use all fixtures in Head to head resolutions regardless of Stage & Pool?","type":"boolean"},"headToHeadUseAdjustments":{"description":"Apply Standing Adjustments when performing Head to head resolutions?","type":"boolean"},"headToHeadSingleRound":{"description":"Only use single round for Head to head resolutions?","type":"boolean"},"headToHeadResolutions":{"type":"array","title":"Head to head resolutions","description":"Head to head resolutions","items":{"type":"object","title":"Head to head resolution","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadResolutionsSubsequent":{"type":"array","title":"Head to head resolutions for extra depth h2h's","description":"Head to head resolutions for extra depth h2h's","items":{"type":"object","title":"Head to head resolution for extra depth h2h's","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}}}},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true}},"title":"~standing_configurations~ put body"}}}}}}}}
```

## Delete standing configuration

> Delete a specific standing configuration

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Baseball","version":"v1"},"tags":[{"name":"Standing Configurations","description":"Manage the configurations to existing standings data"}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Standing_ConfigurationsModel":{"type":"object","additionalProperties":false,"properties":{"standingConfigurationId":{"description":"The unique identifier of the configuration","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this ~standing_configurations~ belongs to","type":"object"},"nameLocal":{"description":"The name of the ~standing_configurations~ in the [local](#section/Introduction/Character-Sets-and-Names) language","type":"string","maxLength":150},"nameLatin":{"description":"The name of the ~standing_configurations~ in [latin](#section/Introduction/Character-Sets-and-Names) characters","type":"string","maxLength":150,"nullable":true},"buildRules":{"title":"Standing Building","description":"Suilding definitions","type":"object","additionalProperties":false,"required":["grouping","buildType","fixtureTypes"],"properties":{"buildType":{"type":"string","description":"Overall standing Type (ROUND not used on live Standings)","enum":["ROUND","OVERALL"]},"buildOverall":{"type":"boolean","description":"Build overall standings"},"buildConferences":{"type":"boolean","description":"Build standings by conference"},"buildDivisions":{"type":"boolean","description":"Build standings by division"},"grouping":{"type":"string","description":"How to Group","enum":["STAGE","STAGEPOOL","NONE"]},"blankStanding":{"type":"boolean","description":"Give team blank row if no played"},"includeLiveFixtures":{"type":"boolean","description":"Include live matches"},"generateLiveStandings":{"type":"boolean","description":"Generate live matches"},"validateEntitiesStructure":{"type":"boolean","description":"Validate Entities against Fixture structure?"},"fixtureTypes":{"type":"array","items":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"]}},"decimalPlaces":{"type":"number","description":"Number of decimal places for percentage calculations","default":4},"skipLatestFlag":{"type":"boolean","description":"Skip setting latest=True for ROUND standings?"},"skipCleanRoundFlag":{"type":"boolean","description":"Skip cleaning future blank rounds?"},"forceHeadToHead":{"type":"boolean","description":"Set to true in order to force head-to-head resolution even when there aren't enough mutual fixtures between entities in a h2h group"}}},"configuration":{"title":"Standing Configuration","description":"Configuration definitions","type":"object","additionalProperties":false,"properties":{"lossesSecondaryScoreHomePoints":{"description":"Points for Home Loss by Secondary Score","type":"number"},"lossesSecondaryScoreAwayPoints":{"description":"Points for Away Loss by Secondary Score","type":"number"},"winsSecondaryScoreHomePoints":{"description":"Points for Home Win by Secondary Score","type":"number"},"winsSecondaryScoreAwayPoints":{"description":"Points for Away Win by Secondary Score","type":"number"},"winsHomePoints":{"description":"Points for Home Win","type":"number"},"lossesHomePoints":{"description":"Points for Home Loss","type":"number"},"drawsHomeScoredPoints":{"description":"Points for Home Draw where team scored","type":"number"},"drawsHomeZeroPoints":{"description":"Points for Home Draw with zero score","type":"number"},"forfeitWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitsWonByHomePoints":{"description":"Points for won by Forfeit at home","type":"number"},"forfeitGivenHomePoints":{"description":"Points for giving a forfeit at home","type":"number"},"winsAwayPoints":{"description":"Points for Away Win","type":"number"},"lossesAwayPoints":{"description":"Points for Away Loss","type":"number"},"drawsAwayScoredPoints":{"description":"Points for Away Draw where team scored","type":"number"},"drawsAwayZeroPoints":{"description":"Points for Away Draw with zero score","type":"number"},"forfeitWonByAwayPoints":{"description":"Points for won by Forfeit at away","type":"number"},"forfeitGivenAwayPoints":{"description":"Points for giving a forfeit at away","type":"number"},"secondaryScoreDrawAsResult":{"description":"Is a secondary Score result a game result (resultPlace was a Draw)?","type":"boolean"},"checkSecondaryScores":{"type":"boolean","description":"Check Secondary Score for calculations"},"byePoints":{"description":"Points for bye","type":"number"},"byeIsPlayed":{"description":"Is a Bye added to played ?","type":"boolean"},"byeAddedWins":{"description":"Is a Bye added to won count?","type":"boolean"},"forfeitWonByAddedWins":{"description":"Is a forfeit won by (received) included in won count ?","type":"boolean"},"forfeitWonByAddedPlayed":{"description":"Is a forfeit won by (received) included in played count ?","type":"boolean"},"forfeitGivenAddedLosses":{"description":"Is a forfeit given included in losses count ?","type":"boolean"},"forfeitGivenAddedPlayed":{"description":"Is a forfeit given included in played count ?","type":"boolean"},"streak":{"description":"How is a streak calculated ?","type":"string","enum":["WON","NONLOST"]},"sorts":{"type":"array","title":"Sortings","description":"Sortings","items":{"type":"object","title":"Sorting","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadIdentification":{"type":"array","title":"Head to head identifications","description":"Head to head identifications","items":{"type":"object","title":"Head to head identification","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadIdentificationSubsequent":{"type":"array","title":"Head to head identifications for subsequent checks","description":"Head to head identifications for subsequent checks","items":{"type":"object","title":"Head to head identification for subsequent checks","additionalProperties":false,"properties":{"checkField":{"description":"Field to check","type":"string"}}}},"headToHeadUseAllFixtures":{"description":"Use all fixtures in Head to head resolutions regardless of Stage & Pool?","type":"boolean"},"headToHeadUseAdjustments":{"description":"Apply Standing Adjustments when performing Head to head resolutions?","type":"boolean"},"headToHeadSingleRound":{"description":"Only use single round for Head to head resolutions?","type":"boolean"},"headToHeadResolutions":{"type":"array","title":"Head to head resolutions","description":"Head to head resolutions","items":{"type":"object","title":"Head to head resolution","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}},"headToHeadResolutionsSubsequent":{"type":"array","title":"Head to head resolutions for extra depth h2h's","description":"Head to head resolutions for extra depth h2h's","items":{"type":"object","title":"Head to head resolution for extra depth h2h's","additionalProperties":false,"properties":{"sortField":{"description":"Sort Field","type":"string"},"sortDirection":{"description":"Sort direction","type":"string","enum":["ASC","DESC"]}}}}}},"externalId":{"description":"The Id of the data as set by the provider of the data","type":"string","maxLength":150,"pattern":"^[0-9A-Za-z/_-]+$","nullable":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"~standing_configurations~ model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"forceDelete":{"name":"forceDelete","description":"Force a delete command to run and delete child records as well if there are existing records depending on the record.","schema":{"type":"boolean"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/baseball/o/{organizationId}/standings/configurations/{standingConfigurationId}":{"delete":{"tags":["Standing Configurations"],"summary":"Delete standing configuration","description":"Delete a specific standing configuration","operationId":"standing_configurations_delete","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Standing_Configurations Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Standing_ConfigurationsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/forceDelete"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"standingConfigurationId","description":"The unique identifier of the configuration","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"}]}}}}
```
