Method: operators.planStatuses.createStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Allows mobile operators to add new PlanStatus entries for their users, identified by their Autonomous System Number (ASN) and a user key.
The API utilizes a POST request tohttps://mobiledataplansharing.googleapis.com/v1/{parent=operators/*}/planStatuses, with the parent resource being the operator's ASN.
Both request and response bodies use the PlanStatus object to convey plan status information.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-03 UTC."],[],["A mobile operator uses a `POST` request to add a new `PlanStatus` entry. The request URL specifies the operator's ASN via a `parent` path parameter (`operators/{asn_id}`). A `userKey` query parameter identifies the user. The request body includes `PlanStatus` data, and a successful response returns the created `PlanStatus`. This action requires the `https://www.googleapis.com/auth/dataplansharing` OAuth scope, utilizing gRPC Transcoding for the URL.\n"]]