Sellers (Franchise)
cURL
curl --request PUT \ --url https://api-sandbox.y.uno/v1/sellers/{merchant_seller_id} \ --header 'Content-Type: application/json' \ --header 'X-account-code: <x-account-code>' \ --header 'private-secret-key: <private-secret-key>' \ --header 'public-api-key: <public-api-key>' \ --data ' { "name": "<string>", "email": "<string>", "phone": { "country_code": "<string>", "number": "<string>" }, "document": { "type": "<string>", "number": "<string>" }, "address": { "street": "<string>", "number": "<string>", "city": "<string>", "state": "<string>", "country": "<string>", "zip_code": "<string>" }, "country": "<string>", "industry": "<string>", "merchant_category_code": "<string>", "payment_method": [ { "payment_method_type": "<string>", "detail": { "card": { "provider": { "id": "<string>", "merchant_id": "<string>" } } } } ] } '
{ "seller_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "account_code": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "merchant_seller_id": "<string>", "name": "<string>", "email": "<string>", "phone": { "country_code": "<string>", "number": "<string>" }, "document": { "type": "<string>", "number": "<string>" }, "address": { "street": "<string>", "number": "<string>", "city": "<string>", "state": "<string>", "country": "<string>", "zip_code": "<string>" }, "country": "<string>", "website": "<string>", "industry": "<string>", "merchant_category_code": "<string>", "payment_method": [ { "payment_method_type": "<string>", "detail": { "card": { "provider": { "id": "<string>", "merchant_id": "<string>" } } } } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
null
Show child attributes
OK
2
4