Supplier Return id
Example:10000
Sample request:
PUT /supplierreturns
{
"supplier":{
"id": 1
},
"outlet":{
"id": 1
},
"supplier_address":{
"address_line1": "address",
"suburb": "suburb",
"state": "state",
"postcode": "postcode",
"country":{
"id": 1,
"name": "country_name"
}
},
"notes": "notes",
"return_authorisation": "return authorisation",
"include_tax": false,
"supplier_return_status":{
"id": 1
}
}
Supplier Return id
Example:10000
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Supplier Return model
Returns updated Supplier Return
Supplier Returns VM
Supplier Return identifier
Include Tax
Default:true
Supplier model
Supplier Return Status Model
Supplier address model
Total return quantity
Total claim amount ex
Total claim amount tax
Total claim amount inc
Total credit received ex
Total credit received inc
Notes
>= 0 characters<= 8000 characters
Return Authorisation
>= 0 characters<= 100 characters
Started on
Created on
Modified on
Finalised on
Credit Note model
User Model
User Model
Searches Supplier Return Items by Supplier Return id and other parameters
Supplier Return Items ids. (comma separated)
Other properties are skipped, if used.
Example: 2,3,4
Supplier Return reason ids.
Example: 2,3,4
Supplier Return Item status ids.
Example: 2,3,4
Supplier Return Item source ids.
Example: 2,3,4
Created since
Modified since
Select fields.
Available field name values: id
Example: id
Order by.
Available field name values: id, product_id, size, colour, supplier_sku, manufacturer_sku, supplier_sku2, short_description, supplier_return_reason, return_quantity, original_buy_ex, total_original_buy_ex, supplier_return_item_status, supplier_return_item_source, original_supplier_invoice, total_claim_amount_ex, total_claim_amount_tax, total_claim_amount_inc, claim_amount_ex, credit_note_id, credit_note_item_id, credit_amount_ex, supplier_return_item_notes, total_credit_amount_ex, total_credit_amount_inc, created_by_id, created_by_first_name, created_by_surname, modified_by_id, modified_by_first_name, modified_by_surname.
Available direction values: asc, desc.
Example: id asc, product_id desc
Format - int32.
>= 1<= 100000
Format - int32.
>= 1<= 2147483647
Supplier Return id
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Paging Response with Supplier Return Items data
Supplier Return Item
Sample request:
POST /supplierreturn/1/supplierreturnitems
{
"product": {
"id": 1
},
"supplier_return_reason": {
"id": 1
},
"return_quantity": 1,
"original_buy_ex": 1.1,
"claim_amount_ex": 1.1,
"supplier_return_item_source": {
"id": 1
},
"original_supplier_invoice": "original supplier invoice",
"supplier_return_item_notes": "notes"
}
Supplier Return id
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Supplier Return Item to be created
Supplier Return Item was created
Supplier Return Item
Supplier Return Item identifier
Supplier Return id
Supplier Return Item Product Model
Supplier Return Reason model
Supplier Return Item Credit Note Item Model
Return Quantity
Supplier price ex
Total supplier buy ex
Supplier Return Item Status Model
Supplier Return Item Product Model
Supplier invoice number
Claim amount ex
Notes
Total claim amount ex
Total claim amount tax
Total claim amount inc
Created on
Modified on
User Model
User Model
Get specific Supplier Return Item by Supplier Return id and Supplier Return Item id
Supplier Return id
Supplier Return Item id
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Returns found Supplier Return Item
Supplier Return Item
Supplier Return Item identifier
Supplier Return id
Supplier Return Item Product Model
Supplier Return Reason model
Supplier Return Item Credit Note Item Model
Return Quantity
Supplier price ex
Total supplier buy ex
Supplier Return Item Status Model
Supplier Return Item Product Model
Supplier invoice number
Claim amount ex
Notes
Total claim amount ex
Total claim amount tax
Total claim amount inc
Created on
Modified on
User Model
User Model
Deletes specific Supplier Return Item by id
Supplier Return Id
Supplier Return Item Id
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Supplier Return Item was deleted