v1

latestOpenAPI 3.0.02026-08-04880393.1 KB

PriceList.Items

post/online/RivhitOnlineAPI.svc/PriceList.Items

Request body

api_tokenstring uuid required

Rivhit Merchant API Identifier.

Default: No

price_list_idinteger nullable

Price List Identifier.

Range: 0 to 99999 Default: No

item_idinteger nullable

Item Identifier.

Range: 0 to 999999999 Default:

printed_onlyboolean nullable

Flag to indicate if only printed items should be returned.

Default: false

customer_idinteger nullable

Rivhit Customer Identifier.

Range: 0 to 999999999 Default: No

Example request

{
  "api_token": "DECD03E5-E35C-41E8-84F7-FBA2FB483928",
  "price_list_id": 11,
  "filter_fields": [
    {
      "filter_field": "phone",
      "filter_Value": "0506666666"
    }
  ]
}

Response

Success - Price List Items Returned

error_codeinteger

The Response Error/Status Number (0 = Success).

client_messagestring

The Client Error Message.

debug_messagestring

The Response Error Message.