Disponível na versão: 1.0+
Devolve os detalhes de um fornecedor.
Devolve os detalhes de um fornecedor.
https://api.moloni.pt/v1/suppliers/getOne/?access_token=[current_access_token]
Obrigatório
Obrigatório
{ supplier_id: int, number: string, name: string, vat: string, address: string, city: string, zip_code: string, country_id: int, email: string, website: string, phone: string, fax: string, contact_name: string, contact_email: string, contact_phone: string, notes: string, discount: float, credit_limit: float, qty_copies_document: int, maturity_date_id: int, field_notes: string, language_id: int, payment_method_id: int, delivery_method_id: int, country: { country_id: int, country: string, iso_3166_1: string }, language: { language_id: int, code: string, name: string }, maturity_date: { maturity_date_id: int, name: string, days: int, associated_discount: float }, payment_method: { payment_method_id: int, name: string }, delivery_method: { delivery_method_id: int, name: string } }