Class CreateAgencyRequest
Marks the repository as authoritative for the specified agency.
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class CreateAgencyRequest
Properties
Agency
The agency for which the repository will be marked as authoritative.
Declaration
[Required]
public string Agency { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the agency.
Declaration
[Required]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |