Please refer to the API documentation section for the most up-to-date information
https://developer.finaleinventory.com/reference/start
--
Example facility:
{ facilityName: 'Dallas',
contactMech: { address1:'ATTN: JOHN NASH\n313 State St.',
city:'Los Altos', postalCode:'94022', stateProvinceGeoId:'CA' }
}
Fields for the facility service.
-
actionUrlActivate
Post to this URL to change the status from inactive to active. Read only.
-
actionUrlDeactivate
Post to this URL to change the status from active to inactive. Read only.
-
contactMech
The address for the facility as a contact mechanism structure. The contact mechanism's contactMechTypeId field must have the value
POSTAL_ADDRESS
. See resource patterns for details of the contact mechanism structure. Applicable only to locations. -
facilityName
Name of the facility.
-
facilityUrl
The unique identifier for the facility. Read only.
-
parentFacilityUrl
For magazines, the identifier for the location the magazine belongs to. For locations, parentFacilityUrl is null. The value of this field determines whether a facility is a magazine or a location. See here for more information on magazines and locations.
-
receivingDisabled
Boolean value corresponding to purchase receiving checkbox in the UI. See here for more information. Applicable only to magazines.
-
shippingDisabled
Boolean value corresponding to sale shipping checkbox in the UI. See here for more information. Applicable only to magazines.
-
statusId
Status of the facility. Must by one of the following values:
FACILITY_ACTIVE
orFACILITY_INACTIVE
. To modify status post to actionUrlActivate or actionUrlDeactivate. Read only
Comments
0 comments
Article is closed for comments.