IDで業者マスタを取得
指定されたサ業者IDに対応する業者マスタ詳細情報を取得します。 ユーザーが業者マスタの個別情報を確認する場合に使用されます。
Path Parameters
- supplierId string required
取得対象の業者ID
Responses
- 200
業者マスタ詳細のレスポンス
- application/json
- Schema
- Example (from schema)
Schema
- supplierId string
業者マスタの一意のID(UUID)
- supplierCode string
業者マスタのコード
- departmentId string
業者マスタの所属部門ID
- roleId string
業者マスタのロールID
- supplierName string
業者マスタの名前
- address string
業者マスタの住所
- tel string
業者マスタの電話番号
- holiday string
業者マスタの休日
- memo string
業者に関するメモ
- startDate date
業者マスタの履歴開始日
- endDate date
業者マスタの履歴終了日
{
"supplierId": "string",
"supplierCode": "string",
"departmentId": "string",
"roleId": "string",
"supplierName": "string",
"address": "string",
"tel": "string",
"holiday": "string",
"memo": "string",
"startDate": "2025-03-27",
"endDate": "2025-03-27"
}
Loading...