MG+ Free Games Plus Guide
Breadcrumbs

获取批量上传的详细资料

GET /agents/{agentCode}/offers/batches/{batchGuid}

400请求错误

Missing BatchGuid

{
  "code": "WrongParameter",
  "message": "The field \"BatchGuid\" is required!"
}


Missing AgentCode

{
  "code": "WrongParameter",
  "message": "The field \"AgentCode\" is required!"
}


AgentCode: Max 50 Alphanumeric Characters

{
  "code": "WrongParameter",
  "message": "The field \"AgentCode\" must be a string with a maximum length of 50. Using only numbers and english alphabets!"
}


Invalid AgentCode

{
  "code": "WrongParameter",
  "message": "AgentCode is not matched"
}