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
request_id*
String
Document request id. e.g. DRQ-ABC1234567.
item_id*
String
Item id. e.g. DRI-ITEM001.
Headers
Authorization*
String
Set value to Bearer SECRET_KEY
Content-Type*
String
Set value to application/json
Request Body
name
String
Manufacturer name.
phone
String
Phone number.
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?