---
title: "POST /social/socialurl/save"
method: POST
path: "/social/socialurl/save"
tags: ["social"]
---

# POST /social/socialurl/save

`POST /social/socialurl/save`

## Query parameters

- `options.labelId` integer
- `options.artistId` integer
- `options.publisherId` integer
- `options.pageNumber` integer
- `options.pageSize` integer
- `options.orderByProperty` string
- `options.orderByDescending` boolean
- `options.searchText` string

## Request body

- SocialUrlsDTO[]
  - `socialUrlsId` integer
  - `url` string
  - `socialSourceId` integer
  - `labelId` integer
  - `publisherId` integer
  - `artistId` integer

## Response `200`

OK

- SocialUrlsDTO[]
  - `socialUrlsId` integer
  - `url` string
  - `socialSourceId` integer
  - `labelId` integer
  - `publisherId` integer
  - `artistId` integer

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/9bb4b5cb4dc2/schema)
