Skip to content

Provider member subjection provider

GET v1/ad/providerMember/:admin/provider

Request

namenecessarytypedefaultdescribeui

Response data struct

namenecessarytypedefaultdescribeui
codetrueint-错误码(error code)
messagetruestring-错误信息(error message)
causetruestring-错误原因(error cause)
detailstruearray-详情(details)
-idtrueint-id(id)
-provider_owner_idtrueint-机构所有者id(provider owner id)
-provider_idtruestring-机构id(provider id)
-logotruestring-logo(logo)
-nametruestring-机构名称(provider name)
-emailtruestring-机构邮箱(provider email)
-area_codetruestring-国际区号(area code)
-phonetruestring-手机号码(phone)
-countrytruestring-国家(country)
-post_codetruestring-邮编(post code)
-addresstruestring-机构地址(address)
-descriptiontruestring-描述(description)
-statustrueint-状态:0禁用,1正常(status: 0 disabled, 1 normal)
-created_attruestring-创建时间(creation time)
-updated_attruestring-更新时间(update time

Example

  • Url params: v1/ad/providerMember/35/provider

  • Header:

keyvalue
x-api-keyyour's key value
  • Response body:
json
{
    "code": 0,
    "message": "Success",
    "cause": "",
    "details": [
        {
            "id": 1,
            "provider_owner_id": 1,
            "provider_id": "20220101000000",
            "logo": "",
            "name": "xxxx",
            "email": "",
            "area_code": "",
            "phone": "",
            "country": "",
            "post_code": "",
            "address": "",
            "description": "",
            "status": 1,
            "created_at": "2022-11-18T11:09:54+08:00",
            "updated_at": "2022-11-18T11:09:57+08:00"
        }
    ]
}
{
    "code": 0,
    "message": "Success",
    "cause": "",
    "details": [
        {
            "id": 1,
            "provider_owner_id": 1,
            "provider_id": "20220101000000",
            "logo": "",
            "name": "xxxx",
            "email": "",
            "area_code": "",
            "phone": "",
            "country": "",
            "post_code": "",
            "address": "",
            "description": "",
            "status": 1,
            "created_at": "2022-11-18T11:09:54+08:00",
            "updated_at": "2022-11-18T11:09:57+08:00"
        }
    ]
}