[Company]-Satellite Under Star
Developing
Request
Body Params application/json
{
"starDocId": "string"
}
Request Code Samples
curl --location --request POST '/api=getSatellitesByStar' \
--header 'Content-Type: application/json' \
--data-raw '{
"starDocId": "string"
}'
Responses
application/json {
"code": 0,
"message": "string",
"reqId": "string",
"payload": [
{
"name": "string",
"code": "string",
"docId": "string",
"rfc": "string",
"clabe": "string",
"refClabe": "string"
}
]
}
Modified at 2025-03-05 17:38:15