pixiDFGetChangesConfirmation

Call sets the "ClientNotified" flag

Since pixi version: LOU Official (6.3.0.4452) Additional notes: NOTE: When setting "DFAPIAllowFullAccessWithoutSecret" is set to 1 in Control center the values for @SupplNr and @Secret do not need to be valid but still need to be send.

    Sample parameter values when setting "DFAPIAllowFullAccessWithoutSecret" = 1 would be: @SupplNr = "foo", @Secret = "bar"

Request

POST https://apigateway.descartes.com/tms/pixi/pixiDFGetChangesConfirmation

Request body

Name Type Required Description
Secret string true

This is the CustomerNr set in the Supplier table in web pixi (Suppliers section under purchasing). Can be "bar" but this has to be enabled in Control Center.

Type: varchar(20)

Default value:

Example: abcdefg

Available from: LOU Official (6.3.0.4452)

SupplNr string true

SupplNr of the items, that should be retrieved. You can also submit "foo" to get all items, but this has to be enabled in Control Center beforehand.

Type: varchar(4)

Default value:

Example: MGS

Available from: LOU Official (6.3.0.4452)

InvoiceKey integer false

Invoice record ID. Used to update "TrackingIDSent" timestamp.

Type: int

Default value: 0

Example: 123

Available from: LOU Official (6.3.0.4452)

OrderHistKey integer true

OrderHistory record ID that you want to set the"ClientNotified" flag for.

Type: int

Default value:

Example: 123

Available from: LOU Official (6.3.0.4452)


Response

1. Error set

Name Type Description
Status string

HTML error/success code

Type: varchar (3)

Available from: 25.06 (25.6.0.58802)

ErrorMsg string

Error/Success message

Type: varchar (9)

Available from: 25.06 (25.6.0.58802)