For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Item Manufacturers Profile

Set the manufacturer address for a line item.

/regulatory-documents/request/:request_id/items/:item_id/manufacturers-profile

PUT https://api.terminal.africa/v1/regulatory-documents/request/:request_id/items/:item_id/manufacturers-profile

Path Parameters

Name
Type
Description

request_id*

String

Document request id. e.g. DRQ-ABC1234567.

item_id*

String

Item id. e.g. DRI-ITEM001.

Headers

Name
Type
Description

Authorization*

String

Set value to Bearer SECRET_KEY

Content-Type*

String

Set value to application/json

Request Body

Name
Type
Description

name

String

Manufacturer name.

phone

String

Phone number.

email

String

Email address.

line1

String

Address line 1.

line2

String

Address line 2.

city

String

City.

state

String

State or province.

country

String

ISO country code. e.g. CN, NG.

zip

String

Postal or ZIP code.

At least one field is required.

Sample body

Last updated

Was this helpful?