GET api/Equipment/ChangeState?billing_guid={billing_guid}

“ChangeState”的文档。

Request Information

Parameters

NameDescriptionAdditional information
billing_guid
“billing_guid”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Head": {
    "Code": 1,
    "Msg": "sample string 2"
  },
  "Body": {
    "Data": true
  }
}