Tema
CreateRemissionNoteOptions
Properties
recipient
ts
recipient: Recipient;items
ts
items: readonly RemissionItem[];departure
ts
departure: TransportEndpoint;De dónde sale la mercadería.
arrival
ts
arrival: TransportEndpoint;A dónde llega.
vehicle
ts
vehicle: Vehicle;carrier
ts
carrier: Carrier;estimatedKilometers
ts
estimatedKilometers: number;Distancia estimada del traslado. Obligatorio.
startDate
ts
startDate: DateLike;Fecha estimada de inicio del traslado. Obligatorio.
endDate
ts
endDate: DateLike;Fecha estimada de fin. Obligatorio.
associatedDocument?
ts
optional associatedDocument?: AssociatedDocument;Documento que ampara el traslado. Si no se pasa, se manda AssociatedDocument.none().
reason?
ts
optional reason?: 2 | 1 | 3 | 8 | 5 | 10 | 4 | 6 | 7 | 9 | 11 | 12 | 13 | 14 | 99;Motivo del traslado. SIFEN define 15; SmartDoc solo ofrece CONSIGNMENT en su interfaz, pero la API acepta todos.
responsible?
ts
optional responsible?: 2 | 1 | 3 | 5 | 4;transportType?
ts
optional transportType?: 2 | 1;transportMode?
ts
optional transportMode?: 2 | 1 | 3 | 4;freightResponsible?
ts
optional freightResponsible?: 2 | 1 | 3 | 5 | 4;remissionDate?
ts
optional remissionDate?: DateLike;invoiceId?
ts
optional invoiceId?: number;description?
ts
optional description?: string;obs?
ts
optional obs?: string;number?
ts
optional number?: string;establishment?
ts
optional establishment?: string | number;dispatchPoint?
ts
optional dispatchPoint?: string | number;idempotencyKey?
ts
optional idempotencyKey?: string;extra?
ts
optional extra?: Body;