Transfer advices raised from the system. Ignore if advice process is not used.
Request
Query Params
full_sync
boolean
optional
Whether the data should be synced in an incremental manner or completely. Defaults to false.
Header Params
X-SYNC-TOKEN
string
required
<sync_token>
Accept-Encoding
string
required
gzip (mandatory)
Body Params application/json
array of:
tadvice_id
string
required
Transfer Advice ID generated at the originating store
hq_sta_id
string
required
Mapping central ID to the store generated ID.
target_store
string
required
Store that has to receive the transfer
origin_store
string
required
Store from where the transfer is originated
transfer_advice_date
string<date>
required
Date the advice was raised.
item_count
number
required
Number of unique articles Eg. If 5 pieces of article A and 7 pieces of article B are being transferred, this field should have 2 as the value as there are 2 unique articles.
po_ref
string
optional
A GRN on a PO can lead to STA's being raised immediately in the case of FT articles. The corresponding PO ID is captured in this field.
transfer_advice_type
enum<string>
required
Type of the transfer advice. Transfer In(TI), Transfer Out(TO).
Allowed values:
TOTI
transfer_ref
string
required
A linking reference to map with associated transfer out/in. Can be the same value as the hq_sta_id.